Skip to content

CasperBHansen/Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Tetris

Tetris written in C++ using SDL.

How to use

Dependencies

The project utilizes the SDL (Simple DirectMedia Layer) library, which will need to be installed on the system from which the project is compiled. Refer to http://www.libsdl.org for installation guide.

Compilation

Using the makefile make build.

Documentation

The project uses doxygen to generate the documentation. Refer to http://www.stack.nl/~dimitri/doxygen/ to read about this.

Generate

The makefile includes a rule that will generate the documentation of the entire project. To do this issue the command make docs. The documentation will be placed in a folder called doc in the root directory of the project.

About

Tetris written in C++ using SDL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published