Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glentiki/algorithms-assign2
A project I had to submit for an algorithms module (Using Java).
https://github.com/glentiki/algorithms-assign2
Last synced: about 1 hour ago
JSON representation
A project I had to submit for an algorithms module (Using Java).
- Host: GitHub
- URL: https://github.com/glentiki/algorithms-assign2
- Owner: GlenTiki
- Created: 2014-03-10T14:43:21.000Z (almost 11 years ago)
- Default Branch: HEAD
- Last Pushed: 2014-03-10T14:44:09.000Z (almost 11 years ago)
- Last Synced: 2024-11-25T20:27:44.520Z (about 1 month ago)
- Language: Java
- Size: 684 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readMe.txt
Awesome Lists containing this project
README
Part 1 - Line Detector.
The package line detector contains the line detector classes, and all relevant classes.
The attached text files(points.txt & TestPoints.txt) were used in testing the
line detector, and you can change the text file being used in the line detector class.Part 2 - Connect 4(With GUI).
The package Connect 4 contains all relevant connect 4 classes.
The GUI package contains the GUI for the connect4 classes.
To run connect 4 with a CLI, run the connect4 class, to run the connect four with
a GUI, Run the GameRun class in the GUI package.