Home

Awesome

Submarine

A mobile game that is made with Unity3D, RoR, and WebSocket server written in Go.

NOTE: This repository does not include fee-charging assets of the Asset Store.

Getting Started

Install tools.

$ brew install ruby node
$ gem install bundler
$ bundle install
$ npm install -g typhen

Make out config.*.yml from config.example.yml.

$ cp config.example.yml config.development.yml
$ vi config.development.yml # Write the build settings.
$ bundle exec rake gen:configs

Output tasks.

$ bundle exec rake -T