generated from mwc/project_game
This is my third commit. I made the cars 2 in length although I am having a problem where they break apart sometimes.
I am getting very close to finishing the project. I was having a problem where I made the symbol for the cars 'OO' and only one of the 'O' was leaving the screen when it made it to the far right of the screen. I emailed you and you said to only make the symbol 'O' and spawn 2 right next to each other. I figured out how to do this by myself but am now trying to figure out why they are breaking apart.
This commit is contained in:
2
new.py
2
new.py
@@ -3,7 +3,7 @@ from person import Person
|
||||
from spawner import CarSpawner
|
||||
from path import Car
|
||||
|
||||
board_size = (25, 25)
|
||||
board_size = (30, 35)
|
||||
person = Person(board_size)
|
||||
spawner = CarSpawner()
|
||||
game = Game([person,spawner], {"score": 0,"lives":3}, board_size=board_size,color="black_on_white")
|
||||
|
||||
Reference in New Issue
Block a user