gautamr6 / Connect-4

Connect 4 game built in Java Swing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CIS 120 Homework 9: Build Your Own Game

Homework Instructions

Please follow the instructions available here:

Running your code and tests

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.

  • If you make JUnit tests, you will have to edit the .codioJUnit file to include them.

Zipping and Submitting

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

Homework Submission Site

Codio Documentation

Codio documentation can be found here:

CIS 120 Codio Documentation

About

Connect 4 game built in Java Swing


Languages

Language:Java 96.1%Language:Makefile 3.9%