Create one of two possible computer games: Word Guess or Psychic. These apps will run in the browser, and feature dynamically updated HTML and CSS powered by your JavaScript code.
- HTML5
- CSS3
- Bootstrap
- Javascript
The biggest challenge in this project was making sure the that once the letters were guessed they couldn't be guessed again. I think my biggest issue was trying to complicate the process. Once I slowed down and took things one step at a time it became very clear how to solve this issue.