Skip to content

A project for a small network game reminding a bit of the old bomberman, containing a server and a client along with nessasery game files.

Notifications You must be signed in to change notification settings

Larvalis/BomberGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BomberGame

Intro:

A project for a small network game using the TCP-protocol through LAN, reminding a bit of the old bomberman, containing a server and a client along with nessasery game files.

Requirements:

Require Java to be installed (Build with Java version 8).

Most likely only works on windows

Server and Client:

The game is run from the 2 files from the folder: src/game/

Server.java

Client.java

The Server needs to be run first, it will control the map and informations about the game, like the score and player placement. When it is run, it will first let your choose the map/level you wish to play on, then it will give you the IP address and the lokal address that is used by the client to find the correct server.

The client can then be run multiple times, or from multiple computers. You will need to type in either the IP address or choose use localhost. Then choose your Player name and the player will enter the game.

Score:

  • Moving gives 1 point
  • Shooting cost 10 points
  • Killing a player steals 33% of their points
  • Killing a player by moving into the player steals 50 of their points

About

A project for a small network game reminding a bit of the old bomberman, containing a server and a client along with nessasery game files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages