Skip to content

Simple TicTacToe game, created while learning Rust

Notifications You must be signed in to change notification settings

pleveris/tictactoe-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tictactoe-game

Simple TicTacToe game, created while learning Rust

Author

By Paulius

Setup

  1. Make sure the latest version of Rust environment is installed on your system
  2. Clone the repo
    git clone https://github.com/pleveris/tictactoe-game.git
  3. cd tictactoe-game
  4. cargo run
  5. Enjoy! :-)

Future todos

  • Replace game board representation from number input (1-9) to column-letter input (collumns A to C, numbers 1 to 3 as rows for each column) to make game board more realistic;
  • Add more interaction with sounds;
  • Add some automated tests not only to test game functions, but also in order to learn how they are handled by Rust itself;
  • Create a multiplayer, web-based realtime game (lack of knowledge in Russt prevents from doing itt right now).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions are always welcome!

About

Simple TicTacToe game, created while learning Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages