This is a simple Super Mario game written in the MoonBit programming language.
To play the game, visit the GitHub Pages of this repository.
You can use WASD and arrow keys to control two players, and the space key to restart the game.
You can also clone this repository and modify the source code. For example, changing the number of players to 1.
After modifying the source code, type make
and visit localhost:8080
to play the new game.
To install the MoonBit programming language toolchain, visit the download page.