Add README

This commit is contained in:
Maximilian Moser
2024-02-28 22:35:45 +01:00
parent 557a60dc6d
commit 99f5f4bbfa

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
# Maxman
Maxman is a simple game inspired by classics such as `Pacman`, `Achtung, die Kurve!` (also known as `Zatacka`), and `Snake`.
The basic goal is to grow by eating the food lying around until you're big enough to eat your competitors.
## Getting started
The game's requirements are listed in `Pipfile`, so you can just install them with `pipenv install`.
To run the game after installing the requirements, use `pipenv run ./maxman.py`
## Controls
Per default, each player has their own key bindings (up, left, down, right):
* Maxman (yellow): `w`, `a`, `s`, `d`
* Blackman (black): `i`, `j`, `k`, `l`
Other key bindings are:
* `SPACE`: Pause/resume
## Playing against AI
If you want to play against the AI instead of other players, supply the corresponding CLI flag: `pipenv run ./maxman.py --ai`