Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haysclark/strangeioc-reversi
- Owner: haysclark
- License: mit
- Created: 2014-02-22T17:16:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-10T07:25:31.000Z (almost 11 years ago)
- Last Synced: 2023-08-05T23:42:08.098Z (over 1 year ago)
- Language: C#
- Size: 580 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.