You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Corentin Jabot 8006034adb Remove non-actionable clang tidy check 2 years ago
.github/workflows
.vscode
assets
cmake
exercises Rename folder 2 years ago
lib Pressing A switches from the player to the AI. 2 years ago
scaling-lib
src
test Fix bug 2 years ago
.clang-format
.clang-tidy Remove non-actionable clang tidy check 2 years ago
.gitignore
.gitmodules
CMakeLists.txt
CMakePresets.json
README.md
vcpkg.json

README.md

Mod(C++) Fundamentals

Install tools

All Platforms:

Ubuntu 20.04 or newer

  • Install the build tools
sudo apt-get install ninja-build pkg-config curl zip unzip tar cmake build-essential libx11-dev libxrandr-dev libxi-dev libudev-dev libgl1-mesa-dev

Windows:

Mac

  • Install clang by typing xcode-select --install in a terminal and following the instructions
  • Install the build tools
brew install cmake ninja

Configure and build project

All Platforms:

git clone https://github.com/mod-cpp/pacman.git
cd pacman
code .