Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxch3n/js13k
https://github.com/zxch3n/js13k
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zxch3n/js13k
- Owner: zxch3n
- Created: 2021-08-20T13:59:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T11:39:32.000Z (about 3 years ago)
- Last Synced: 2024-10-04T14:40:49.411Z (about 1 month ago)
- Language: TypeScript
- Homepage: js13k.vercel.app
- Size: 697 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Back To Space
| | |
| :------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------- |
| | |[**Play online**](https://js13k.vercel.app/)
Only 13KB. Entry for [JS13K 2021](https://js13kgames.com/).
# Build
```
yarn dist
```# Testing
```bash
yarn storybook
# or
yarn watch
cd dist
npx live-server
```