Skip to content

MaxVanRaden/CS300TermProject

 
 

Repository files navigation

The ChocAn Simulator

Build instructions

Windows

  1. open a developer command prompt
  2. navigate to the project root
  3. make

a.out will be generated in the build directory

*nix

  1. navigate to the project root
  2. create a build:
$ mkdir build && cd build
$ cmake ..
$ make

CS300TermProject will be generated in the current directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 99.7%
  • Other 0.3%