Simplexity_Game Namespace
From Simplexity
Simplexity Documentation
Simplexity_Game Namespace |
Simplexity Game for the Linguagens de Programação I class
| Class | Description | |
|---|---|---|
| Board |
Class that creates a board and places a piece in there
| |
| GameLoop |
Class that will serve as the Gameloop to run the game cycles and
communicates between the needed classes
| |
| Interface |
Class that renders the interface to the user such as the board and the
respective messages or errors
| |
| Piece |
Class that creates a piece
| |
| Player |
Class that creates the players and its pieces
| |
| Program |
Class that contains the main method
|
| Enumeration | Description | |
|---|---|---|
| Color |
Colors Used
| |
| PlayerNumber |
Player numbers
| |
| Shape |
Shapes of the piece
|