Skip to content

A group project from an undergraduate computer science course on data structures.

License

Notifications You must be signed in to change notification settings

corigne/simcity_project

Repository files navigation

SimCity v1.0 README

Group 6

Members:

  • Chandler Garret
  • Trevonne Bridges
  • Salma Omary
  • Nathan Jodoin

Compiling

To compile, please use the following command:

g++ main.cpp -o main

Running

To run the application with a supplied config text file and CSV:

  1. Place the .CSV in the project folder.
  2. For Example: run >./main "config1.txt" .

If you do not include a config filename argument while runnning the executable,
the program will exit with error code 1 and inform you of the error.

The test files provided for the simulation at the beginning of the assignment
are included in the project directory. Their filenames are:

  • config1.txt
  • region1.csv

If you wish to use other configuration or region files,
they must be placed in the root project folder.

Make

Due to the simplicity of our includes, a makefile is unecessary for compilation.

About

A group project from an undergraduate computer science course on data structures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages