This is the code source for a Connect 4 game on Plynd. It is recommended to read the tutorial and start with the code source for the TicTacToe game first.
This code source for the Connect-4 game goes a little further and shows how to use require in order to organize and use common code between the server functions and the client-side code.