Skip to content

This project is a implementation of the ConnectFour game to show some java related technology.

License

Notifications You must be signed in to change notification settings

vrampal/connectfour

Repository files navigation

ConnectFour Demo

This project is a implementation of the Connect Four game to show some java related technology.

Organization

  • connectfour: the root POM, aggregate all the module and provide dependency management
  • core: contains all the business layer with tests and serialization example
  • cmdline: a very basic command line executable based on core, it also contains basic robots
  • webjsp: a very basic web application based on core, it contains JMetter tests (for load) and Selenium test (validation)

Technology used

Global

Core

Console

Webjsp

How to build

  • mvn install

How to run

Core

  • This is a library, it's not runnable.

Console

  • TODO

Webjsp (with Tomcat)

Webjsp (with Jetty)

License

MIT license Copyright (c) 2014-2021 Vincent RAMPAL

About

This project is a implementation of the ConnectFour game to show some java related technology.

Topics

Resources

License

Stars

Watchers

Forks