Connect Four
Connect Four mobile app
Copyright © 2018 The PSU CS Software Engineering Team 2
Adapted from Son Nguyen's Connect Four JS and Mahmud Ridwan's Connect Four over WebRTC.
This app uses the Minimax with alpha beta pruning search algorithm to play the Connect Four game and the WebRTC protocol to play online with two devices. For more information on Connect Four, see: https://en.wikipedia.org/wiki/Connect_Four.
Available for testing at: https://web.cecs.pdx.edu/tdulcet/connectfour/. Requires Mozilla Firefox or Google Chrome for online mode.