Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 505 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 505 Bytes

Connect Four

Megan and Camilo

Goals

Learn object oriented programming (OOP) principles by building a game that is playable in the browser.
Use OOP to drive the design of the game and the code
Separate business-logic code from view-related code
Create a robust test suite that thoroughly tests all functionality of a client-side application

Tools

use OOP
use es6
use canvas
testing ( mocha, chai )
webpack
ESlintering