mseyne / dynadungeons

Bomberman clone using the awesome open source Godot game engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DynaDungeons

Bomberman clone using the awesome open source Godot game engine (MIT-licensed), and using the nice Bomb Party tileset from OpenGameArt (CC BY 3.0).

In-game screenshot

The project is at an early stage of development; the first objective is to reimplement the well-known gameplay of games of the Bomberman series. A further objective might be to extend the gameplay by adding RPG elements and maybe different multiplayer modes such as Capture the Flag.

Those are mostly ideas so far, and this is a learning project to get familiar with Godot and game development, so don't put your hopes too high. ;-)

Compilation

This repository contains the scenes, scripts and assets that compose the game when used in the Godot game engine. You need the very latest development version of Godot 2.0 to play the current development branch. You can either download precompiled nightly builds for the engine (see Godot's website) or build the engine from source.

To play the game, simply start Godot engine from DynaDungeons' repository, or import the project in the editor and click "Play". If you compiled or downloaded Godot's export templates, you can also export the game to the platform of your choice (Linux, Windows, Mac OSX, Android, etc.).

Licensing

All non-binary files in this repo are licensed under the GNU General Public License version 3 or later (GPL 3.0+). The full text of the license is given in the LICENSE.txt file.

All sprites (PNG files) and samples (SMP files) are under the Creative Commons Attribution license version 3.0 (CC BY 3.0), please refer to the CREDITS.md file for details.

All music files (OGG files) are under the Creative Commons Attribution-ShareAlike license version 4.0 (CC BY-SA 4.0).

All fonts are under the SIL Open Font License version 1.1 (OFL 1.1).

About

Bomberman clone using the awesome open source Godot game engine

License:GNU General Public License v3.0


Languages

Language:GDScript 100.0%