diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ee0705a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +## [0.9.5] +### Added +- Explosion animation when player dies +- Anglerfish boss icon on healthbar +- A more comprehensive README.md with links + +### Changed +- Decrease boss life +- Center boss attacks + +### Fixed +- Icosahedron sorting bug on game restart +- Boss constantly getting out of bounds +- Snails being spawned on top of each other +- Guards shooting glued shots +- Non algae sprites being draw on the background + diff --git a/README.md b/README.md index aeb218c..c4a56ca 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@
-My entry for the Spring Lisp Game Jam 2020.
-Made with the awesome TIC-80.
+Play and explore deep sea caverns with your submarine in this procedurally generated shoot 'em up!
+Entry for the 2020 Spring Lisp Game Jam. Created with TIC-80.