Skip to content

Two players online gold miner game written in Java.

Notifications You must be signed in to change notification settings

Fugoes/GoldMiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gold Miner

Gold Miner

Introduction

This project is a two players online gold miner game written in Java. I wrote it to hand it in as homework...

How to play

This program could only run under GNU/Linux and Windows operating system. It is known to be unusable under macOS. You need JRE or JDK installed. Please browse https://github.com/Fugoes/GoldMiner/releases for the GoldMiner.jar file.

# Player Zero
java -jar GoldMiner.jar <Port Number> <FPS>
# Player One
java -jar GoldMiner.jar <IP Address> <Port Number> <FPS>

For example, if you want to play it from localhost:

# Player Zero
java -jar GoldMiner.jar 9999 60
# Player One
java -jar GoldMiner.jar 127.0.0.1 9999 60

Press DOWN key to move, press SPACE key to pause or resume the game.

License

Note that you shall NOT hand it in as your homework.

Screenshots

Game Screen of Player Zero

Game Screen of Player One

About

Two players online gold miner game written in Java.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages