Skip to content
/ urwisek Public
generated from piesku/goodluck

Submission to js13kGames.com 2021. The theme was 'Space.'

License

Notifications You must be signed in to change notification settings

piesku/urwisek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f2a3b6 · Sep 21, 2021
Aug 21, 2021
Sep 6, 2021
Sep 13, 2021
Sep 13, 2021
Sep 12, 2021
Sep 12, 2021
Sep 21, 2021
Sep 21, 2021
Aug 23, 2021
Aug 17, 2021
Aug 17, 2021
Aug 17, 2021
Aug 17, 2021
Sep 13, 2021
Sep 13, 2021
Sep 5, 2021
Sep 5, 2021

Repository files navigation

New Project

This project is based on Goodluck, a hackable template for creating small and fast browser games.

Running Locally

To run locally, install the dependencies and start the local dev server:

npm install
npm start

Then, open http://localhost:1234 in the browser.

In VS Code, Ctrl+Shift+B will show the available build tasks, including npm start, and F5 will open the browser.

Building

To produce the optimized build, use the Makefile in play/.

make -C play

The default target will create a single HTML file, play/index.html, will all resources inlined.

If you have the 7-Zip command line utility installed (p7zip-full on Ubuntu), you can build the ZIP file by running:

make -C play index.zip