code re-organization
This commit is contained in:
9
src/game.ts
Normal file
9
src/game.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Game class for managing game state and logic
|
||||
*/
|
||||
class Game {
|
||||
/**
|
||||
* Starts the game
|
||||
*/
|
||||
public start = () => {};
|
||||
}
|
||||
Reference in New Issue
Block a user