Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/js13kgames/it-comes-in-threes
- Owner: js13kGames
- Created: 2022-10-07T08:37:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T08:37:23.000Z (over 2 years ago)
- Last Synced: 2024-10-08T10:34:51.000Z (3 months ago)
- Topics: 2022, competition, death, desktop, game, html5, javascript, js13k, js13kgames, js13kgames2022, optimization
- Language: TypeScript
- Homepage: https://js13kgames.com/entries/it-comes-in-threes
- Size: 202 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```