OpenDyna is a clone of the DOS game Dyna Blaster. It is completely written in Java using only the standard library.
git clone https://github.com/danielroth1/OpenDyna.git
cd OpenDyna && mkdir build && javac src/main/Main.java -d build -sourcepath src/ && cp -r src/gui/images/ build/gui/
cd build
java main.Main
Note:
After starting the game, a folder <home>/OpenDyna/
is created.
Copy the maps folder to <home>/OpenDyna/maps
to access the pre created maps ingame.
Summary:
- A simple AI
- Generate random or chose one of the preconstructed maps
- Create new maps in the provided level editor
- Local multiplayer at one PC for up to four players, individual keybindings are supported
Use the lobby to select the map and add human or AI players to the game. Create random maps of different sizes and block densities by a simple button press in the lobby. These maps are immediately displayed in the preview.
Chose between a rich set of given maps or the ones you created in the level editor. Each map is listed by name and with its own preview. Starting locations are indicated by the green fields.
Multiplayer is done locally on the same keyboard. It is also possible to use multiple keyboards as long as each person only uses his set of keys. Custom keybinding for each player can be set under "Profiles".
Play a free-for-all with up to 3 friends and as many other computer enemies as you wish.
Create new maps in the level editor. For each map a .map file is created and added to the other map files under <home>/OpenDyna/maps
. It is possible to share map files between different computers. Just place them in the maps folder to access them ingame.