Hi all the master Corona community, today I’ve idea to create sudoku game because it’s inspired by my hobby to play that game.
Someone can help me to explain the logic and how to create the basic of the game. How to create the level from easy to hard, and arrange the number randomly inside the columns and rows?? [import]uid: 64917 topic_id: 13527 reply_id: 313527[/import]
Here is some old code I dug up for generating a puzzle. It is written in LUA although it isn’t created specifically for Corona. Hope it Helps!
http://pastie.org/2343256
[import]uid: 63320 topic_id: 13527 reply_id: 49675[/import]
Thanks for your help and code dacriburdan, but I’m still beginner and I need more explanation because it’s hard for me to understand it. How can I implement it into corona?Do I need to create separate file for the code?? [import]uid: 64917 topic_id: 13527 reply_id: 49683[/import]
@seaweedbread,
if you are a beginner, I would suggest that you start with something easier and manageable. If you get ambitious in the very first application, you will end up with a lot of frustration.
Start with studying the sample apps that are in the Samples Folder, understand how they work. Work in little steps, for a happy app development future.
cheers,
?
[import]uid: 3826 topic_id: 13527 reply_id: 49695[/import]
Yeah that’s right jayantv I’ve tried to learn from the tutorials,finding in the forum, sample apps and everything that i can get close enough with my sudoku game.
But none of them can give some close answers to what i want it.
Maybe i need to relax a bit and create other simple game so i can learn more from that. [import]uid: 64917 topic_id: 13527 reply_id: 49722[/import]
@seaweedbread,
I am sure that you have some wonderful ideas that you want to try with Corona, and I am also happy that you do understand that jumping into the deep end before learning to swim can be a bit uncomfortable.
Why do you not try to make a simple Tic-Tac-Toe game using CoronaSDK. that will teach you a lot of things about creating the board, the pieces, touches, etc.
Then you can try to create the AI for the same. This should give you a good experience with coronaSDK and then you can move up with slightly larger projects, etc.
All the best,
cheers,
?
[import]uid: 3826 topic_id: 13527 reply_id: 49728[/import]
Thanks for your inspiring explanation jayantv, i will try to create a simple Tic-Tac-Toe game and learn the basic things together with the logic part, and I really need to work hard. How about if I have something to ask can I find you so it will be easy to communicate with you jayantv?? [import]uid: 64917 topic_id: 13527 reply_id: 49729[/import]
sure, no problems, I will try to answer as and when I can, so you will have to bear with that.
however if you do want to read up on some other development basics, you can have a quick look at
and for other stuff at
http://iphone.oz-apps.com
http://reviewme.oz-apps.com
and my website
cheers,
?
[import]uid: 3826 topic_id: 13527 reply_id: 49730[/import]
yeah good site to learn, i will try to follow up with u, thanks jayantv [import]uid: 64917 topic_id: 13527 reply_id: 49732[/import]