Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.
/ CYorkClient Public archive

Client software to connect student code to server.

Notifications You must be signed in to change notification settings

CodeYork/CYorkClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Code York Client

This software acts as the client code run on each student's computer.

It has an empty region in the code for students to write their software.

NB: It holds code for the Connect 4 game at the moment.

##HTTP interface

The following HTTP interface is used:

  • POST /game : Make a new game.
  • POST /game/[id]/join : Join a game with 'id'.
  • POST /game/[id]/start : Start the game.
  • GET /game/[id] : Get the game state.
  • POST /game/[id]/move : Make a player move.

About

Client software to connect student code to server.

Resources

Stars

Watchers

Forks

Languages