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

https://github.com/crocidb/js13k-2023

js13k game
https://github.com/crocidb/js13k-2023

Last synced: about 1 year ago
JSON representation

js13k game

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.