louisgeisler / connect4_board

Just a simple connect-4 board to play locally with a friend on any device with a modern web browser. (Made with svg technologies)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect-4 Board

Just a simple Connect-4 board to play locally with a friend on any device with a modern web browser.

Enjoy: PLAY ▶️

Technical details:

The display is heavily relying on svg technology, with svg image for the board game and transform it into an interactive svg. It also use the dynamic svg creation for the pawn and svg SMIL animation for the falling of the pawns with non-linear falling speed curve.

Authors

About

Just a simple connect-4 board to play locally with a friend on any device with a modern web browser. (Made with svg technologies)

License:MIT License


Languages

Language:JavaScript 84.5%Language:HTML 11.0%Language:CSS 4.5%