2019-10-06 12:57:01 +02:00
2019-10-08 22:31:05 +02:00
2019-09-29 11:31:36 +02:00
2019-10-02 01:06:58 +02:00
2019-10-02 01:06:33 +02:00
2019-09-26 10:28:43 +02:00
2019-10-10 19:41:10 +02:00
2019-10-08 22:50:13 +02:00
2019-10-08 22:31:05 +02:00
2019-10-09 00:18:40 +02:00

TetrArcade

Tetris clone made with Python and Arcade graphic library

Screenshot

Requirements

Install

git clone https://git.malingrey.fr/adrien/TetrArcade.git
cd TetrArcade
python -m pip install -r requirements.txt

Play

python tetrarcade.py

Settings

  • Windows: Edit %appdata%\Tetrarcade\TetrArcade.ini
  • Linux: Edit ~/.local/share/Tetrarcade/TetrArcade.ini

Use key name from arcade.key package.

Build

python -m pip install -r build-requirements.txt
python setup.py bdist
Description
Tetris clone made with Python and Arcade graphic library
Readme 22 MiB
Speed up Latest
2019-10-09 00:18:40 +02:00
Languages
Python 100%