excaliburjs / ludum-35

Ludum Dare 35: Hexshaper

Home Page:http://excaliburjs.com/ludum-35

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Important Note for future explorers

If you’re looking for good examples of how to build games in Excalibur, please visit the official sample gallery.

We don’t recommend using this game’s source code as an example for your own work

  • it was built quickly during a game jam; the code likely cuts a few corners and is a bit messy in some places
  • the version of Excalibur it's using is out-of-date; the API has likely changed, and there are newer, better design patterns for building games using the Excalibur engine.

If you’d like to explore for curiosity’s sake, go on ahead, and good luck!

- the Excalibur.js team


ludum-35

Ludum Dare 35 Game Jam (April 15-18) http://excaliburjs.com/ludum-35

To run:

git submodule init
git submodule update
git fetch

VS Code:

  • Ctrl-Shift-B (Build typescript)
  • Ctrl-Shift-P: Run Task > Copy (Copies excalibur.js to root dir)

Set up a local web server (IIS, IIS Express, Python, etc.) to run.

About

Ludum Dare 35: Hexshaper

http://excaliburjs.com/ludum-35


Languages

Language:JavaScript 93.0%Language:TypeScript 6.1%Language:HTML 0.6%Language:CSS 0.2%Language:Shell 0.1%