You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A memory game created with React featuring the starter Pokemon from Kanto all the way up to Alola. The challenge of this assignment was to break up the application's UI into components, manage component state, and respond to user events.
Built With
React
Yarn
CSS
Bootstrap
Google Fonts
JavaScript
NodeJS
How does it work?
The object of the game is to click every starter Pokemon once without clicking any twice. The game begins when you click on your first Pokemon. After each click, the Pokemon will be shuffled, challenging you to remember which ones you havent clicked yet. You'll receive one point for every unique Pokemon that you click. Your score and your high score are displayed in the nav bar. It's game over when you click the same Pokemon twice.