View previous topic :: View next topic |
Author |
Message |
| chandler86
| Joined: 17 Dec 2009 | Posts: 2 | : | | Items |
|
Posted: Thu Dec 17, 2009 12:14 am Post subject: Sudoku on Linux |
|
|
Hello to everybody here!
I was wondering if i can find somewhere a simple(or not) sudoku code for linux.
Is it possible to create it on "vi" with some basic commands? |
|
Back to top |
|
|
| sudoking
| Joined: 20 Oct 2009 | Posts: 40 | : | | Items |
|
Posted: Thu Dec 17, 2009 10:41 am Post subject: Re: Sudoku on Linux |
|
|
chandler86 wrote: | Hello to everybody here!
I was wondering if i can find somewhere a simple(or not) sudoku code for linux.
Is it possible to create it on "vi" with some basic commands? |
What are you looking to do? Create puzzles, solve them (using brute force or logic)? |
|
Back to top |
|
|
| chandler86
| Joined: 17 Dec 2009 | Posts: 2 | : | | Items |
|
Posted: Thu Dec 17, 2009 2:23 pm Post subject: |
|
|
I would like to find the source code for creating-programming a simple sudoku game on linux.
Just by using simple commands.
Is it possible?
The only code i have found is at C++. |
|
Back to top |
|
|
| sudoking
| Joined: 20 Oct 2009 | Posts: 40 | : | | Items |
|
Posted: Fri Dec 18, 2009 2:54 pm Post subject: |
|
|
chandler86 wrote: | I would like to find the source code for creating-programming a simple sudoku game on linux.
Just by using simple commands.
Is it possible?
The only code i have found is at C++. |
I don't think you're going to have much luck using "simple commands". I presume you're talking about shell scripting. Might be time to learn how to program in C. It's not that hard. |
|
Back to top |
|
|
|