https://github.com/snowfrogdev/js13k-2024
https://github.com/snowfrogdev/js13k-2024
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snowfrogdev/js13k-2024
- Owner: snowfrogdev
- Created: 2024-08-25T03:46:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T02:36:41.000Z (10 months ago)
- Last Synced: 2025-02-13T15:22:52.518Z (4 months ago)
- Language: TypeScript
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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