Skip to content

An implementation of the LightCycles game from Tron.

Notifications You must be signed in to change notification settings

RaulPPelaez/cyclespp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cycles++: A C++ multiplayer game

You can find the online documentation here.

This is a C++ project with documentation using Doxygen+Sphinx+breathe. The project is built using CMake.

Prerequisites

Install the dependencies:

conda env create -f environment.yml

This will create a conda environment called cycles which you can activate with:

conda activate cycles

Check the documentation for platform-specific details.

Building the project

To build the project, create a build directory and run CMake from there:

mkdir build
cd build
cmake ..
cmake --build .

The documentation will be generated in the build/docs/sphinx/index.html directory. Open the index.html file in a web browser to view it.

Cleaning the project

To clean the project, just remove the build directory:

rm -rf build

About

An implementation of the LightCycles game from Tron.

Resources

Stars

Watchers

Forks

Packages

No packages published