hi freinds
i want to make a crosspuzzle that have variety of appearence and a button for go to next puzzle and a button for show answers(all of answer in puzzle in one table) and a button for navigation and a button for cheat my mean is user don't remember one char of a word and with cheat button could see that char
what database i need? SQL or XML that it wasn't too haevy?
you think what algotithm is better for making this kind of puzzle?
Loading
Master BillaPosted Aug 12, 2009, 5:28 AM
You can use the XML or SQL database.if you are expert in query then you can use the sql database. If you are expert in xml data processing then choice the XML.
Note: if you are going to develop distributed game , then you need go for database(sql)
and algorthm what ever you can use. here a algorithm sample
http://www.codeproject.com/KB/game/Calcoolation.aspx
thank you
MaharajePosted Aug 12, 2009, 6:39 AM
Master BillaPosted Aug 12, 2009, 6:29 AM
no issues you can navigate easily
and take look db design in sql server
http://www.sql-server-performance.com/tips/database_design_p1.aspx
http://www.sqlteam.com/article/database-design-and-modeling-fundamentals
thank you
MaharajePosted Aug 12, 2009, 6:22 AM
I think it(SQL DB) will be very big
How I can design my DB in SQL?