Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gustavokuklinski/bit-rot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bit Rot

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 maps

Basic 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


About

Zombie Survivor Game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages