twilitegxa Posted January 24, 2010 Share Posted January 24, 2010 Can anyone help point me in the right direction for help in creating a puzzle program in PHP? Or if anyone knows any other better way to create one, please, let me know. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/189575-question-about-creating-a-puzzle/ Share on other sites More sharing options...
teamatomic Posted January 24, 2010 Share Posted January 24, 2010 Maybe if you explained what your puzzle would do it would help you get an answer. HTH Teamatomic Quote Link to comment https://forums.phpfreaks.com/topic/189575-question-about-creating-a-puzzle/#findComment-1000618 Share on other sites More sharing options...
twilitegxa Posted January 24, 2010 Author Share Posted January 24, 2010 Sorry. :-) I want to make a puzzle that people can put together and that would have a timer. Then when the puzzle is complete, stop the timer, and then give them a score based on their time. Does that help? Quote Link to comment https://forums.phpfreaks.com/topic/189575-question-about-creating-a-puzzle/#findComment-1000637 Share on other sites More sharing options...
premiso Posted January 24, 2010 Share Posted January 24, 2010 You will need more than PHP for this. I would look into HTML / CSS and possibly AJAX. As most of this will need to be done on the client side for the visual portion. Quote Link to comment https://forums.phpfreaks.com/topic/189575-question-about-creating-a-puzzle/#findComment-1000646 Share on other sites More sharing options...
teamatomic Posted January 24, 2010 Share Posted January 24, 2010 Yea, sounds like CSS/AJAX with movable divs and some creative z-indexing. HTH Teamatomic Quote Link to comment https://forums.phpfreaks.com/topic/189575-question-about-creating-a-puzzle/#findComment-1000670 Share on other sites More sharing options...
ignace Posted January 24, 2010 Share Posted January 24, 2010 Or some Flash as it's a game anyway. Is it gonna be a PBBG? Quote Link to comment https://forums.phpfreaks.com/topic/189575-question-about-creating-a-puzzle/#findComment-1000775 Share on other sites More sharing options...
twilitegxa Posted January 31, 2010 Author Share Posted January 31, 2010 What is PBBG? I wanted to make it a game that has a timer and gives a score after complete that saves the score into a table in a database as well, but I kind of thought flash would require me to make all the pieces myself first. I need to make a program that makes the pieces from the images. Quote Link to comment https://forums.phpfreaks.com/topic/189575-question-about-creating-a-puzzle/#findComment-1004511 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.