MCPcopy Create free account
hub / github.com/csklimowski/hex-game

github.com/csklimowski/hex-game @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
132 symbols 379 edges 9 files 0 documented · 0% updated 3y ago★ 521 open issues

Browse by type

Functions 110 Types & classes 22
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Six-Sided Streets

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/

Core symbols most depended-on inside this repo

browse all functions →

Shape

Method 75
Function 35
Class 22

Languages

TypeScript100%

Modules by API surface

src/hexGrid.ts40 symbols
lib/phaser.min.js28 symbols
src/util.ts23 symbols
src/main.ts22 symbols
src/menu.ts9 symbols
src/preload.ts5 symbols
src/load.ts5 symbols

For agents

$ claude mcp add hex-game \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page