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
- Host: GitHub
- URL: https://github.com/paradoxinversion/board-game
- Owner: paradoxinversion
- Created: 2016-01-04T23:39:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T20:36:56.000Z (over 10 years ago)
- Last Synced: 2024-04-14T22:58:30.513Z (about 2 years ago)
- Language: C#
- Size: 72.3 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.