Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.74 KB

File metadata and controls

24 lines (14 loc) · 1.74 KB

CS 2430 Project 4 - Capstone_PLO-CS-6 - Monopoly Simulation

Links

Weekly Report 1
Weekly Report 2
Weekly Report 3

Checkpoint

Overall Project
Peer Review

Project UML

Build Instructions

This project's entry point is the board, located in src/main/Board.java. We hope it's runnable by anyone, but frankly we're having some hiccup consistently running the project ourselves!

The project produces data in the form of a CSV, but it only prints it to the terminal. To get the data in a file to be processed by a spreadsheet program such as Excel, simply copy it into the file manually (Ctrl + Shift + C for most terminals), or use your shell's redirection feature. In Bash, this looks like java src/main/Board.java > resource/output.csv.

We even have a bash script to this effect, which can be run (using bash) with ./output.sh. This is how we generated the output we have now.

Downloading the processing.xlsx file from Google Sheets causes a loss of some functionality. For full functionality, visit this link and make a copy of the processing sheet.