/captain-arena

Captain Arena !

Primary LanguageRuby

Harry's Captain Arena

This app is an arena where two characters can fight. Simple as that !

Getting started

  1. Clone the project and enter inside with :
    git clone https://github.com/hgueguen/captain-arena
    cd captain-arena/
  2. Install required gems with :
    bundle install
  3. Create the database and install seeds data with :
    rake db:create
    rake db:migrate
    rake db:seed
  4. Launch the server and enjoy !
    rails s
  5. Default url will be : localhost:3000

What you can do

  • Create new character, edit and delete them
  • Create new fight where two characters can fight each other
  • Chose weapon for each character before the fight