Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.54 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.54 KB

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対応が必要

操作