Archive for the 'Programming & Design' Category



Question about a game programming project?

Monday 6 September 2010 @ 9:47 pm
easy sudoku
INeeDHelP! asked:

Hi there. So, I’m on the last grade at school and one of my basic lessons is Algorithm Theory and Programming. It’s a really easy lesson, and there is also a fake programming language created exclusively for the lesson which mainly follows the Pascal model. Because I love IT and programming, I’ve also chosen the computer lab as a lesson of choice. So yesterday I was writing a program that we did on that lesson in C++ while on the lab, and the teacher noticed that (he is the same teacher that teaches us the basic lesson and we have a great relationship) so he came and told me that some other guys where trying to make a Sudoku game and asked whether I wanted to make a team with them and work on a new project. I happily accepted the offer and today I was trying to think of a new project, when this came to mind:

I’m into making a card-like game, not with graphics and stuff, just text. I want it to be this way: When the game starts, you get a number of choices (with simple output-input commands) like “Play”, “bla” “bla” and an option to add new cards (like yu-gi-oh) which will need a password. I’m ok until here, I just don’t know if this will need object-oriented programming which i’m still learning (remember, I’ll keep it simple!)

What do you think? any other ideas? thanks!




Solving sudoku with fortran?

Thursday 27 August 2009 @ 3:03 am
easy sudoku
randomnesoflife asked:

I need to write a fortran program that solves sudoku puzzles. The only ideas I have are just doing the whole thing using backtracking, but i’m not exactly how to do this with fortran. can anyone help? please email me if it’s easier.




I need something to make entering the sudoku easier. Please help?

Monday 10 August 2009 @ 10:35 pm
easy sudoku
{flick} asked:

I have made a sudoku solver using C++ and need something to make the process of entering the values easier. At present it works like this: The user has to enter the row number, column number and the the value to be contained in the cell. What can I do to make the process simpler? Is there any way I can let the user click into the space and enter the value? Or can I use an excel file and import the values into C++?

Is there any other way? Can I create a table using HTML/Javascript and import the values as an array or something?

Please help. Any method would do. If you have any idea for a different way of entering the values, please suggest.

Thanks in advance




HOW to build a sudoku -? ( not to solve it ) any idea ?

Sunday 10 May 2009 @ 3:46 am
easy sudoku
Dan asked:

Hi all
i am so interested to know how people create sudoku,,

people all the time are busy solving sudoku boards, but my question is how to build a sudoku board, so others may solve …

how to make easy sudoku boards
how to make difficult sudoku boards
how to check if the sudoku you built has more than one solution
how to check if the sudoku has a solution at ALL !!

thanks alot guys, i would really appreciate answers with some explanation, i am planning to make a program in “C” Language that create sudoku boards in all Levels….. and still trying to figure out how to do it

thats all, cya




Does anyone know where I can find a C++ program that solves sudoku puzzles?

Sunday 26 April 2009 @ 7:07 pm
easy sudoku
rjdfhorn asked:

Does anyone know where I can find a C++ program that solves Sudoku puzzles? Sudoku isn’t exactly easy for me (i’ve just started). I’m trying to create a program that solves the puzzles but have been unsuccessful. Anyone know where I can find one?




how to solve sudoku using “C” language?

Friday 24 April 2009 @ 6:01 pm
easy sudoku
Dan asked:

hi
any idea?
would it be simple program ( 10 – 15 ) pages

is it easy to write a program in c that solves sudoku boards…
thanks