A command line Role Playing Game. CLI-RPG
Stars
6
Forks
1
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
1
commits
fix: small edge case fixes; minor cleanups; project now builds and .jar is executable
90f5ac4View on GitHubfix: project builds now and generates target directory
e83982fView on GitHubfix: user interface tweaks; add clear screen; project doesn't build though, only runs via IDE
1ae1a32View on GitHubfix: little tweaks in leveling up after some user testing
6ad9f27View on GitHubfix: refactor some logging, fix save/load mechanism and underlying bugs; cleanup
f9ae984View on GitHubfeat: clear one todo about battle messages; implement battle rewards when player wins battle
680133bView on GitHubfeat: revamp enemy list completely and how it's handled; fix resource management with new ability and enemy factories; cleanup; project now compiles and can start up
d816a07View on GitHubfeat: introduce game state for the game's main loop; extract movement from Game class into a separate movement manager
99e09b6View on GitHubfeat: refactor player choices in main game loop and main menu choices
d3a08a9View on GitHubfeat: start refactoring main game loop; refactor main menu choices and player creation
fb0f3c6View on GitHubfeat: refactor movement of the player in the game loop
59f0ef6View on GitHubfeat: complete player abilities facade engine introduction; remove old deprecated string array ability management system
9f32582View on GitHubfeat: refactor abilities; halfway through; WIP; separate layers
55300faView on GitHub