Connect 4 like games in rust

AI

A lot of the AI stuff is based off this http://blog.gamesolver.org/solving-connect-four/01-introduction/

/api/

/api/refresh

/api/signin/u/p

/api/creategame

/api/playmove

/api/getgame/id

/api/joingame/id

/api/allgames/past

(note that this endpoint doesnt work yet because the backend prevents you from ever winning a game)

/api/allgames/ongoing