Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 833 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 833 Bytes

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.