Skip to content

An implementation of the LightCycles game from Tron.

Notifications You must be signed in to change notification settings

Zeidtayyan/cycles

 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 49.3%
  • CMake 24.9%
  • Makefile 21.7%
  • GLSL 4.1%