summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-18Rename the nix file and include in gitRaymond Hogenson2-2/+7
bullet_hell.nix is the automatically generated one, default.nix is my hand-crafted file to build the expression, given the automatically generated file as an input. Really carnix should have the capability to do this by itself, but I'm trying my best.
2018-08-18Finalize the new movement schemeRaymond Hogenson1-20/+55
Ok it's pretty fucking cool. Tracking acceleration has always looked good, no matter what. There's some pretty advanced logic going on here, and it's worth it.
2018-08-18Write a working bullet hellRaymond Hogenson6-0/+477
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.