Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

camerongraybill/web-checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

checkers

Builds:

Mono:Build Status

Dotnet Core: Build Status

Steps to run:

pre-reqs:
npm, dotnet core 2.1
# Go to where you unzipped the package
cd checkers-0.0.1-rc
# go into the Checkers directory
cd Checkers/
# build the project
dotnet build
# Run the unit tests
dotnet test Checkers.Test/
# go into the Checkers module
cd Checkers
# Install Typescript Dependencies
npm install
# Compile Typescript to Javascript with Gulp
./node_modules/gulp/bin/gulp.js 
# Run the application, requires sudo to work on port 443
sudo dotnet run

About

A group project for CS451, built working multiplayer checkers game over HTTP and websockets with SignalR

Resources

Stars

Watchers

Forks

Packages

No packages published