Skip to content

haysclark/strangeioc-reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StrangeIoC-Reversi

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

Installation instructions

  • clone repo

  • 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.

About

Reversi game example in Unity utilizing StrangeIoC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages