選択できるのは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