carsonlloyd / Clueue2020

GNU General Public License v3.0
0 stars 0 forks source link

Skeletal ammon #31

Closed AmmonHepworth closed 4 years ago

AmmonHepworth commented 4 years ago

Please review. Closes #2 Closes #3 Any questions on design or architecture should be asked before we merge this pull request.

This pull request integrates Selenas work on the game grid into the general architecture, and also lays foundation classes for the Board, Room, and Player classes. Rudimentary player input can be processed but no logic is tied to them. A given number of players are initialized and their room locations can be viewed in the game display in their correct locations.

No tests are included