-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtreedude.6
70 lines (55 loc) · 1.7 KB
/
treedude.6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.TH treedude 6 2023-03-12
.SH NAME
\fBtreedude\fR \- a clone of the mini-game from Superhot
.SH SYNOPSIS
\fBtreedude [\fB\-nvV\fR]
.SH DESCRIPTION
\fBtreedude\fR is a clone of the mini-game from Superhot titled 'Tree Dude Tree Dude Dude'. Chop as much of the tree as you can while avoiding branches and keeping an eye on the timer.
Written in C89/90 with the Curses library, complies with \fISUSv2\fR through to \fIPOSIX.1-2008 (SUSv4)\fR.
.SH CONTROLS
.TP
.B LeftArrow, A, H
Chop left.
.TP
.B RightArrow, D, L
Chop right.
.TP
.B Enter
Continue.
.TP
.B Q, Esc
Quit.
.SH OPTIONS
.TP
.B n
Do not read or write the high score from the \fB$XDG_DATA_HOME\fR directory.
.TP
.B v, V
Print \fBtreedude\fR version and exit.
.SH ENVIRONMENT
.TP
.B XDG_DATA_HOME
The user's high score is stored within the set directory. \f(BI$HOME\fI/.config\fR is used if the environment variable is not set or empty. This is in compliance with the \fIXDG Base Directory Specification\fR.
.SH FILES
.TP
.I \f(BI$XDG_DATA_HOME\fI/treedude/score\fR
User's high score.
.SH SEE ALSO
\fBstandards\fR(7).
.SH CONFORMING TO
.TP
C89, SUSv2, POSIX.1-2001, POSIX.1-2008.
.TP
XDG Base Directory Specification v0.6+.
.SH BUGS
Bugs and issues can be reported on GitHub or GitLab.
.TP
<https://github.com/n-ivkovic/treedude/issues>
.TP
<https://gitlab.com/n-ivkovic/treedude/issues>
.SH AUTHORS
Nicholas Ivkovic <https://nivkovic.net>.
.SH COPYRIGHT
Copyright (c) 2022-2023 Nicholas Ivkovic.
Licensed under the GNU General Public License version 3 or later. See ./LICENSE, or <https://gnu.org/licenses/gpl.html> if more recent, for details.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.