Skip to content

A REPL designed to help Ruby newbies build muscle memory for working with different data types and data structures.

Notifications You must be signed in to change notification settings

treeslikemedia/battleroom

 
 

Repository files navigation

build_badge Code Climate

Battleroom

A simple command-line REPL designed to give Ruby newbies countless reps doing simple tasks like working with variables, manipulating data structures, and defining and invoking methods.

This project takes its name from the battleroom in Ender's Game, to which students of Battleschool go to train.

Config

For the production version:

gem install battleroom

# launches battleroom
battleroom

For the development version:

  1. Clone the repo down
  2. cd into the battleroom directory
  3. run bundle install
  4. run ruby lib/battleroom.rb

Contribute!

  1. Fork this project
  2. Create a 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 a pull request

===

Created by Your Friend Travis

About

A REPL designed to help Ruby newbies build muscle memory for working with different data types and data structures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%