[ Home1 ]

Network Games

Here's a paper that summarizes our section (posted Jan 11, 2004).

We will cover the last2 trail in Sun's Java Tutorial3.

Our lesson is called: BINGO4!

The program is huge so the goal will be to get a basic idea about it.

Then, we'll discuss in detail RMI5 (which is how the BINGO game is implemented.)

So we will develop a simple RMI Chat application6.

Here's the simplest possible skeleton7 for a multiplayer game.

Additional code.


1) http://www.cs.indiana.edu/~jett/
2) http://java.sun.com/docs/books/tutorial/together/index.html
3) http://java.sun.com/docs/books/tutorial/index.html
4) http://java.sun.com/docs/books/tutorial/together/bingo/index.html
5) http://www.cs.indiana.edu/classes/a348-dger/spr2003/notes/TwentyFour.html
6) http://www.cs.indiana.edu/classes/a348/fall99/lectures/lecture25.html
7) http://www.cs.indiana.edu/classes/a348-dger/fall2001/lectures/Nov19.html

This page's URL: http://www.cs.indiana.edu/classes/jett/dgerman/session5/