For all the AMOLED enjoyers out there:
Game active | Game over |
---|---|
python -m venv .venv
. .venv/bin/activate
pip install -r ./requirements.txt
. .venv/bin/activate
python main.py
- fix white pixel trails left by text leftovers:
GAME_GRID_X_SIZE_IN_GAME_CELLS = 64
GAME_GRID_Y_SIZE_IN_GAME_CELLS = 64
CELL_SIZE_IN_PIXELS = 20
- Refactor I guess
- Add CLI renderer