Skip to content

CarlosMatheus/Balance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Balance

Balance is a simple and challenging arcade game made using pygin.

Playing the game

If you are using Windows and simply wants to play the game, download and play its binary on its itch.io page.

Getting Started

These instructions will get you a copy of the project up and running on your local machine. This works for Linux, Windows and Mac.

Prerequisites

Make sure you have python3 and pip3 installed.

Setup

Clone the repository.

Install the pygin package using pip:

pip3 install pygin

Playing the game

To run the game, go to the directory where you cloned the repository and simply run the following:

$ python3 balance.py

Notes about documentation and contributing

If any substantial change is made, please, help out with the documentation using the wiki.

About

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.

License

This project is licensed under the MIT License - see the license file for details.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages