In a "practice jam" for GMTK Game Jam 2025, I made this little game in 4 days based off the GMTK Game Jam 2023 theme "Roles Reversed".

You move around a cursor on a grid of blocks, picking blocks that can increase or decrease your score and point multiplier depending on what role they have (indicated by their position in a cross at the top-right of the screen). Every few seconds, the two highlighted block types in the cross will have their roles reversed -- suddenly changing the effects of picking them. (Further details on how to play are included in the game itself.)

The game refers to a set of abstract controls. Here are the defaults for the corresponding keys:
[Left]: Left
[Right]: Right
[Up]: Up
[Down]: Down
[Select]: Space
[Refresh]: R
[Quit]: Backspace

Made in Rust using Macroquad and Kira. Thanks to tgolsson, nicolas-sabbatini, and everyone else who contributed to this script for making Macroquad integrate with wasm-bindgen.

Leave a comment

Log in with itch.io to leave a comment.