wavesinaroom / my_odin_project_battleship

0 stars 0 forks source link

Game loop #10

Closed wavesinaroom closed 1 year ago

wavesinaroom commented 1 year ago

The game loop should set up a new game by creating Players and Gameboards. For now just populate each Gameboard with predetermined coordinates. You can implement a system for allowing players to place their ships later.

wavesinaroom commented 1 year ago

I've allready worked on this issue. Just discovered that proposed issues aren't order in the way I've been developing the project. It's not bad actually but maybe I'll start ordering issues in a different fashion next time