An open API service indexing awesome lists of open source software.

https://github.com/shiwano/submarine

:whale: A mobile game that is made with Unity3D, RoR, and WebSocket server written in Go.
https://github.com/shiwano/submarine

csharp game go rails ruby unity3d

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

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

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

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

Output tasks.

```bash
$ bundle exec rake -T
```