COMP2911 Group Project – Semester 1, 2015
An implementation of Connect 4 featuring multiple AIs and a Peggle-style alternate game mode.
Written in Java 7. Uses the Swing framework.
- Adjustable board size
- Adjustable victory condition (the number of coins required to win)
- Can play against another person or against the computer
- Three AI difficulties
- Newtonian mode
![](https://github.com/cloudier/gameofcoins/blob/master/assets/Screenshots/Mode Menu.png) ![](https://github.com/cloudier/gameofcoins/blob/master/assets/Screenshots/Newtonian 2.png) ![](https://github.com/cloudier/gameofcoins/blob/master/assets/Screenshots/Newtonian 1.png) ![](https://github.com/cloudier/gameofcoins/blob/master/assets/Screenshots/Player Menu.png)