Skip to content

PixieEngine/arcanus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcanus

Command line tools for creating amazing games.

Installation

Install from the command line:

$ gem install arcanus

Usage

To verify that you have everything installed correctly, you should be able to run the following:

arcanus version

To create your game:

arcanus create awesome_game

To run your game:

cd awesome_game
bundle exec rake start
# Go to http://localhost:4567 in your browser

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Cross platform game development toolchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published