Arikatsu / Esquivar

A simple obstacle game written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Esquivar

A simple obstacle game written in python

Releases

You can get a released version of the game here:

Releases

Running from source

git clone https://github.com/Arikatsu/Esquivar.git
cd Esquivar
py src/main.py

Building from source

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

Contributing

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.

About Game

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.

image

Dev notes

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.

About

A simple obstacle game written in python

License:MIT License


Languages

Language:Python 100.0%