• Stars
    star
    115
  • Rank 304,100 (Top 7 %)
  • Language
    C#
  • Created over 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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