Skip to content

kpolitowicz/vc_connect5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Intro

Connect 5 server

We are planning to build bots at the office to play connect 5. This is just the judge server.

2. Starting the game server

$ ./bin/start_server
(from the root of the project dir)

Connect 2 clients to the 8123 port to start game

3. Clients

Client bots can issue following Commands:

- nick your bot name
- move x y

Start the sample client with:
$ ./bin/start_sample_bot <nick> [ip [port]]

ip is localhost by default

About

just to play

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.6%
  • Ruby 42.4%