Skip to content
 
 

Latest commit

 

History

172 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages