Class | Description |
---|---|
GameFrame |
represents a class that extends the JFrame and its the game frame
|
GameLoop |
A very simple structure for the main game loop.
|
MyListener |
this class represents a listener for keyboard
it extends the keyAdaptor
|
Rendering |
rendering all game elements based on the game state.
|
ThreadPool |
This class holds a global thread-pool for executing our threads.
|