Getting StartedΒΆ
Turnbase is an end-to-end system for creating digital board games that you can immediately start playing.
Quick summary:
- online, multiplayer gameplay
- rules are enforced (using a domain specific language (DSL))
- customize the look and feel of your game using WYSIWYG editors
- modular: mix and match tokensets and boards across different games
- bonus: videochat while you play (new)
To create a game, you just need to do 3 things:
- Create (or find a public) tokenset
- Create (or find a public) board
- Write down the rules using a custom DSL for specifying game logic
To start implementing your game, check out one of the topics below.