You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
assets | 2 weeks ago | |
maps | 2 weeks ago | |
modules | 2 weeks ago | |
tools | 2 weeks ago | |
.gitignore | 4 weeks ago | |
LICENSE | 4 weeks ago | |
README.md | 3 weeks ago | |
files.md | 4 weeks ago | |
game.py | 2 weeks ago | |
main.py | 4 weeks ago | |
menu.py | 4 weeks ago | |
settings.json | 4 weeks ago | |
todo.md | 2 weeks ago |
README.md
Philosophy game
Controls
Control | Keybind | Secondary Keybind |
---|---|---|
Forward | W | Up Arrow |
Back | S | Down Arrow |
Left | A | Left Arrow |
Right | D | Right Arrow |
Interact | E |
Keybinds can be modified inside the settings.json
file.
Player Characters
Value | Sprite |
---|---|
inga | ![]() |
lenka | ![]() |
lomen | ![]() |
mc | ![]() |
samo | ![]() |
The player character can be changed inside settings.json
with one of the above values.
Installation
Use Git to clone the repository via:
git clone https://gitea.redalder.org/enp0s25/badmin-simulator.git
To run the game, simply launch the main.py
file.
Installing Dependencies
Badmin Simulator requires Pygame
and NumPy
to function properly. These can be installed using pip:
pip install pygame numpy
Installing Pillow
is not required to play to game, but is necessary to convert the map when modified. Regular players are not expected to modify the map and thus don't need to install it.
pip install pillow