Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skitsanos/somehero-cli
Some sort of Hero CLI game
https://github.com/skitsanos/somehero-cli
cli cli-app console console-application console-game vorpal
Last synced: about 2 months ago
JSON representation
Some sort of Hero CLI game
- Host: GitHub
- URL: https://github.com/skitsanos/somehero-cli
- Owner: skitsanos
- License: mit
- Created: 2019-05-16T07:05:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T09:35:33.000Z (about 1 year ago)
- Last Synced: 2024-04-14T03:54:31.803Z (9 months ago)
- Topics: cli, cli-app, console, console-application, console-game, vorpal
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://repository-images.githubusercontent.com/186971401/cb2ed080-7815-11e9-81bd-140e7205abe2)
As the hero walks the whimsical forests of The Terminal Valley, he encounters nefarious villains... After battling all kinds of monsters for more than a hundred years, the hero has some stats and skills...
### Supported commands
```
help [command...] Provides help for a given command.
exit Exits application.
start Restarts the game and recreates characters
stats Prints stats on game characters
strike Performs attack
cls Clears console
```### Possible ways to extend
In real life application Character _Skills_ could be loaded dynamically as randomized block or as predefined block from server side.
Skills used during strike could be set as dynamically affecting strikes by some rules defined, let's say, in some admin area.
Multiplayer mode and messaging between players can be easily implemented with pub/subscribe over [nats.io](nats.io)