Skip to content

laurentqro/elixir_ttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir Tic Tac Toe Web Server

An Elixir Tic Tac Toe Web Server implemented with Plug and Cowboy to handle incoming HTTP requests, using an Elixir process registry to encapsulate pid management.

Usage

Start the web server with mix run --no-halt.

Go to http://localhost:4000/play.

You will be redirected to http://localhost:4000/play/:uuid, where :uuid is your game's ID.

To make a move, add /move/:your_move to the end of the URL, and press enter.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages