-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathloderunner-ng.1
More file actions
76 lines (76 loc) · 2.22 KB
/
loderunner-ng.1
File metadata and controls
76 lines (76 loc) · 2.22 KB
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
71
72
73
74
75
76
.\" Copyright 2025 Viacheslav Chimishuk <vchimishuk@yandex.ru>
.\"
.\" This file is part of loderunner-ng.
.\"
.\" loderunner-ng is free software: you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation, either version 3 of the License, or
.\" (at your option) any later version.
.\"
.\" loderunner-ng is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with loderunner-ng. If not, see <http://www.gnu.org/licenses/>.
.\"
.Dd July 24, 2025
.Dt LODERUNNER-NG 1
.Os
.Sh NAME
.Nm loderunner-ng
.Nd a classic Lode Runner game remake
.Sh SYNOPSIS
.Bk -words
.Bl -tag -width loderunner-ng
.It Nm
.Op Fl fm
.Op Fl l Ar level
.Op Fl V Ar volume
.El
.Ek
.Sh DESCRIPTION
.Nm loderunner-ng
is a classic Lode Runner game remake heavily based on LodeRunner_TotalRecall
implementation by Simon Hung.
Practically all sprites are taken from LodeRunner_TotalRecall project.
Code is written from scratch using LodeRunner_TotalRecall as a reference and
documentation.
.Pp
Original Lode Runner game is developed by Doug Smith and published by Broderbund
in 1983.
.Sh OPTIONS
The following options are supported by
.Nm :
.Bl -tag -width indent
.It Fl f
Run game in full screen mode.
.It Fl l Ar level
Start game playing directly from the requested level.
.Ar level
argument can take values from 1 to 150.
.It Fl m
Mute. Totally disable sound.
.It Fl V Ar volume
Set volume level to
.Ar volume
percents.
.Ar volume
argument can take values from 1 to 100.
.El
.Sh KEYS
.Bl -column "P, Escape"
.It Li Left Ta move the runner left
.It Li Up Ta move the runner up
.It Li Right Ta move the runner right
.It Li Down Ta move the runner down
.It Li X Ta dig hole right to the runner
.It Li Z Ta dig hole left to the runner
.It Li P, Escape Ta toggle game pause
.It Li Q Ta quit game
.It Li Enter Ta start game; skip keyhole animation
.El
.Sh AUTHORS
.An Viacheslav Chimishuk Aq Mt vchimishuk@yandex.ru
.Lk https://github.com/vchimishuk/loderunner-ng