Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 489 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 489 Bytes

Adventure

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.

Goals

  • Read the game map

  • Initialize the world

  • Player keeps its location and points

  • Multiplayer environment

  • Players can connect over tcp to play the game

What I want to Learn

  • General differences between rust and CPP.

  • Lower level optimizations and protocols

  • Understand how borrowing works

  • Debugging rust application