diff options
author | H. Peter Anvin <hpa@zytor.com> | 2003-03-26 05:25:06 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2003-03-26 05:25:06 +0000 |
commit | 9bd970a1d7bc60d47e576b40857fa93a4690a83a (patch) | |
tree | 9ef4f510e68660565e22c54da728becdb5857fb9 /README | |
parent | 431fde7353bbe10030950ba749db2339db5411c6 (diff) | |
download | grv-9bd970a1d7bc60d47e576b40857fa93a4690a83a.tar.gz grv-9bd970a1d7bc60d47e576b40857fa93a4690a83a.tar.xz grv-9bd970a1d7bc60d47e576b40857fa93a4690a83a.zip |
Add readme, add intro screen, make keyboard editing work
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ + GRÄVNING 2003 + + Yet another version of the sucky classic! + +Grävning 2003 is available for Win32 and Unix/Linux, and should be +portable to the Macintosh. + +To run: + + grv [-nonet] [-window] + +-nonet: Don't access the Internet high score server. +-window: Run in a window (default is full screen.) + + +To build from sources, you need the SDL library from +http://www.libsdl.org/, and the included Makefile for Win32 +(Makefile.w32) requires the MinGW32 compiler and MSYS package from +http://www.mingw.org/. No non-free software is required to build this +program! + |