The project home is
http://plar.googlecode.com/
I have make a 2D platform arena in the style of old arcade games.
It is a multi player game so you have to start the server and then the clients have to connect to it.
Before you start:
- This is an experimental version so the game is not very “nice” and I’ve made the sprites with paint
- the GUI was coded really faster only to show you a demo! If someone will like it, I will continue!
- is better you run the game by the command line or program can’t find the path of resources (it happens…)
- It’s made with JBox2D
- to run the server: java -jar plarServer.jar
- to run the client java -jar plarClient.jar