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

https://github.com/benjaminwfox/sector-13-js13k-2024


https://github.com/benjaminwfox/sector-13-js13k-2024

Last synced: 6 months ago
JSON representation

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