您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

18 行
472 B

  1. # HackTheGame v0.0.2
  2. ## Decription
  3. Hello Guys! This is v0.0.2, there are some improvement over the last version:
  4. + Added Save/Load System
  5. + Added Inn (Restore HP and Save)
  6. + Added Simple Fighting
  7. + Added Some Monster
  8. + Added Boss "Flag Guardian"
  9. Because of some problem I need to disable offline playing and now it's only available online at:
  10. nc 192.168.0.1 8080
  11. ## Dependencies
  12. This repo depends on:
  13. ### cpp-base64
  14. here: https://github.com/ReneNyffenegger/cpp-base64