WSS C++ project scaffold for CS3560 with completed HW3 documentation and a runnable HW4 implementation.
cmake -S . -B build
cmake --build build
./build/wssThe program then prompts for map width, map height, difficulty, vision type, and brain type. It runs turn-by-turn until the player reaches the east edge, runs out of resources, or reaches a turn cap.
include/wss/contains the public class headers.src/main.cppplussrc/Brain.cpp,src/Vision.cpp,src/Item.cpp, andsrc/Trader.cppimplement HW4 runtime behavior.docs/HW3_Design.mdcontains the text version of the HW3 design deliverable.
HW3_README.mdmain HW3 summaryHW4_README.mdmain HW4 summaryhw3/organized HW3 folder docs (README.md,ITERATIONS.md,FILES.md)hw4/organized HW4 folder docs (README.md,ITERATIONS.md,FILES.md)