Skip to content

mtmckenna/js13kgames-parcel-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js13kgames-parcel-starter

This repo uses Parcel to build and zip games created for js13kgames.

Requirements

The commands assume Yarn is installed.

Commands

yarn start

Start the Parcel build server at http://localhost:1234.

yarn build

Build, minify, and inline the game to ./dist/inlined/index.html.

yarn party

Build, minify, inline, and zip the game to ./dist/zipped/game.zip. This command finishes with a log message that says if the zip file is under 13k.

About

Quickly build and zip games created for js13kgames.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published