https://github.com/crocidb/js13k-2023
js13k game
https://github.com/crocidb/js13k-2023
Last synced: about 1 year ago
JSON representation
js13k game
- Host: GitHub
- URL: https://github.com/crocidb/js13k-2023
- Owner: CrociDB
- Created: 2023-08-15T20:32:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T21:26:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T00:47:56.772Z (over 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
a game for the js13k compo
# Building and Running
It needs Node and NPM installed:
```
npm install -g http-server
npm install
```
Run `npm test` to run the development test and `npm build` to build the minified version.