Thread: Extreme Breakout, finally it's finished

  1. #16
    Registered User
    Join Date
    Mar 2006
    Posts
    725
    Upon startup...

    ERROR
    Initialization Failed!
    [ OK ]
    Code:
    #include <stdio.h>
    
    void J(char*a){int f,i=0,c='1';for(;a[i]!='0';++i)if(i==81){
    puts(a);return;}for(;c<='9';++c){for(f=0;f<9;++f)if(a[i-i%27+i%9
    /3*3+f/3*9+f%3]==c||a[i%9+f*9]==c||a[i-i%9+f]==c)goto e;a[i]=c;J(a);a[i]
    ='0';e:;}}int main(int c,char**v){int t=0;if(c>1){for(;v[1][
    t];++t);if(t==81){J(v[1]);return 0;}}puts("sudoku [0-9]{81}");return 1;}

  2. #17
    Computer guy
    Join Date
    Sep 2005
    Location
    I'm lost!!!
    Posts
    200
    Quote Originally Posted by jafet
    Upon startup...
    You have to download the whole thing from my first post, then download the update .exe file
    Hello, testing testing. Everthing is running perfectly...for now

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Escape From the Funky Factory v0.4 is finished!
    By jverkoey in forum Game Programming
    Replies: 3
    Last Post: 06-05-2003, 01:02 PM
  2. My finished pong game is here to download!
    By Leeman_s in forum Game Programming
    Replies: 15
    Last Post: 01-13-2003, 02:15 PM
  3. My Roster program is finally finished!
    By face_master in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 08-02-2002, 02:33 AM
  4. finished my game, finally
    By agerealm in forum Game Programming
    Replies: 15
    Last Post: 10-12-2001, 08:01 AM