Advertisement

Web Game, im a newbie, where do i start?

Started by January 06, 2003 11:44 AM
3 comments, last by Yratelev 21 years, 10 months ago
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
sunds like what you want is java
Advertisement
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 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.
I love Java once. Try this:
http://www.wildtangent.com
I believe you will love them very soon.

Regards,
Chua Wen Ching :D

"Very new to games I think"
"Very new to games I think"

This topic is closed to new replies.

Advertisement