Skip to content

Reagent Projects: Tic-tac-toe gameλ︎

A classic tic-tac-toe game where you have to create a line of three consecutive X or 0 marks on the game board before your computer opponent does.

The game uses ClojureScript, reagent and Scalable Vector Graphics (SVG) for the game. Bulma CSS framework is used to create a professionally looking web page for the game.

tictactoe in ClojureScript - with Reagent and Scalable Vector Graphics (SVG)

Example codeλ︎

The source code for this project can be found on Github at practicalli-john/tictactoe-reagent

Creditsλ︎

References & other approachesλ︎