Giter VIP home page Giter VIP logo

sudoku's Introduction

Sudoku

Exercise for your brain! Try a Sudoku puzzle! Built using Unity and C#

Description

Sudoku is a famous logic-based puzzle. The objective is to fill a 9x9 board with each row, column, and 3x3 grid containing the numbers 1 - 9. Each row, column, and 3x3 grid must only contain one of each number. The fewer clues the initial puzzle has the more challenging the Sudoku is to solve.

I decided to create this application after having some trouble solving the Sudoku Hackerranck problem. I was having a hard time understanding how many of the posted solutions worked. The algorithm used to solve Sudoku puzzles is a recursive backtracking algorithm. Creating this application helped break down the problem and I now better understand how recursive backtracking works.

The development of Sudoku allowed me to improve my programming knowledge, in particular recursion. I also practiced C# programming.

Features

  • Generates a new valid Sudoku grid using a recursive backtracking function
  • Generates a puzzle from the Sudoku grid with a unique solution Still working this out
  • A slider allows the user to determine the difficulty

Technologies

  • Unity 2019.4
  • C#

Screenshots

Sudoku Main MenuSudoku Game Being PlayedSudoku Solution IncorrectSudoku Game Finished

Difficulty Settings

Difficulty is Too EasyDifficulty is defaultDifficulty is Too Hard

Future Development

  • demonstrate how backtracking work
  • How to play section
  • Track scores
  • Add hi-scores

grimechristopher.com
[email protected]
linkedin/in/grimechristopher

sudoku's People

Contributors

grimechristopher avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.