-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
41 lines (25 loc) · 1.15 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
JDyna
=====
Java clone of the classic Dyna Blaster (Bomberman) game by Hudson Soft.
This software was created for fun and out of nostalgia only. It is not meant to
be sold or redistributed in any way other than for playing with a bunch of
friends at the office (during lunch breaks of course).
Goals of the project
--------------------
- close to identical DynaBlaster simulation of behavior (gfx, sounds, movements),
- ability to play with a number of opponents on the local network,
- ability to play against an AI bot.
License and Copyright
---------------------
The code is GPLed. We ripped the graphics and sounds from an (owned) copy of Dyna Blaster
and we hope by now it is considered "abandonware". We mean no harm, but want to revive old
memories of this fantastic game.
Authors
-------
See src/java/about.txt.
Branches
--------
master - this is the "classic" version
3d - this is a branch with 3D-enabled and much improved version (additional bonuses,
status panel, etc.). Unfortunately this branch is no longer actively maintained
(but if you do fix it, contribute back).