Giter Site home page Giter Site logo

sudoku's Introduction

C-doku

Description:

This game is a standard SUDOKU puzzle.
We provide hereby a source that can be compiled into a command line application or a graphical application. We use SDL1.2 for the graphics.
It is developed to make it easy to maintain and improve its functionalities. It is easy to adapt the code to make it work for grids of different size for example.

Requirements :

In order to build the project, you will need the following libraries :
libsdl1.2-dev
libsdl-image1.2-dev
libsdl-ttf1.2-dev
Windows users will need either cygwin or mingw

Building :

To build all run :

$ make

To build GUI only run :

$ make sdl

To build CLI only run :

$ make console

Usage:

A partially completed 9x9 grid divided into nine 3x3 sub-grids (Squares) is provided to the player. The objective of the SUDOKU game is to fill in the rest of the Grid with digits so that each column, row and square contains all of the numbers 1 through 9. Three levels are available (easy, medium and hard).

Contribution:

Fork the repository, modify it, submit a package with name, description, URL, and optional screenshot. Don't forget to submit a pull request.

License :

This project is released under the terms of the MIT license
The MIT License is simple and easy to understand and it places almost no restrictions on what you can do with this project.
You are free to use the project in any other project (even commercial projects) as long as the copyright header is left intact.

sudoku's People

Contributors

dhiachou avatar nidhalbelhadj avatar ouijdane avatar salmouch avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

sudoku's Issues

Verify causes seg fault

When you hit the verify button, the application crashes sometimes with a segmentation fault.

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.