DanGyi23 / battle_game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Battle App

This simple web app will allow two players to attack one another. The first player to lose all of their HP loses!

Implementation in CMD

Navigate to your battle_game folder and do the following:

  1. bundle install
  2. rackup
  3. You'll see the port number being used by Sinatra as part of the init. Open your browser (Chrome/Firefox etc.) and go to localhost:YOUR PORT HERE e.g. localhost:9292
  4. Enter your names and play the game!

About


Languages

Language:Ruby 92.7%Language:HTML 7.3%