Bit Rot is a zombie survivor game.
Hacking the game
Install on virtual environment
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ python main.py # Play the game
$ python editor.py # Edit game mapsBasic controls:
-
W/A/S/D or arrows: Walk
-
SHIFT + R-Click: Shoot/Attack
-
R-Click + Drag: Place on Belt/Backpack or Drop
-
L-Click: Opens menu
-
1/2/3/4/5: Equip/Use item from Belt
-
E: Get item from floor
-
R: Reload weapon
-
I: Opens inventory and belt
-
H: Opens Status
-
F2: Pause game