Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUDOKU

Sudoku game screenshot

Description

  • A sudoku web application that dynamically generates new games and tracks score
  • Currently features a sudoku player, a leaderboard, and a login flow for individual records

Implementation

  • React based front end with Auth0 integration to enable user IAM
  • Precompiles C++ binary used to generate new games via backtracking
  • PostgreSQL datatable to store leaderboard data
  • Lightweight Go web server to service generated games and leaderboard data

Sudoku leaderboard screenshot

Deployment

  • This repository contains two containerized applications that must be deployed independently
  • First deploy the backend server by building and running server/Dockerfile
  • Then deploy the front end by building and running game/Dockerfile

Next Steps

  • Display user specific leadeboard info
  • Add statistics page with user specific analytics
  • Add difficulty settings (ex. Easy, Medium, Hard)
  • Enable leaderboard search

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages