/pokemon-trainer

A Ruby CLI CRUD application for training pokemon!

Primary LanguageRubyOtherNOASSERTION

Pokemon Trainer App

Overview

app home

You've volunteered to help train pokemon at a Pokemon Daycare! You will be able to:

  • Choose a Pokemon from the daycare roster
  • Teach it a new move
  • Ask it to forget a move
  • Replace an existing move in its movepool

Built With

Ruby, ActiveRecord, Rake, TTYPrompt, Colorize

Features

  • CRUD functionality
  • Easy to navigate menus so that you can easily switch between Pokemon or keep bonding with the same one.
  • ASCII art, animations, music and general cuteness :)

Try it yourself

  1. Download zip and cd into the project.
  2. bundle install all gems and dependencies
  3. rake db:migrate
  4. rake db:seed
  5. ruby bin/run.rb to run the file
  6. Happy training!

Resources used