Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions content/posts/newsletter-017/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,34 @@ Check out the source code at [github.com/expenses/cheese].
[lyon_tessellation]: https://crates.io/crates/lyon_tessellation
[github.com/expenses/cheese]: https://github.com/expenses/cheese

### [Vollmond][vollmond]

![Vollmond preview](vollmond-preview.png)

[Vollmond][vollmond] is a small non-violent adventure in the style of Zelda 2.
You as a player are cursed and must find 4 ingredients for the famous
`Moonshot` disenchantment potion.

It was initially created for the Github Game Off 2020 Jam to gain experience
with WASM and [macroquad]. This month a post jam version was released.
It contains:

- implementation of user feedback,
- adding music and sound effects.

The [source code][vollmond-source] is available and includes the following
technical implementations:

- drawing and modifying multilayer tilemap,
- tile-based animation and collisionlogic,
- tweening und timer,
- 4-way top-down and sideways player movement,
- independent game scenes.

[vollmond]: https://puppetmaster.itch.io/vollmond
[vollmond-source]: https://github.com/puppetmaster-/vollmond
[macroquad]: https://github.com/not-fl3/macroquad

## Learning Material Updates

### [How to Revive a Dead Rust Project][rustfest-talk]
Expand Down
Binary file added content/posts/newsletter-017/vollmond-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.