-
Notifications
You must be signed in to change notification settings - Fork 2
Home
- Pygame - Python3 game library used in this game
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.
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.
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.