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

https://github.com/snowfrogdev/js13k-2024


https://github.com/snowfrogdev/js13k-2024

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Installing the project

```bash
npm install
```

## For dev server run

```bash
npm run dev
```

## To build the project run

```bash
npm run build
```

## Tools used

- `LittleJs` game engine
- `Aseprite` for pixel art
- `TexturePacker` for sprite sheets
- `Tiled` for map creation
- `Vite` for development server and build tool
- `Terser` for minification/compression of source code
- `Roadroller` for further minification/compression
- `ECT` for zipping the final build
- `ADVZip` for further zipping the final build