Skip to content

CSGames-Archive/CSGames-2025-Assembly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csg-2025-assembly

Compétition d'assembleur pour les Computer Science Games 2025.

Documentation (fr)   •   Documentation (en)

Prerequisites

Before building the project, ensure you have the following installed:

sudo apt-get install cmake libncurses5-dev

Build instructions

To compile the project and generate the executable ./asm, run the following commands :

cmake -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=.. -B build 
cmake --build build

This will configure the build directory and compile the project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • CMake 1.0%