Ludum Dare 55 - Sum Monsters#
Visit https://excaliburjs.com/ludum-55/ to play!
Perquisites#
- NodeJS 20.x
- Git
Local Development#
Updating your local copy with git pull -r to rebase your local commits on top of upstream, makes the main easy to follow and merges less difficult.
-
Clone the repo
git clone https://github.com/excaliburjs/ludum-55.git -
Navigate into the root directory
ludum-55in your favorite command line tool -
Run the install to download the tools:
npm install -
Build the project:
npm run build -
Run the game locally with parcel:
npm start -
Make your changes, commit directly to the 'main' branch, update your local copy with
git pull -r, and then push to the remote repository.
Debugging tools#
We have excalibur chrome extension https://chromewebstore.google.com/detail/excalibur-dev-tools/dinddaeielhddflijbbcmpefamfffekc