kosstbarz / rts1

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

Possible Classes #2

Open Ta0o opened 6 years ago

Ta0o commented 6 years ago

There some ideas about classes,but i guest that's not all.

kosstbarz commented 6 years ago

What about some general class, which controls all the game? Something like class Game? There will be only one Game at a time and this object will manage all Players, Bots etc.

Ta0o commented 6 years ago

I think you right, but i have idea to make a class for all types ingame objects.so we can add just class game. Just some number of methods to create mechanics.