Skip to content

dekart/alchemist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alchemist

A simple HTML5 game made for the Ludum Dare #28 competition

Installation

This application is a Ruby on Rails application which means you'll need to install Ruby language interpreter and Rails framework.

To install Ruby please check this page: http://www.ruby-lang.org/en/downloads/

After installing both Ruby you should be able to install all the dependencies of the application. Fortunately, it's very simple. Open your console, go to application folder, and enter this command:

bundle

It should install all the libraries you'll need to use the application. When it's done you should be able to run the application. To do this please open console, go to application folder, and enter this command:

bundle exec rails server

It should launch the application and make it possible to open it at http://localhost:3000/

About

The Alchemist game made during the Ludum Dare #28 competition

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors