summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2023-07-21Remove dependency on the rand crate.Rose Hogenson1-0/+1
I don't need a dependency to generate random numbers. I know how to generate random numbers.
2023-07-21Bring dependencies up to date, and use nix flakes.Rose Hogenson1-2/+0
2018-08-18Rename the nix file and include in gitRaymond Hogenson1-2/+1
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-18Write a working bullet hellRaymond Hogenson1-0/+6
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.