Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 484 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 484 Bytes

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