Skip to content

traP-jp/h24w_23

Repository files navigation

h24w_23

dependencies

vcpkg install

run

cmake -S . -B build -DLOCAL_BUILD=ON
cmake --build build

format, lint

requires LLVM

clang-format -i $(find -name "*.h" -not -path "./<BUILD_DIR>/*" -or -name "*.cpp" -not -path "./<BUILD_DIR>/*") --verbose -style=file
clang-tidy $(find -name "*.h" -not -path "./<BUILD_DIR>/*" -or -name "*.cpp" -not -path "./<BUILD_DIR>/*") --config-file=.clang-tidy -p ./<BUILD_DIR> --warnings-as-errors='*'

rename <BUILD_DIR> to your build directory

Play Guide

このゲームは2人用です。

材料

  • PC 2台
  • LANケーブル 2本
  • スイッチングハブ 1台
  • Visual Studio 2022

手順

  • LANケーブルとスイッチングハブなどを用いて、2台のPCを接続します。
  • ファイアウォールなどの設定を確認し、通信が可能な状態にします。
  • 最初のダイアログで、どちらかがPlayer1、もう片方がPlayer2を選択します。
  • 次のダイアログで、相手のIPアドレスを入力します。このとき、OKは押さずに待機します。
  • 両方のマシンのコンソールに「Engine Initialized」と表示されたら、2人同時にOKを押します。
  • Have fun!!!!!!

動作環境

Windows11?、DirectX12対応が必要

操作

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published