Fill out the sudoku to reveal part of a image. Guess as many images as possible. The users with the highest number of images guessed gets a spot in the Hall of Fame!
Originally built for the Repl hackathon, but we have plans to rewrite certain parts of the game and launch it to the general public.
- Form to get user input
- Sudoku Game Board
- Image which is revealed as the Sudoku is played
- Leaderboard
- Mobile Responsive
We used Repl DB for our database. Includes four APIS: one for generating the sudoku and three for generating images. Used React for frontend and Node JS for backend
We first grab data from the user via the game form. We then grab an image from the corresponding API and set it behind the game board. After the game is completely over, we store the users position in a list(grabbed from the DB in the backend) and sort the list. We then conditionally render whether or not the user is top ten and also render the top ten.




