TetrisGL

An OpenGL Tetris clone which is controllable with Nintendo Wiimote and Nunchuck (see Wii_Remote).
The source is published under the LGPL license.

Screenshots

Click for larger images.

           

Documentation

This project is founded 2008 for a seminar paper.
It was a german group, so I created a documentation and presentation in german.
The source is a mixture of english and german, but functions and methods are commented with Doxygen and english statements.

Required Libraries

Following libraries are required for the building process and their are available in Ubuntu repositories:

Basic Installation

tar xfvz tetris-x.x.x.tar.gz
cd tetrisgl
./configure
make
sudo make install
sudo mkdir /usr/local/share/tetrisgl
sudo cp -r --parents src/data/* /usr/local/share/tetrisgl

Download

Get source...

Author


© 2009-2010 Christian Benjamin Ries
SourceForge.net Logo