https://github.com/kevinw/zig-wasm-game
https://github.com/kevinw/zig-wasm-game
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevinw/zig-wasm-game
- Owner: kevinw
- Created: 2019-07-11T09:14:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T00:36:21.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T08:44:04.178Z (3 months ago)
- Language: C
- Size: 1.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wasm game playground
Forked from https://raulgrell.github.io/tetris/
## Controls
* WASD move
* IJKL shoot
* P - Pause and unpause game.## Building
`b.bat` will create a .wasm file. Run a web server in the root directory to play.