This is cli game that I had to write for one of my courses while studying M.Sc. And I like the complexity of the program a lot.
-
Read the game map
-
Initialize the world
-
Player keeps its location and points
-
Multiplayer environment
-
Players can connect over tcp to play the game
-
General differences between rust and CPP.
-
Lower level optimizations and protocols
-
Understand how borrowing works
-
Debugging rust application