Skip to content

danielroth1/OpenDyna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenDyna

OpenDyna is a clone of the DOS game Dyna Blaster. It is completely written in Java using only the standard library.

Installation

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/

Execution

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.

Features

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. Bildschirmfoto zu 2019-09-18 19-45-54

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. Bildschirmfoto zu 2019-09-18 20-00-17

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". Bildschirmfoto zu 2019-09-18 21-06-11

Gameplay

Play a free-for-all with up to 3 friends and as many other computer enemies as you wish. Bildschirmfoto zu 2019-09-18 19-54-48

Level Editor

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. level editor_174

About

Clone of the DOS game Dyna Blaster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages