Web Game, im a newbie, where do i start?
Im interested in making a really simple game, noughts and crosses. Only I want it to be playable over the internet, saving each move, so people can make the game last a week. Preferably no downloaded program, all on your browser. I have an internet site. Also, i know C++, and a bit of java.
Where do i start? I have absolutely no idea!!!
Thanks
Yratelev
Yratelev
Hi,
I would do something like this:
1. Make a login-mask (for save and load functions)
2. transfer the entered data (username/password to a server on the internet where a java-program runs and stores/reads the informations of the player)
3. make the game with the logic and save/load functions.
4. a register webpage would be nice java/php/html or something where a user can obtain a username and a password.
note that these are only "milestones" not actualy all is mentioned
Dominik
I would do something like this:
1. Make a login-mask (for save and load functions)
2. transfer the entered data (username/password to a server on the internet where a java-program runs and stores/reads the informations of the player)
3. make the game with the logic and save/load functions.
4. a register webpage would be nice java/php/html or something where a user can obtain a username and a password.
note that these are only "milestones" not actualy all is mentioned
Dominik
I have just made a Java game and it helped me looking through the source code of other games.
You could try looking at http://javaboutique.internet.com/ there are some good Java games complete with source code there.
I don’t know if there is any info on saving on there but it’s worth a look.
You could try looking at http://javaboutique.internet.com/ there are some good Java games complete with source code there.
I don’t know if there is any info on saving on there but it’s worth a look.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement