Skip to content

stIncMale/tic-tac-toe

Repository files navigation

tic-tac-toe

Rust requirement

About

A multiplayer turn-based game. The game rules are simple and can be read at https://en.wikipedia.org/wiki/Tic-tac-toe.

The application is intended to be interoperable with its Python counterpart Yo1k/tic-tac-toe. The goals of this project are to learn Rust and to help my brother with learning programming.

Can run in one of the two modes:

  • interactive;
  • dedicated server.

Interactive mode

The interactive mode is the default one and allows playing offline against an AI,hosting a game, joining a game as a guest.

Dedicated server mode

The dedicated server mode allows guests to join, find other players and play with them.

Warning

The project is being developed, not all functionality is implemented.

This guide includes build/run commands.


All content is licensed under WTFPL, except where another license is explicitly specified.

About

A multiplayer turn-based game.

Resources

License

Stars

Watchers

Forks