Web interface for IGWOCTISI game. It was developed as a team project on the last term of my Bachelor's Degree studies. It was based on the then-popular web browser Warlight, and shares most of the rules, with single exception: it takes place in the space.
Web interface existed for the sake of visualizing data gathered during the gameplay. It includes detailed information about each player and each game played.
It's much simpler than a game, though - main reason for its creation was to show that the database which game plugs into actually contains some data.
This is a pretty much standard Kohana 3.3.0 application, with nothing really special. The only thing left out of this repo is database schema (which is also pretty simple - just look at application/classes/Model
directory).
Please also see application/config/database.php
and configure it to use your database.
See LICENSE.md.