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.
- Host: GitHub
- URL: https://github.com/shiwano/submarine
- Owner: shiwano
- Created: 2015-05-12T18:51:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T20:21:25.000Z (almost 9 years ago)
- Last Synced: 2025-04-14T06:55:27.954Z (10 months ago)
- Topics: csharp, game, go, rails, ruby, unity3d
- Language: C#
- Homepage:
- Size: 46 MB
- Stars: 116
- Watchers: 8
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```