Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
u8slvn committed Aug 31, 2024
1 parent f289021 commit 3d1198d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.1.0 - 2024-08-??
## v0.1.0 - 2024-08-31

### Added

- Main window, borderless and always-on-top.
- Application window, borderless and always-on-top.
- Basic controls: `ESC` to quit, `Left Click` to move the window around.
- Dog states: `idle`, `idle and bark`, `walk`, `walk and bark`, `sit`, `sit and bark`, `lie down`, `lie down and bark`., `run`, `run and bark`, `stand`, `stand and bark`, `sleep`.
- Dog basic AI using Markov chains.
- Dog states: `idle`, `idle and bark`, `walk`, `walk and bark`, `sit`, `sit and bark`, `lie down`, `lie down and bark`., `run`, `run and bark`, `stand`, `stand and bark`, `sleep`.
- 10 Dog sprites from **Pixel Dogs** by [Benvictus](https://benvictus.itch.io/pixel-dogs).
- Mountain biome.
- Mountain biome sprite.
- Infinite dog walking loop. When the dog reaches the end of the screen, it appears on the opposite side.
- Application icon and splash screen.
- 7.9" screen option.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ export DOGGO_7_9_SCREEN=1
* Code source under [GPL-3.0 License](https://www.gnu.org/licenses/gpl-3.0.en.html)
* Assets:
* All assets under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
* Excepting dog sprites in `src/doggo/assets/dogs` from **Pixel Dogs** by [Benvictus](https://benvictus.itch.io/pixel-dogs)
* Excepting dog sprites in `src/doggo/assets/dogs` from [Pixel Dogs](https://benvictus.itch.io/pixel-dogs) by [Benvictus](https://benvictus.itch.io)

0 comments on commit 3d1198d

Please sign in to comment.