Sha256: 644fd992b3b4766349215f79802d32e4fa0c7d13f50ecc49a5535e5361549eda

Contents?: true

Size: 848 Bytes

Versions: 2

Compression:

Stored size: 848 Bytes

Contents

# <%= name %>

A Gamefic game project

## Installation

    $ bundle install

## Running on the Command Line

    $ rake ruby:run

## Building a CLI Game

    $ rake ruby:build

The script will be saved in the `ruby/build` directory.

## Web-Based Games

The Gamefic SDK also supports web-based versions of games. The project gets built into a single-page application with the Ruby game code compiled into JavaScript.

First you need to install the web project scaffold:

    $ rake web:generate
    $ npm install

## Running a Web Game

To run the app in debug mode:

    $ rake web:run

Open http://localhost:9000 in a browser.

## Building a Web Game

    $ rake web:build

The application will be saved in the `web/build` directory.

## More Information

Go to https://gamefic.com for documentation.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gamefic-sdk-3.1.0 scaffolds/project/README.md.gf.erb
gamefic-sdk-3.0.1 scaffolds/project/README.md.gf.erb