andrewjmeier / TableTop.JS

MIT License
2 stars 0 forks source link

TableTop.JS

TableTop.JS will be designed to embody the following principles:

How to use TableTop.JS

Setup a new project

Take a look at some of our example projects to get a feel for how they're setup. You can view all of our examples as well as our documentation here or you can check out Monopoly or Settlers of Catan.

If you're new to JavaScript and npm, use our getting started tutorial to get going.

If npm is nothing new to you, just use npm install tabletop-boardgames to get started!

Tutorials

Ok, But How do I JavaScript?

Demo - SimpleGame

Demo - Checkers

Short, Raw Explanation - Raw

Documentation

Board

ArrayBoard

GrideBoard

GraphBoard

Card

Component

Constants

Deck

Game

Player

Tile

EdgeTile

VertexTile

Token

Trade

Turn

ManualTurn

View