Hex game in web application with the possibility of playing two or against AI by Elouan Laurent
- Explanation and rules : https://en.wikipedia.org/wiki/Hex_(board_game)
- Link to play : https://elouanl.github.io/hex-game/public/
Environnment: Node & NPM
# Clone this repository
git clone https://github.com/ElouanL/hex-game.git
# Go into the repository
cd hex-game
# Run the app
node server.js
local address http://localhost:8008/
- 2015-03-22: First version
- 2017-03-23: Presentation with only AI2