Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mununki/moonbit-wasm-game-of-life
Game of life in MoonBit
https://github.com/mununki/moonbit-wasm-game-of-life
Last synced: 2 months ago
JSON representation
Game of life in MoonBit
- Host: GitHub
- URL: https://github.com/mununki/moonbit-wasm-game-of-life
- Owner: mununki
- Created: 2023-08-22T15:51:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-31T15:38:56.000Z (over 1 year ago)
- Last Synced: 2024-04-24T03:22:04.587Z (9 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game of life in MoonBitLang
https://github.com/mununki/moonbit-wasm-game-of-life/assets/36963424/7907d577-a527-44fe-86fe-913cd1fccab6
## Deps
This example works with the following versions of the environment.
```
❯ moon version
moon 0.1.0 (bb920c0 2023-08-18)
moonc dba5f6e63 /Users/woonki/.moon/bin/moonc❯ wat2wasm --version
1.0.33 (git~1.0.33-23-g3d1d29f6)
```## Run
```sh
make run
```