Skip to content

Instantly share code, notes, and snippets.

@bobshroom
bobshroom / Player.hpp
Last active October 25, 2025 07:30
sin渡り(仮名)の波生成システムとプレイヤー制御のコードです
#pragma once
# include <Siv3D.hpp>
# include <vector>
# include <cfloat>
# include "WaveGenerator.hpp"
/// Player: 波上での接地・ジャンプ・描画を担当する軽量クラス
class Player
{
public: