2026-02-09
@[shimojiryuki]
[update] 依存関係と設定を更新し、PreactからReactへ移行
[shimojiryuki] committed on 9 Feb
@[shimojiryuki]
[update] AppコンポーネントをReactを使う形にリファクタリング(作り直し)し、マルチプレイヤー操作用のジョイスティック機能を実装
[shimojiryuki] committed on 9 Feb
@[shimojiryuki]
[add]Socket.ioを使ったサーバーのセットアップ(構築)と、GameManager(ゲーム管理機能)との連携(統合)を実装
[shimojiryuki] committed on 9 Feb
@[shimojiryuki]
[add] SocketManagerクラスを新規作成し、Socket.ioによる接続管理機能を実装
[shimojiryuki] committed on 9 Feb
@[shimojiryuki]
[add] GameManagerクラスを新規作成し、プレイヤー管理機能を実装
[shimojiryuki] committed on 9 Feb
@[shimojiryuki]
[add] プロパティ(属性)とコンストラクタを持つ Player(プレイヤー)クラスを実装
[shimojiryuki] committed on 9 Feb
@ryuki022886-svg
Merge pull request #22 from rintoHasegawa/fix/260209ryuki_apps/clientsrc ...
ryuki022886-svg authored on 9 Feb GitHub committed on 9 Feb
@[shimojiryuki]
[refactor] Playerクラスの簡素化とJoystickのインポートパスの更新
[shimojiryuki] committed on 9 Feb
2026-02-08
@ryuki022886-svg
Merge pull request #21 from rintoHasegawa/fix/260208ryuki_Player.ts ...
ryuki022886-svg authored on 8 Feb GitHub committed on 8 Feb
@rintoHasegawa
Merge pull request #20 from rintoHasegawa/docs/260208_rinto ...
rintoHasegawa authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[update] スマホ実機デバッグ手順を改善し、接続手順を明確化
rinto hasegawa committed on 8 Feb
@[shimojiryuki]
[fix] Update import path for GAME_CONFIG in Player.ts
[shimojiryuki] committed on 8 Feb
@ryuki022886-svg
Merge pull request #19 from rintoHasegawa/feature/260208ryuki_main.ts ...
ryuki022886-svg authored on 8 Feb GitHub committed on 8 Feb
@ryuki022886-svg
Merge pull request #18 from rintoHasegawa/feature/260208ryuki_Player ...
ryuki022886-svg authored on 8 Feb GitHub committed on 8 Feb
@ryuki022886-svg
Merge pull request #17 from rintoHasegawa/feature/260208ryuki_Joystick ...
ryuki022886-svg authored on 8 Feb GitHub committed on 8 Feb
@[shimojiryuki]
[add] Implement main application logic with joystick and player integration
[shimojiryuki] committed on 8 Feb
@rintoHasegawa
Merge pull request #16 from rintoHasegawa/docs/260208_rinto ...
rintoHasegawa authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[add] スマホ実機デバッグ手順を追加
rinto hasegawa committed on 8 Feb
@[shimojiryuki]
[add] プレイヤークラスを実装し、移動メソッドを追加
[shimojiryuki] committed on 8 Feb
@[shimojiryuki]
[add] ジョイスティッククラスを実装
[shimojiryuki] committed on 8 Feb
@ryuki022886-svg
Merge pull request #15 from rintoHasegawa/feature/260208ryuki ...
ryuki022886-svg authored on 8 Feb GitHub committed on 8 Feb
@[shimojiryuki]
[add] ゲーム設定の構成を追加
[shimojiryuki] committed on 8 Feb
@ryuki022886-svg
Merge pull request #14 from rintoHasegawa/docs/260208_add_move_test_plan ...
ryuki022886-svg authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[add] 移動テスト実装計画ドキュメントを追加
rinto hasegawa committed on 8 Feb
@rintoHasegawa
Merge pull request #13 from rintoHasegawa/docs/260208_update_directory_structure ...
rintoHasegawa authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[update] ディレクトリ構造を整理し、フロントエンドとバックエンドの構成を明確化
rinto hasegawa committed on 8 Feb
@rintoHasegawa
Merge pull request #12 from rintoHasegawa/docs/260208_add_typescript_overview ...
rintoHasegawa authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[add] TypeScript概要ドキュメントを追加
rinto hasegawa committed on 8 Feb
@rintoHasegawa
Merge pull request #11 from rintoHasegawa/chore/260208_project_init ...
rintoHasegawa authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[add] モノレポ環境の初期構築(pnpm, Vite, TypeScript)
rinto hasegawa committed on 8 Feb
@rintoHasegawa
Merge pull request #10 from rintoHasegawa/docs/260208_update_env_guide ...
rintoHasegawa authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[update] Git除外設定を修正し、packages/ディレクトリを除外対象から外す
rinto hasegawa committed on 8 Feb
@rintoHasegawa
Merge pull request #9 from rintoHasegawa/docs/260208_update_env_guide ...
rintoHasegawa authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[update] 環境構築ガイドにGit除外設定手順を追加し、初回コミット手順を明確化
rinto hasegawa committed on 8 Feb
@rinto hasegawa
[update] 環境構築ガイドにエントリーポイント作成手順とTypeScript設定ファイルの作成手順を追加し、構成確認セクションを更新
rinto hasegawa committed on 8 Feb
@rintoHasegawa
Merge pull request #8 from rintoHasegawa/docs/260208_update_env_guide ...
rintoHasegawa authored on 8 Feb GitHub committed on 8 Feb
@rinto hasegawa
[update] 環境構築ガイドにエントリーポイント作成手順とサーバー動作確認手順を追加
rinto hasegawa committed on 8 Feb
@rinto hasegawa
[update] Linux向けインストール手順の追記,通信仕様をProtobufからCustom Binaryへ変更,コマンド実行後の選択肢の答え方の追加
rinto hasegawa committed on 8 Feb
2026-02-07
@rintoHasegawa
Merge pull request #7 from rintoHasegawa/docs/260207_remove_citation_tags ...
rintoHasegawa authored on 7 Feb GitHub committed on 7 Feb
@rinto hasegawa
[update] 環境構築手順書から引用タグを削除
rinto hasegawa committed on 7 Feb
@rintoHasegawa
Merge pull request #6 from rintoHasegawa/docs/260207_add_env_guide ...
rintoHasegawa authored on 7 Feb GitHub committed on 7 Feb
@rinto hasegawa
[add] 環境構築手順書を追加
rinto hasegawa committed on 7 Feb
@rintoHasegawa
Merge pull request #5 from rintoHasegawa/docs/260207_add_env_definition ...
rintoHasegawa authored on 7 Feb GitHub committed on 7 Feb
@rinto hasegawa
[add] 環境構築・技術スタック定義書を追加
rinto hasegawa committed on 7 Feb
@rintoHasegawa
Merge pull request #4 from rintoHasegawa/docs/260207_add_movement_spec ...
rintoHasegawa authored on 7 Feb GitHub committed on 7 Feb
@rinto hasegawa
[add] 移動テストの仕様書を追加
rinto hasegawa committed on 7 Feb
@rintoHasegawa
Merge pull request #3 from rintoHasegawa/docs/260207_git_rule_update ...
rintoHasegawa authored on 7 Feb GitHub committed on 7 Feb
@rinto hasegawa
[update] 開発フローの手順にGitHub上の操作を追加
rinto hasegawa committed on 7 Feb
@rintoHasegawa
Merge pull request #2 from rintoHasegawa/docs/260207_add_git_rules ...
rintoHasegawa authored on 7 Feb GitHub committed on 7 Feb
@rinto hasegawa
[add] Git運用ルールガイドを追加
rinto hasegawa committed on 7 Feb
@rintoHasegawa
Merge pull request #1 from rintoHasegawa/docs/add-guidelines ...
rintoHasegawa authored on 7 Feb GitHub committed on 7 Feb
@rinto hasegawa
[Add] ドキュメント作成ガイドと命名規則を追加
rinto hasegawa committed on 7 Feb
2026-02-06
@[shimojiryuki]
first commit
[shimojiryuki] committed on 6 Feb