Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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.