Skip to content

JakeTheSillySnake/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

Implementation of TicTacToe as a web app using ASP .NET Core, Entity Framework & PostgreSQL.

Versions

  • TicTacToe_v1 -- embedded storage (thread-safe collection), no user authorisation/authentication, multiple concurrent games possible

  • TicTacToe_v2 -- PostgreSQL connection, Entity Framework & migrations used for DB storage; added users, basic authorisation & authentication, multiplayer

  • TicTacToe_v3 -- JWT-authorisation & cookies, added game history & leaderboard

About

Implementation of TicTacToe as a web app using .NET Core.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published