A simple obstacle game written in python
You can get a released version of the game here:
git clone https://github.com/Arikatsu/Esquivar.git
cd Esquivar
py src/main.py
Install pyinstaller if you haven't already with
pip install pyinstaller
Then:
git clone https://github.com/Arikatsu/Esquivar.git
cd Esquivar
pyinstaller Esquivar.spec
Make sure to copy assets
folder where the executable was built
If you want to contribute to the project, feel free to open a pull request or an issue. There are a lot of things that can be improved, so feel free to do so. Also there's no issue format or contribution format, every contribution is welcome.
The game features a calming atmosphere and music (royalty free ehe).
- Has score system to keep track of your progress
Dodge incoming obstacles by reversing gravity.
Use either spacebar
or any mouse buttons
.
Eh first game in python, I have barely ever used python. This project was basically just a means for me to practice some python. I may or may not add more features in the future specially like local multiplayer or even global if enough people request (which lets be real no one's gonna be playing it anyway lol). Anyways star the repo pls.