Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivxvm/tetris-wasm
Tetris game handwritten in webassembly
https://github.com/ivxvm/tetris-wasm
javascript tetris webassembly
Last synced: 7 days ago
JSON representation
Tetris game handwritten in webassembly
- Host: GitHub
- URL: https://github.com/ivxvm/tetris-wasm
- Owner: ivxvm
- License: gpl-3.0
- Created: 2022-01-31T17:03:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T17:20:42.000Z (almost 3 years ago)
- Last Synced: 2024-04-17T04:52:02.408Z (7 months ago)
- Topics: javascript, tetris, webassembly
- Language: WebAssembly
- Homepage: https://ivxvm.github.io/tetris-wasm/
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tetris-wasm
Tetris game programmed in WebAssembly **by hand**, for no good reason whatsoever! Other than learning more about WebAssembly, of course.
Could be useful to lookup usage of certain constructs and as a source of additional examples of bidirectional communication between JavaScript and WebAssembly.
Some development notes [here](https://github.com/ivxvm/tetris-wasm/blob/master/notes.md).