Compétition d'assembleur pour les Computer Science Games 2025.
Documentation (fr) • Documentation (en)
Documentation (fr) • Documentation (en)
Before building the project, ensure you have the following installed:
sudo apt-get install cmake libncurses5-devTo compile the project and generate the executable ./asm, run the
following commands :
cmake -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=.. -B build
cmake --build buildThis will configure the build directory and compile the project.