Skip to content

A simple memory game written in Zig for the WASM4 Platform

Notifications You must be signed in to change notification settings

phcarvalho/wasm4-memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memory-game

A game written in Zig for the WASM-4 fantasy console.

Play Now!

You can play the game on your browser: Memory Game

Game Image

Building

Build the cart by running:

zig build -Doptimize=ReleaseSmall

Then run it with:

w4 run zig-out/bin/cart.wasm

For more info about setting up WASM-4, see the quickstart guide.

Links

  • Documentation: Learn more about WASM-4.
  • Snake Tutorial: Learn how to build a complete game with a step-by-step tutorial.
  • GitHub: Submit an issue or PR. Contributions are welcome!

About

A simple memory game written in Zig for the WASM4 Platform

Resources

Stars

Watchers

Forks