An open API service indexing awesome lists of open source software.

https://github.com/paradoxinversion/board-game

A simple board game framework in Unity3d
https://github.com/paradoxinversion/board-game

Last synced: about 1 year ago
JSON representation

A simple board game framework in Unity3d

Awesome Lists containing this project

README

          

# Board-Game
A simple board game framework in Unity3d

The main goal of this project is to be a quick starting point for those looking to make board games in Unity. Boards are made by adding Tile Prefabs to a scene and setting up 1-4 variables on each. The framework is made in 2d using sprites, but can be adapted to 3d with little work.

Three example maps and an extended README are included in the project.