Build an initial version of the system you specified in the previous lab. All team members must contribute to this implementation.
You do not need to build a full version. The required portion for this lab is
Check your project in to the Git repository. This includes
.class
files and other build products. The initial code contains a .gitignore
file to be placed in the top directory; it is good for you to include that in your submission. Do include build configuration files created by IntelliJ in the .idea
folder (except the workspace.xml file).src
folder should be bee-lab-knuth-djikstra\src
.It is always a good practice to check out your project in a new folder and ensure it builds. This helps ensure you did not fail to check in a critical file and that files are in the correct location. Mistakes in this often lead to losing points for easily-corrected issues.
Capture a screen shot of the program after startup. It should show the flowers, bees, health bars and other status indicators, and the key. You will submit this screen shot as a PDF.
Demonstrate your code to your instructor.
See Canvas for any additional submission instructions.