ConnectFourWeb is a web implementation of the game Connect Four.
See also: https://en.wikipedia.org/wiki/Connect_Four.
Start Screen | Winner Screen |
---|---|
https://connectfourweb.herokuapp.com/
- Clone this Repository
- Open it with IntelliJ IDEA (with Scala plugin)
- Change in "public\javascripts\app.js" the line 5 (for local usage):
var scheme = "ws://";
- local mode: "ws://"
- production mode: "wss://"
- Start Play
ConnectFourWeb is released under the terms of the MIT license. See https://opensource.org/licenses/MIT for more information.