Add initial game structure with entity, player, and screen management
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import pygame
|
||||
from game import Game
|
||||
|
||||
pygame.init()
|
||||
|
||||
game = Game()
|
||||
game.run()
|
||||
|
||||
pygame.quit()
|
||||
Reference in New Issue
Block a user