Skip to content

A word-game platform where a user can switch between what kind of word games they want to play.

Notifications You must be signed in to change notification settings

timegated/word-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collection of word games built with HTML/CSS/JS

When user's visit they encounter a main menu where they can click SELECT to choose which game they want to play.

Check List

Menu

  • Set up menu on landing page consisting of four buttons total.
  • (Optional) Circular nav set up resembling a controller.
  • [] Make sure menu is responsive
  • [] Address accessibility
  • [] Add a welcome message

Hangman

  • Set up a non-intrusive sidebar so user's can stay focused on playing the game
  • Set up displaying the blanks to the screen.
  • Make sure user's keypresses are logged
  • [] (Work in progress) Incorrect guesses are displayed on another part of the page so user can keep track of what they've already guessed
  • Correct guesses fill in the blank area where the correct letter would be
  • [] When the user correctly guesses all the letters or fails to, corresponding wins and losses are correctly displayed on the page
  • [] (Optional) User has the option to reset the game midway through which will result in a loss
  • [] User wins and losses are stored in a database and saved for when they possibly resume playing at a later date
  • [] Words a user can guess are pulled in from an external server/database.

Cross Word Puzzle

Anagrams

About

A word-game platform where a user can switch between what kind of word games they want to play.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published