Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
/ wor Public archive
forked from zacharymarshal/wor

wor - a js13kGames 2023 competition entry by @zacharymarshal.

Notifications You must be signed in to change notification settings

js13kGames/wor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wor

13kjs game, made so we can all have a little fun watching things go to wor

Useful things

Use this to compile the game with parcel, and then zip it up. If you see the size go over 100% we are in trouble 😭

npm run build

You can start the development server via the start command. Point to localhost:7228 for a good time.

npm start