CS 5113 and 4113 Fall 21

Logo

This is the web page for Fall 2021 Distributed Operation Systems at the University of Oklahoma.

View the Project on GitHub oudalab/cs5113fa22

CS [4|5]113 Fall 2022 Distributed Operating Systems

Milestone 3

In this milestone, we expect you will be able to compile your code and print out the inital board. This milestone will insure that you are able to begin completing the assignment. Much of your time developing should be spent handeling edge cases you will need to develop a reliable and understandable logging system.

Instance start up logging

Create a GIF showing you progam successfully staring up instance using docker-compose up or a similar command. Add this image to your README.md file with an explaination of what is occuring in the GIF.

Game board logging

Create a GIF of a printout of the gameboard. You gameboard print out should show the location of trainers and Pokemon. Add this image to your README.md file with an explaination of what is occuring in the GIF.

Grading

   
Instance Startup 48%
Gameboard 52%

Note that these are only a few print outs that everyone should have. You should explore other logging methods to help you visually test edge cases.

You will submit your github link to canvas. View canvas for project due dates.


Back to CS 5113