tmp commit
This commit is contained in:
parent
a171377b3e
commit
7c2f7596d5
9
main.py
9
main.py
@ -1,8 +1,13 @@
|
|||||||
import pygame
|
import pygame
|
||||||
from map import preparedMap
|
from map import preparedMap
|
||||||
from agent import trashmaster
|
from agent import trashmaster
|
||||||
# import os
|
|
||||||
# os.environ["SDL_VIDEODRIVER"] = "dummy"
|
|
||||||
|
class WalleGame():
|
||||||
|
def __init__(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
pygame.init()
|
pygame.init()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user