Skip to content

tristanphease/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple tictactoe websocket rust server with both an async and threaded implementation.

Uses the tungstenite/async-tungstenite crates for websocket integration.

Includes a very basic html client.

Definitely could be cleaner/more comprehensive but was mostly for learning rust stuff. Also tried different things in each implementation, like using different ids.

To play, run "cargo run -p tictactoe-threads" or "cargo run -p tictactoe-async" as wanted(default is async) then open up the client.html file in two browser tabs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published