drive some car across the moon
License
seehuhn/moon-buggy
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
moon-buggy - drive some car across the moon
INTRODUCTION:
Moon-buggy is a simple character graphics game, where you drive some
kind of car across the moon's surface. Unfortunately there are
dangerous craters there. Fortunately your car can jump over them!
Moon-Buggy comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of Moon-Buggy under the terms of the GNU
General Public License. For more information about these matters, read
the file COPYING of the source code distribution or press 'c' at
moon-buggy's title screen.
Please mail any suggestions and bug reports to <voss@seehuhn.de>.
Your message should include the moon-buggy version number, as obtained
by the command 'moon-buggy -V'.
INSTALLATION:
Moon-buggy requires the curses library as a prerequisite. If
curses is not installed on your system, you may use the free ncurses
package. The game does not work with BSD curses, thus on BSD systems
you will need the ncurses package.
Generic installation instructions are in the file INSTALL. There
are some points of interest:
* By default, the program will be installed as
'/usr/local/bin/moon-buggy'. You can specify an installation
prefix other than '/usr/local' by giving 'configure' the
'--prefix=PATH' option.
* You can choose the score file's location via 'configure''s
'--sharedstatedir' option. On Linux you should use
--sharedstatedir=/var/games
to comply with the Filesystem Hierarchy Standard.
* Moon-buggy supports shared score files. As explained in
moon-buggy's manual, you may want to make moon-buggy a setgid
program. This can be done with the '--with-setgid' option. If
you use
--with-setgid=games
then the installation process arranges everything for setgid usage.
CAUTION: this introduces potential security risks. I tried to
minimise these, but nevertheless be careful with this. And
remember: moon-buggy comes with no warranty.
* If your version of the curses library is not autodetected, you
have to use some of the '--with-curses-includedir',
'--with-curses-header', and '--with-curses-libs' options. For
example you should use
--with-curses-includedir=/usr/pkg/include
if your curses header files are in "/usr/pkg/include/". You may
use
--with-curses-header="<mycurses.h>"
if your curses header is called "mycurses.h". And you may use
--with-curses-libs="-L/usr/pkg/lib -lncurses"
if your curses library is called "ncurses.a" and is located in
"/usr/pkg/lib/".
Example: On GNU/Linux systems you probably can use the following
commands. For the last one you need root user permissions.
./configure --sharedstatedir=/var/games --mandir=/usr/share/man \
--with-setgid=games
make
make install
About
drive some car across the moon
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published