Skip to content

choffee/tetris_table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
John Cooper
Apr 14, 2018
0bb7b88 · Apr 14, 2018
Apr 14, 2018
Oct 1, 2017
Jul 26, 2017
Apr 20, 2017
Oct 1, 2017
Dec 24, 2016
Jan 3, 2017
Jul 28, 2016
Dec 24, 2016
Aug 21, 2016
Oct 16, 2016
Apr 1, 2018
Oct 11, 2017
Apr 14, 2018
Aug 21, 2016
Jan 3, 2017
Aug 1, 2016
Dec 24, 2016
Jan 3, 2017
Jan 1, 1970

Repository files navigation

This is the code that runs my tetris table. It's just a Raspberry Pi, some neopixels and a table I made. It's written in python and uses pygame for some parts. There is also a basic emulator using pygame for testing. It will probably not work with legacy python versions.

To get the emulator working:

python3 -m venv ./venv source ./venv/bin/activate pip install pygame TETRIS_EMU=TRUE ./tetris.py

The TETRIS_EMU setting will use the pygame emulator if you are using this on the tetris table, then the pi_setup.sh script should set things up for you and you can either just use the script directly or install the service file.

It's all written in python and licence under GPL v3 as per the COPYING file. Copyright John Cooper 2016.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published