Mastodon

Ash

Connect 4

I created a Connect 4 game in TypeScript and React. The idea came about when a teammate and I were looking for a good example project for learning about unit testing. The initial idea seemed simple, but then we wondered how exactly would you write a function to see if a Connect 4 game has been won?

Connect 4 on GitHub