Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haysclark/strangeioc-reversi

Reversi game example in Unity utilizing StrangeIoC
https://github.com/haysclark/strangeioc-reversi

Last synced: 2 months ago
JSON representation

Reversi game example in Unity utilizing StrangeIoC

Awesome Lists containing this project

README

        

StrangeIoC-Reversi
==================
A Reversi game example coded for Unity3d utilizing the StrangeIoC framework.

## Installation instructions
* clone repo
* git clone [email protected]:haysclark/strangeioc-reversi.git
* setup submodules (child git repos)
* cd strangeioc-reversi/
* git submodule init
* git submodule update

* open project in Unity
* open unity
* File -> Open Project...
* In Project Wizard Windows select 'Open Other...'
* Navigate an choose the 'strangeioc-reversi' folder

* open main scene in Unity
* File -> Open Scene...
* Navigate to [project root]/Assets/scenes/main.unity

* Press the 'Play' button to run example!

* If you get compile errors, make sure your MonoDevelop projects are set to use the .Net 4.0 Framework.