Get the latest copy of Zig and run zig build run
.
The minimum supported Zig version is specified in the build.zig
file.
- 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