summaryrefslogtreecommitdiffstats
path: root/src/player.rs
AgeCommit message (Collapse)AuthorFilesLines
2018-08-19Move some code around and improve abstractionRaymond Hogenson1-2/+2
This doesn't change the functionality of the game at all (ideally), but makes it easier to refactor and to add new enemies and new stages, which is really the end-goal of this whole thing.
2018-08-18Add the ability to move more quicklyRaymond Hogenson1-3/+12
I also upped the fire rate
2018-08-18Add texturesRaymond Hogenson1-3/+3
These were fun to make
2018-08-18Stop the player from going off the sideRaymond Hogenson1-0/+15
Oh wait I haven't tested this yet. I'll be right back. Yeah it works
2018-08-18Write a working bullet hellRaymond Hogenson1-0/+100
I just fucked up the enemy movement, but hopefully I won't ever need that old code. The new one is going to look really cool and sweet. Anything with just modifying acceleration must look very cool and smooth.