Skip to content
Eric Pereira Queiroz Moreira edited this page Mar 26, 2018 · 7 revisions

Built With

  • Pygame - Python3 game library used in this game

Contributing to the Game Engine

The game engine is the base code which really manages all the scenes and objects of the game. It is important to note that any changes to the game engine would directly impact the performance of the game. Because of this, pull requests to this part of the game may take longer to be approved.

Contributing to the Game

The game is what describes the game as it is. This means that changes in this part just define the behavior of Balance. As this behavior is not critic if the frame is being used by other game pull requests are going to be accepted in a short period of time.

Code Structure

Balance is divided in two parts, Game and Game Engine. The last one has a reusable structure. The explanation of both strucutre is following. For further explanation on each part of the code refer to the specific wiki page in the menu at the top right part of the page.

Game

Game Structure Tree

Game Engine

Game Engine

Clone this wiki locally