Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.13 KB

CIS 1200 Homework 9: Build Your Own Game

Homework Instructions

Please follow the instructions available here:

Running JUnit tests in Codio

  • First “Compile” to update the code generated by your program.

  • Select "Test Project" from same menu.

Running your Project

Note that the Codio menu now provides two modes of running your project:

  • First "Compile" to update the code generated by your program.

  • Then use the "Run Game" menu. This will start your application.

  • To view the running application, in the menu bar to the right of the previous item, select View Game. Assuming that a program is running, it will show the running application in a new window or tab.

Zipping and Submitting

Once you are finished, use the "Zip" menu item to create a file called "hw09-submit(-time).zip" and upload it here:

Homework Submission Site

Codio Documentation

Codio documentation can be found here:

CIS 1200 Codio Documentation