Skip to content

ARM9000/hex-game

 
 

Repository files navigation

A tile-laying game made with Phaser and TypeScript for the Eggplant Podcast Community Game Jam.

Development Setup

  1. Install a recent version of Node.js (v12 or later).
  2. Open a terminal in the root directory.
  3. Run npm install to install the development dependencies.
  4. Run npm run dev to start the development server. The game will be running at http://localhost:8000.

To make a JS bundle, run npm run build.

For distribution, the necessary files are:

  • index.html
  • sfx/
  • img/
  • font/
  • dist/
  • lib/

About

A game about... hexagons?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.7%
  • Other 2.3%