Categories: None [Edit]
game
# Game
A Ruby-powered MVC game framework.
## Install
```sh
$ gem install game
```
## Usage
### Setup
```sh
$ game new my_cool_game
```
This will create a new directory named `my_cool_game` in the current working directory.
The directory is laid out very much like a Rails application:
my_cool_game
├── Gemfile
├── Guardfile
├── README
├── app
| ├── assets
│ │ ├── fonts
│ │ ├── images
│ │ ├── music
│ │ └── sounds
| ├── controllers
│ │ └── game_controller.rb
| ├── helpers
│ │ └── game_helpers.rb
| ├── models
| ├── views
| └── windows
│ │ └── game_window.rb
├── config
│ ├── environments
│ │ ├── development.rb
│ │ ├── production.rb
│ │ └── test.rb
│ ├── initializers
│ ├── locales
│ │ └── en.yml
│ ├── application.rb
│ ├── boot.rb
│ └── database.yml
│ ├── environment.rb
│ └── routes.rb
├── log
├── spec
| └── spec_helper.rb
└── tmp
## Acknowledgements
* [Rails][rails] for making MVC very popular in the [Ruby][ruby] universe
* [Gamebox][gamebox] for inspiration.
## Contributing
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start or switch to a testing/unstable/feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, VERSION or gemspec.
## Copyright
Copyright © 2012 Ryan Scott Lewis .
The MIT License (MIT) - See LICENSE for further details.
[rails]: https://github.com/rails/rails
[ruby]: https://github.com/ruby/ruby
[gamebox]: https://github.com/shawn42/gamebox
Total
Ranking: 124,810 of 183,107
Downloads: 4,620
Daily
Ranking: 86,038 of 183,092
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
88 | 381,901,392 | rb-fsevent |
389 | 93,982,532 | guard-rspec |
708 | 60,245,256 | fuubar |
1,135 | 30,057,223 | github-markup |
4,053 | 1,872,302 | version |
7,013 | 503,083 | guard-yard |
Owners
# | Gravatar | Handle |
---|---|---|
1 | RyanScottLewis |