freddiecabrera / Football-Hangman-Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Football-Hangman-Game

This is a hangman game I am creating for my pre-work at Coding House. The subject will be the top 100 football players of 2015. I feel like this could be fun so I will add more things in the future such as: Nationality, Birth place, Club etc. Feel free to contribute.

rules (for now):

  • Use jQuery and Bootstrap, for everything
  • Hard code a big array of 100+ source words in your javascript, and pick a word randomly from that.
  • Take the input directly from the user keyboard, and report it (used characters so far, wrong ones, ..) Don't take any input from the mouse.
  • If the user pressed a key for a character that has already been used, blink the screen
  • Use a library to add some cool animation when you win/lose the game.

About


Languages

Language:JavaScript 72.5%Language:CSS 14.5%Language:HTML 13.0%