An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Global Game Jam 2023

The early bird gets the worm.

_I AM THE WORM_

![](./screenshots/start-screen.png)

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

![](./screenshots/gameplay-1.png)

![](./screenshots/gameplay-2.png)

## Build

Requires:

- Docker runtime to build
- TIC-80 Pro (for WASM support) to run

```bash
make run
```