Search:

Type: Posts; User: helloworld922

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,866

    Re: Project idea?

    See: Sudoku algorithms - Wikipedia, the free encyclopedia. There's actually an implementation of the back-track (aka. brute force) algorithm for solving a sudoku about 3/4 the way down the page...
  2. Replies
    3
    Views
    1,866

    Re: Project idea?

    A Sudoku solver is fairly easy to make (at least brute force solvers are). Hmm... You could make an AI which will play tic-tac-toe with you, or maybe some other simple game.

    If you're looking for...
Results 1 to 2 of 2