-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
65 lines (39 loc) · 1.68 KB
/
README
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
WHAT IS drmonko
drmonko is a 2d puzzle game written in c++ with networking support. The rules are similar to Dr. Mario for nintendo but uses orignal art and graphics.
REQUIREMENTS:
libsdl-net 1.2
libsdl-ttf 2.0
libsdl 1.2
libsdl-mixer 1.2
libgl
To compile from source
g++
cmake
DISTRIBUTION
git://github.com/kpelton/drmonko.git
Drmonko is distributed as C++ source code as a cmake project. This code has been compiled on Linux 2.6(Ubuntu 11.04 and Debian squeeze). It is possible to compile it under Windows but you will have to figure it out on your own.
COMPILATION
To get the necessary dependencies under Ubuntu or Debian:
apt-get install cmake g++ libsdl-net1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libsdl-mixer1.2-dev git
git clone git://github.com/kpelton/drmonko.git
cd drmonko
cmake src
make
To run the game:
./drmonko
CONFIGURATION
For now the game only runs in the source directory.
CAVEATS:
If you host a game under the 2 player network menu, the game will pause until someone connects to the server. I have not yet written a wait screen.
There is no way to go to the previous menu. Exit quits the game. I hope to change this in a future release.
The networking code is a bit quirky but it seems to work most of the time.
There is no way to change the resoultion unless you edit src/sdlWindow.h and rebuild. I hope to add a resoultion menu in later versions.
COPYING
drmonko is open source software under a GPLv2 License
See the file COPYING for details
MAIN AUTHORS
Kyle Pelton (main author)
Chantel McCoy (virus/pill artwork) <chantel.mccoy@gmail.com>
All other art was obtained from http://opengameart.org/
Comments and suggestions:
Kyle Pelton E-mail: kpelton@pdx.edu