/2Player_Math_Game

A two-player, command-line math game made with Ruby!

Primary LanguageRuby

Ruby Math Game!

  • A two-player command-line math addition game! Each player gets 3 lives and each wrong answer means -1 life! Last one standing wins!

How To Play

  1. Fork and clone this repo into a new folder
  2. Install all dependancies using npm install
  3. Run ruby main.rb from the project folder to begin the game!