From 254e5c754e74b877f648889186705af9be1db3d1 Mon Sep 17 00:00:00 2001
From: stefandevai
Date: Mon, 27 Apr 2020 00:01:21 +0200
Subject: [PATCH] Add CHANGELOG.md
---
CHANGELOG.md | 17 +++++++++++++++++
README.md | 4 ++--
2 files changed, 19 insertions(+), 2 deletions(-)
create mode 100644 CHANGELOG.md
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.