kosstbarz / rts1

Simple java rts game for learning java
0 stars 0 forks source link

Create class Game #4

Closed kosstbarz closed 6 years ago

kosstbarz commented 6 years ago

This should be class, which is created, when game starts and is destroyed when game ends. What methods and fields should be there? There should be list of Players and Bots. It should be one list, which can contain both of them.