https://github.com/fjebaker/global-game-jam-2023
A small TinyGo compiled WASM game for the TIC-80.
https://github.com/fjebaker/global-game-jam-2023
game global-game-jam-2023 go wasm webassembly
Last synced: about 1 month ago
JSON representation
A small TinyGo compiled WASM game for the TIC-80.
- Host: GitHub
- URL: https://github.com/fjebaker/global-game-jam-2023
- Owner: fjebaker
- License: mit
- Created: 2023-01-29T19:42:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T16:14:44.000Z (over 3 years ago)
- Last Synced: 2025-04-05T01:06:58.495Z (about 1 year ago)
- Topics: game, global-game-jam-2023, go, wasm, webassembly
- Language: Go
- Homepage:
- Size: 1.68 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Global Game Jam 2023
The early bird gets the worm.
_I AM THE WORM_

Your rabbit friend has hurt their leg and needs to hide in the tree to survive. Go see what they need to start feeling better! But be careful not to damage the roots of the tree.
Use the arrow keys to move around, X to dig, and Z to wriggle faster!
**Play it in your browser [here](https://fjebaker.github.io/global-game-jam-2023/)!**
## Screenshots


## Build
Requires:
- Docker runtime to build
- TIC-80 Pro (for WASM support) to run
```bash
make run
```