Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/js13kgames/it-comes-in-threes

It Comes in Threes - a js13kGames 2022 competition entry by @dlbucci.
https://github.com/js13kgames/it-comes-in-threes

2022 competition death desktop game html5 javascript js13k js13kgames js13kgames2022 optimization

Last synced: 25 days ago
JSON representation

It Comes in Threes - a js13kGames 2022 competition entry by @dlbucci.

Awesome Lists containing this project

README

        

# It Comes in Threes

Actual Game for JS13K2022

## Commands

Commands are run through the `rocket` CLI. The most useful ones are as follows:

```bash
# Get a list of all the commands available
rocket -h

# Build the client and server
rocket build

# Build the client and server and then watch for changes
rocket watch
```