berendeanicolae / tetris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tetris

This is a tetris clone. I implemented it using c++ and sdl.
Feel free to use any part of my work.
The directory resources contains files used by the game. If you don't like
any of those, you can easily change them (I used very suggestive names).

How to install it

First, your need to install:
g++ sdl sdl_image sdl_ttf sdl_mixer
For arch run:

sudo pacman -S g++ sdl sdl_image sdl_ttf sdl_mixer

For fedora run:

sudo yum install g++ sdl sdl_image sdl_ttf sdl_mixer

Then change directory to tetris.
``` make ```

How to run it

Change directory to tetris.

./tetris

How to report a bug

If you find any bug, please contact me (I did my best to find all, but I
may have missed some) by submitting an issue at

https://github.com/berendeanicolae/tetris/issues

Thank you!

About


Languages

Language:C++ 98.3%Language:Makefile 0.9%Language:C 0.8%