wAsM 4 FuN
A collection of my free games developed in Rust using WASM-4 engine.
WASM-4 is a minimalistic fantasy game console running in a browser (and on other environments supporting WebAssembly) exposing the following hardware.
- Display: 160x160 pixels using 4-colours customizable palette
- Memory: 64 KiB
- Cartridge size: 64 KiB
- Disk storage: 1 KiB
By constraining the hardware, WASM-4 aims to make it easier to start and finish developing a game. It also makes the development focusing on gameplay rather than on fancy graphics.
Games
Game of Life
The classical Conway's game of life cellular automation
Minesweeper
A classical Minesweeper game.
A bike ride
Ride a bike and upgrade it to complete your journey
Racer
A perspective racing game.
Cosmo-Fighter
A scrolling space-shooter.