NAME
tabrace - A game played by shell tab completion
VERSION
This document describes version 0.001 of tabrace (from Perl distribution Games-TabRace), released on 2016-10-26.
SYNOPSIS
To start playing the game:
% tabrace <enter>
To type a number (type digit marked by x):
% tabrace <tab>
0 1 2 3 4x 5 6 7 8 9
% tabrace 4<tab>
40 41 42 43 44 45 46 47x 48 49
% tabrace 47<tab>
470x 471 472 473 474 475 476 477 478 479
% tabrace 470<tab>
4700 4701 4702 4703 4704 4705 4706 4707 4708x 4709
% tabrace 4708<tab>
% tabrace 4708 _<enter>
DESCRIPTION
OPTIONS
--help
Display help and exit.
--version
Display version and exit.
--reset-game
Reset game.
--reset-high-scores
Reset high scores.
--high-scores
Show high scores and exit.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Games-TabRace.
SOURCE
Source repository is at https://github.com/perlancar/perl-Games-TabRace.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Games-TabRace
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
SEE ALSO
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.