Skip to content

sagehane/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple project for me to go over networking basics

Usage:

Get the latest copy of Zig and run zig build run. The minimum supported Zig version is specified in the build.zig file.

Current progress:

  • 1: Make a CLI, single-player Tictactoe program
  • 2: Add multiplayer support through TCP/UDP/UNIX sockets
  • 3: Add logic for timed games
  • 4: Add P2P support (libp2p?)
  • 5: (optional): Add a GUI client for the game

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages