FAQS ::: Frequently Asked Questions
Java Online Game Design
by Fred Haslam
Updated: 2002-07-26
Back To FAQ Index
: : : : Java Online Game Design FAQs : : : :
0) Where can I go to learn more programming: a)
Fiends.com Java/C++ Forum
b)
Other Programming Sites
1) How do I put an Applet Into a Web Page?
a) How Do I make a Web Page?
b) How Do I add an Applet?
2) Getting Started With Java
a) How do I write java code?
b) How do I compile java code?
c) How do I run java code?
d) Where else can I get help?
e) Hey! What about C/C++?
3) Building Applets
a) How do I write an Applet?
b) How do I respond to the mouse?
c) How do I respond to the keyboard?
d) How do I add buttons and stuff?
e) Why do my buttons keep moving around?
f) How do I respond to buttons and stuff?
g) Can I put my Applet in a window?
4) Common Game Questions
a) How do I draw pictures?
b) How do I change screens like Dragon Court?
c) My screen keeps flashing! What do I do?
d) How do I make random numbers?
e) How do I shuffle a deck?
f) How do I keep the game moving like HuntMaster?
5) Client/Server Questions
a) What is a server?
b) How do Applets save games?
c) How do I use a CGI?
d) How do I use a Socket Server?