aspose file tools
The moose likes Applets and the fly likes Make a Game Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Make a Game" Watch "Make a Game" New topic
Author

Make a Game

Justin Michael
Greenhorn

Joined: Aug 27, 2008
Posts: 1
Hi there,
I normally program Java in console mode, but now I trying to do something new.

I would like to develop a multiplayer game applet with MySql database and PHP, but I have a few questions.

It's possible to develop a multiplayer game applet without servlet?

Does anyone know a tutorial that help me develop a multiplayer game applet?
Thanks
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56192
    
  13

"muek muek", please check your private messages for an important administrative matter.
[ August 27, 2008: Message edited by: Bear Bibeault ]

[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35243
    
    7
Welcome to JavaRanch.

You can use any server-side technology you care for (like PHP). Using servlets would allow you to do some Java-only tricks (like using serialization), but other than that the applet needn't care what technology sits on the server.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Make a Game
 
Similar Threads
The Black Box: Reloaded
Multiplayer Tic Tac Toe
Multiplayer game
Multiplayer Game
Get Results from a PHP Query