Connect Four

My main introduction to using the Laravel framework with PHP was to build this Connect Four game during my web development bootcamp, modeling it after the classed physical game.

Goal: Create an online Connect Four game using PHP and Laravel.

You can view the deployed code on Heroku here and my GitHub repo for it here.