diff options
author | rexim <reximkut@gmail.com> | 2024-03-25 20:36:19 +0700 |
---|---|---|
committer | rexim <reximkut@gmail.com> | 2024-03-25 20:36:19 +0700 |
commit | 3cbc69d86f1a06129eed82345dcc6d4cca28ffd0 (patch) | |
tree | e418813078dd62c253c22189fd83e82bf482622c | |
parent | 2757c3cf458d8b5a7aa3ff965242339d46d86836 (diff) |
Add the CHANGELOG.md file
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6a8872e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Eepers v1.3 + +- @Eropi4 - MacOS build - https://github.com/tsoding/eepers/pull/13 +- ... + +# Eepers v1.2 + +- @LainLayer - Vary the turn duration based on how rapidly the player presses the keys - https://github.com/tsoding/eepers/pull/15 + +# Eepers v1.1 + +- @rexim - Fixed skipping keys when they are pressed in a rapid succession - https://github.com/tsoding/eepers/issues/4 +- @rexim - Fixed crash if you accidentally place several items into a single cell - https://github.com/tsoding/eepers/issues/8 + +# First Release of Eepers v1.0 + +This is a result of 20 days of Game Programming in Ada "Challenge". I don't know Ada, I'm not a Game Developer. So lower your expectations. But I hope this game will still provide some fun for you. Because it did for me. :) |