Balance is a simple and challenging arcade game made using pygin.
If you are using Windows and simply wants to play the game, download and play its binary on its itch.io page.
These instructions will get you a copy of the project up and running on your local machine. This works for Linux, Windows and Mac.
Make sure you have python3 and pip3 installed.
Clone the repository.
Install the pygin package using pip:
pip3 install pygin
To run the game, go to the directory where you cloned the repository and simply run the following:
$ python3 balance.py
If any substantial change is made, please, help out with the documentation using the wiki.
The objective of Balance is to get the most amount of points as possible. A hard task to the game is getting a score equal to 1000, and that should be the main goal of the game. This game is an example of the capabilities of the pygin game engine.
One of the initial purposes of this game was to develop a simple engine to simplify the use of Pygame to build more complex games. Therefore, the main frame of the game was built to be flexible and could be adapted to multiple types of games. Balance and Pygin were born together in this repository, but then the engine grew and migrated to its own repository.
This project is licensed under the MIT License - see the license file for details.