World
Closed this issue · 0 comments
Deadddorks commented
- Needs to have values for
scrolling speed
andgravity
- Needs to be able to generate random
pipe
s - Needs to be able to store the
pipe
s in some sort of list - Needs to be able to delete
pipe
s once they are passed and off-screen - Needs to be able to either
send
orreturn
the currentpipe
s in order for thegraphics
to draw them - Needs to be able to update the
player
based off physics mechanics - Needs to be able to update the
pipe
s based off theplayer
"moving" - Needs to be able to detect if the
player
hits apipe
or thefloor/ceiling