Skip to content

RationalChestnut/SudokuGuessr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Guessr

How to play

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!

Purpose

Originally built for the Repl hackathon, but we have plans to rewrite certain parts of the game and launch it to the general public.

Features

  • Form to get user input
  • Sudoku Game Board
  • Image which is revealed as the Sudoku is played
  • Leaderboard
  • Mobile Responsive

Tech Used

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

How it works

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.

Screenshots

Screenshot (3) Screenshot (4) Screenshot (6) Screenshot (7) Screenshot (8)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published