danielfranze / ConnectFourWeb

An Open-Source tactical strategy game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConnectFourWeb

ConnectFourWeb is a web implementation of the game Connect Four.

See also: https://en.wikipedia.org/wiki/Connect_Four.

Build Status Coverage Status codecov Codacy Badge Codacy Badge

Preview

Start Screen Winner Screen

Live Demo

https://connectfourweb.herokuapp.com/

Installation

  1. Clone this Repository
  2. Open it with IntelliJ IDEA (with Scala plugin)
  3. Change in "public\javascripts\app.js" the line 5 (for local usage):
var scheme   = "ws://";
  • local mode: "ws://"
  • production mode: "wss://"
  1. Start Play

Technologies

License

ConnectFourWeb is released under the terms of the MIT license. See https://opensource.org/licenses/MIT for more information.

About

An Open-Source tactical strategy game.

License:MIT License


Languages

Language:Scala 47.5%Language:HTML 25.0%Language:CSS 22.4%Language:JavaScript 5.1%