Skip to content

rusconn/wwa-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wwa-cli

A WWA(World Wide Adventure) helper.

Install

cargo install --git https://github.com/rusconn/wwa-cli.git

Example

wwa breakpoints ./enemies.json5 --min 11 --max 20

./enemies.json5:

[
  { name: "goblin", hp: 30, def: 1 },
  { name: "wolf", hp: 25, def: 3 },
]

output:

11: goblin
12: wolf
16: goblin,wolf

About

A WWA(World Wide Adventure) helper CLI

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages