- python 2
- pygame
pip install pygamecp neitris_cfg.py.example neitris_cfg.py
| key | value | description |
|---|---|---|
| MAXLEVEL | 7 | maximum level speed |
| GENERATE_POWERUPS | 0 | enable/disable fancy powerups |
| SHOW_GRID | 1 | enable/disable helping lines |
| THEME | neitris | use specified theme from ./theme directory |
| SCALE_FACTOR | 1 | scales all items by given factor (useful for HIDPI) |
python neitris_server.pypython neitris.py [HOST]