I want to develop online event for my college's tech fest similar to "NOTPRON" game.

To be more specific the game should be like

http://www.shaastra.org/2008/Events/Kryptyk/contest/login

or

http://www.thesilenceguild.com/Dom/game/

I know php and DHTML.
I have prepared question for the levels.
But i need to know how to implement it.

Please help me out with this game.

Recommended Answers

All 4 Replies

Please read the Community Rules, linked at the top of each page.

Quoted from the 'Keep it Organized' section of the community rules

Do not post homework problems expecting a quick answer without showing any effort yourself. This especially pertains to the software development forums. For easy readability, always use the Insert Code tool. If you post a question and it gets resolved, please use the Mark Solved link to mark your thread solved.

Show us what you have already and we can help you identify problems and solutions to your code, but as above, show some effort first.

Please read the Community Rules, linked at the top of each page.

Quoted from the 'Keep it Organized' section of the Community Rules


Show us what you have already and we can help you identify problems and solutions to your code, but as above, show some effort first.

This is not my home work or so.
I want to contribute something to my college's technical fest.
So that is why I posted the above thread.

Also, i want just a brief idea on how to implement it and not in-depth.

I want to develop online event for my college's tech fest similar to "NOTPRON" game.

To be more specific the game should be like

http://www.shaastra.org/2008/Events/.../contest/login

or

http://www.thesilenceguild.com/Dom/game/

I know php and DHTML.
I have prepared question for the levels.
But i need to know how to implement it.

My main problem is that i want users to create an account before playing the game and then keep
track of the levels they have crossed in their account.

This is not my home work or so.
I want to contribute something to my college's technical fest.
So that is why I posted this thread.

Also, i want just a brief idea on how to implement it and not in-depth.

Please help me out with this game.

if you know php then making a signup form and processing code shouldn't be too hard. just store their info in a database.

then make a simple login system. a visitor must login so you can identify who is playing your game so you can track information about it.

the game code should be pretty simple. what exactly do you need help with?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.