https://github.com/needmorecowbell/airhockey
Gannon Competition, Whoop Whoop!
https://github.com/needmorecowbell/airhockey
Last synced: 8 months ago
JSON representation
Gannon Competition, Whoop Whoop!
- Host: GitHub
- URL: https://github.com/needmorecowbell/airhockey
- Owner: needmorecowbell
- License: mit
- Created: 2015-01-27T18:34:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T19:40:38.000Z (about 8 years ago)
- Last Synced: 2025-02-11T17:59:57.988Z (10 months ago)
- Language: Java
- Size: 1.46 MB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AirHockey
Winning project of Gannon University Programming Contest
This game is a multiplayer air hockey game build using Java and Swing. Games take place either against an AI (with difficulty level of your choosing) or against another player via LAN. The multiplayer aspect is implemented via the `java.net.Socket` and `java.net.ServerSocket` classes, and includes automatic opponent finding features.
This project is licensed under the MIT license.
# Building and Running
1. Open a terminal or command prompt and navigate to the root directory of this repository (the directory containing this file, `README.md`)
2. Compile all files in the source package: `javac gannon-air-hockey/src/ackermanCoplanMuscianoAirHockey/*.java`
3. Run the project's main class (Driver): `java -cp ./gannon-air-hockey/src ackermanCoplanMuscianoAirHockey.Driver`