Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j1m-ryan/cs4013-project
https://github.com/j1m-ryan/cs4013-project
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/j1m-ryan/cs4013-project
- Owner: j1m-ryan
- Created: 2020-11-06T15:30:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-14T19:07:03.000Z (about 4 years ago)
- Last Synced: 2024-10-12T12:39:55.634Z (3 months ago)
- Language: Java
- Size: 1.22 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS4013-Project
![Gif of propgram operation](operation.gif)
**Team Members**
-Jim Ryan
-Fawad Shahzad
-Tom Carey
-Harneet Singh
**How to Run**
- Requires Java 8 to run
- download the project files
- from the project root folder change directory into the src folder
- to run the gui enter javac App.java followed by java App
- to run the cli enter javac Cli.java followed by java Cli