/connect4

Primary LanguageC#

Description

A simple Connect 4 game. Implemented as a console application and an ASP​.NET razor pages web application.

Building

make dbclean
make build

Run the console application

make run

Run the web application

make webapp

Tests

make test