Skip to content

chrisbrine/go-sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

This system includes a server component in Golang and a frontend in React. It will generate its own sudoku puzzles and has some basic play through. Still plenty to add in:

Run the program

Upon download you have to run the following:

  • npm install
  • npm run build
  • go build

The above will build the frontend server and compile the backend server.

From there you can run:

go-sudoku [port] [sql connection]

  • Port is the port for the server to run on. Default is 3000 if no parameters
  • The sql connection will be the connection string or the file it points to. By default it'll be sudoku.db

Once you do this you can goto the main page in your web browser and it will work. Still updates to do though.

About

A sudoku game made with go for the server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published