summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-07-21Make another unnecessary change.Rose Hogenson2-4/+3
2023-07-21Remove reading from /dev/urandom.Rose Hogenson1-23/+2
2023-07-21Remove dependency on the rand crate.Rose Hogenson3-4/+54
2023-07-21Remove unnecessary "extern crate" declarations.Rose Hogenson3-47/+119
2023-07-21Bring dependencies up to date, and use nix flakes.Rose Hogenson1-56/+140
2020-04-12Fix nix build and typo in loss screen.Raymond Hogenson2-0/+0
2018-08-24Fix a typo which prevented compilingRaymond Hogenson1-1/+1
2018-08-24Load the images directly into the executableRaymond Hogenson12-110/+104
2018-08-22Make taking injuries more flexibleRaymond Hogenson5-5/+14
2018-08-22Play a better songRaymond Hogenson1-1/+1
2018-08-22Make Bill a bit biggerRaymond Hogenson1-1/+1
2018-08-22Add introduction and conclusion screensRaymond Hogenson9-40/+112
2018-08-20Move assets directly into the binaryRaymond Hogenson2-8/+36
2018-08-20Move assets directoryRaymond Hogenson8-0/+0
2018-08-20Count frames more preciselyRaymond Hogenson1-5/+3
2018-08-19Move some code around and improve abstractionRaymond Hogenson4-197/+262
2018-08-18Add a health barRaymond Hogenson2-1/+3
2018-08-18Add the ability to move more quicklyRaymond Hogenson2-4/+13
2018-08-18Improve performanceRaymond Hogenson2-18/+21
2018-08-18Change draw orderRaymond Hogenson1-1/+1
2018-08-18Add texturesRaymond Hogenson3-34/+37
2018-08-18Tune enemy movement logicRaymond Hogenson1-28/+36
2018-08-18Stop the player from going off the sideRaymond Hogenson1-0/+15
2018-08-18Finalize the new movement schemeRaymond Hogenson1-20/+55
2018-08-18Write a working bullet hellRaymond Hogenson4-0/+463