Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.05 KB

commandor

console RPG

  1. build jar [jdk 1.7]
  2. run jar in your terminal
    works on linux
    works on MacOS but repaint of map is too slowly
    works on Windows but sometimes your game map will move by vertical

play in terminal because IDE does not support console clean!!!


Implemented:
1) character creation : name, type (sniper, regular soldier) with differents weapon set
2) map exploring : you can walk through forests and fields, and cannot through mountains and rivers
3) primitive enemies : animals and humans
4) fighting engine : you personage can shoot at any enemy, humans can shoot at you, animals can bite you
5) your level will increase after fights and your strike power depends on the level
6) you can find items (but cannot add them into your backpack yet) and you can accidently die
  1. a lot of bugs - will be fixed

TODO
1) bugfixing
2) refactoring, review all the TODOs in the project
3) implement save and load from saved state