Fancy a game of Roulette?
Rules:
roulette
Inspired by (i.e. copied from) Andreas Kling's FIXME Roulette
console
cargo install fixme-roulette
Once that is done, navigate to the root of your directory and run
console
roulette
and you'll get something like this!
console
Number of 'pockets': 13
README.md:8:- whatever TODO, FIXME, or type error you get, you must fix!
Run roulette
in the same directory as the configuration files, and the tools (mypy
and ruff
should be able to find it.
git grep -niE "(TODO|FIXME)"
mypy
ruff
flake8
What else? Let me know.
Vec<u8>
- is this the 'natural' way to manage terminal output?