Bomberclone - multiplayer bomberman like game Development stopped many years ago. If someone wants to take over. You are welcome. https://www.bomberclone.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
ob1kenewb 25f25682a0
fixed compilation warning
23 years ago
maps First loadable map :) 23 years ago
src fixed compilation warning 23 years ago
tools Initial revision 23 years ago
AUTHORS Initial revision 23 years ago
COPYING Initial revision 23 years ago
ChangeLog information about the last changes 23 years ago
INSTALL Initial revision 23 years ago
Makefile.am Initial revision 23 years ago
Makefile.in Initial revision 23 years ago
NEWS Initial revision 23 years ago
README Initial revision 23 years ago
TODO unneded file deleted 23 years ago
acconfig.h Initial revision 23 years ago
aclocal.m4 Initial revision 23 years ago
autogen.sh Initial revision 23 years ago
bomberclone.cfg Initial revision 23 years ago
bomberclone.prj Versions Update and Randoms Fix 23 years ago
config.h.in Initial revision 23 years ago
configure Versions Update and Randoms Fix 23 years ago
configure.in Versions Update and Randoms Fix 23 years ago
depcomp Initial revision 23 years ago
install-sh Initial revision 23 years ago
missing Initial revision 23 years ago
mkinstalldirs Initial revision 23 years ago
stamp-h.in Initial revision 23 years ago

README


Compilation
===========

Windows:
On Windows i used cygwin with mingw-gcc compiler. (http://www.cygwin.com)
You will even need the Source from the "Simply DirectMedia Layer" Library.
(http://www.libsdl.org/index.php)

1. Install Cygwin and Compile the SDL Library into it.

./configure --prefix=/usr
make
make install

The SDL.DLL file you will find under /usr/lib

2. Compile the Source of BomberClone

./configure
make

if this doesn't work try

aclocal -f
autoheader -f
autoconf -f
automake -a
./configure
make

then run the game with

src/bomberclone.exe

Linux:
if everything goes right, you only need to run

./configure
make

if nothing goes right, you will need :

aclocal
autoheader
autoconf
automake
./configure
make
src/bomberclone


Network
=======

(Ver. 0.3)
The Game uses TCP port 11000, and it needs that other clients can
connect to this port. So check your network configuration.

(Ver. 0.4)
This Version uses only UDP Port 11000, so check it again.. :o)


Animations
==========

How to save the single frames into one big image for the animations
The Dieing sequence will be in version 0.4

Image:

left | right | up | down | dieing
F1 | F1 | F1 | F1 | F1
F2 | F2 | F2 | F2 | F2
F3 | F3 | F3 | F3 | F3
F4 | F4 | F4 | F4 | F4
F5 | F5 | F5 | F5 | F5


Testers
=======

Linux : Marcus, Patty, x-coder
Windows: boogieman, deadlock


Contact
=======

programming : Steffen Pohle stpohle@gmx.net
graphic : TekkRat -no email yet-

You can find us on :
irc://irc.d-t-net.de #programmierer


http://stpohle.bei.t-online.de/bomberclone