Project:
This is the final project of CS100 in 2023 Spring.
We are going to implement a simplified version of "Plants vs Zombies".
Plants vs Zombies
Demo
Here's the demo of the game:
Your project should eventually be able to run exactly same as this demo.
Specification
All details can be found in the spec.pdf
.
Please read and follow it carefully.
👉 Go to GitHub for the attachments
Personally, I recommend you to use Visual Studio 2022 in CMake mode to develop this project.
If you don't understand how to use CMake or what it is, you can refer to the following links: