https://github.com/benjaminwfox/sector-13-js13k-2024
https://github.com/benjaminwfox/sector-13-js13k-2024
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjaminwfox/sector-13-js13k-2024
- Owner: BenjaminWFox
- License: mit
- Created: 2024-08-20T03:56:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T19:55:36.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T01:11:46.708Z (over 1 year ago)
- Language: TypeScript
- Size: 243 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SECTOR 13
2024 [js13kgames competition](https://js13kgames.com/) entry.
Built on [this starter package](https://github.com/codyebberson/js13k-starter-2023).
### Install
After cloning, install:
```bash
npm i
```
Then run:
```bash
npm run dev
```
And create a final production build:
```bash
npm run build
```
After building, you can preview the production build with Vite's built-in server:
```bash
npm run preview
```
## Acknowledgements
[Frank Force](https://twitter.com/KilledByAPixel) for [ZzFX](https://github.com/KilledByAPixel/ZzFX)
[Keith Clark](https://twitter.com/keithclarkcouk) and [Frank Force](https://twitter.com/KilledByAPixel) for [ZzFXM](https://keithclark.github.io/ZzFXM/)
[Kang Seonghoon](https://mearie.org/) for [Roadroller](https://lifthrasiir.github.io/roadroller/)
[Rob Louie](https://github.com/roblouie) for Roadroller configuration recommendations
[Salvatore Previti](https://github.com/SalvatorePreviti) for Terser configuration recommendations
[Kenney](https://kenney.nl/) for [Pixel Platformer](https://kenney.nl/assets/pixel-platformer) graphics
[Andrzej Mazur](https://end3r.com/) for organizing js13k