All Projects → restorer → Gloomy Dungeons 2

restorer / Gloomy Dungeons 2

Licence: mit
Gloomy Dungeons II - a continuation of old-school 3d-shooter.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Gloomy Dungeons 2

Mage
Magic Another Game Engine
Stars: ✭ 1,180 (+1432.47%)
Mutual labels:  game
Craft
A simple Minecraft clone written in C using modern OpenGL (shaders).
Stars: ✭ 8,957 (+11532.47%)
Mutual labels:  game
Bige
游戏服务器框架。
Stars: ✭ 76 (-1.3%)
Mutual labels:  game
Tvtower
A tribute to Mad TV. Written in BlitzMax, Lua and a bit of C.
Stars: ✭ 73 (-5.19%)
Mutual labels:  game
Sdlpal
SDL-based reimplementation of the classic Chinese-language RPG "Xiān jiàn Qí Xiá Zhuàn" (also known as PAL).
Stars: ✭ 1,190 (+1445.45%)
Mutual labels:  game
Lila
♞ lichess.org: the forever free, adless and open source chess server ♞
Stars: ✭ 10,315 (+13296.1%)
Mutual labels:  game
Slash Framework
Provides both a low-level implementation of component-based entity systems and Unity3D integration for them.
Stars: ✭ 71 (-7.79%)
Mutual labels:  game
Titlerun
The game that only exists in your title bar
Stars: ✭ 77 (+0%)
Mutual labels:  game
Dungeonrush
👾🐍 A opensource game inspired by Snake, written in pure C with SDL
Stars: ✭ 1,192 (+1448.05%)
Mutual labels:  game
Bdframework.core
[中]Simple! Easy! Powerful Unity3d game workflow! Unity3d framework:c# hotfix(ILRuntime)、asset manager、ui workflow、network debug... and so on
Stars: ✭ 1,196 (+1453.25%)
Mutual labels:  game
Discordgsm
📺 Monitor your game servers on Discord and tracks the live data of your game servers. Also support one-click deployment to Heroku, self-hosted. Invite: https://discordgsm.com/invite
Stars: ✭ 74 (-3.9%)
Mutual labels:  game
Game Of Github
Play Game of Life in your GitHub contributions
Stars: ✭ 74 (-3.9%)
Mutual labels:  game
Gowog
Gowog, Golang based Web multiplayer Online Game
Stars: ✭ 75 (-2.6%)
Mutual labels:  game
Humper
Collision detection for Axis-Aligned-Bounding-Boxes (aka AABB) in C#.
Stars: ✭ 73 (-5.19%)
Mutual labels:  game
Expo Three Demo
🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
Stars: ✭ 76 (-1.3%)
Mutual labels:  game
Poco
A cross-engine test automation framework based on UI inspection
Stars: ✭ 1,177 (+1428.57%)
Mutual labels:  game
Warriorjs
🏰 An exciting game of programming and Artificial Intelligence
Stars: ✭ 8,673 (+11163.64%)
Mutual labels:  game
Openrails
Open Rails: free train simulator that supports the world's largest range of digital content.
Stars: ✭ 76 (-1.3%)
Mutual labels:  game
Soldat
Soldat is a unique 2D (side-view) multiplayer action game
Stars: ✭ 1,199 (+1457.14%)
Mutual labels:  game
Rouleth
Roulette Smart Contract on Ethereum Blockchain
Stars: ✭ 75 (-2.6%)
Mutual labels:  game

Gloomy Dungeons II

Gloomy Dungeons II is a continuation of old–school 3d–shooter (Gloomy Dungeons 3D) in the style of Doom and Wolfenstein. Second part still use wolf-like engine (but not raycasting), but this time engine improved a bit:

  • Simple lighting effects
  • Different floor and ceiling textures in each cell
  • Extruded ceiling and doors
  • Rocket launcher
Get it on F-Droid Get it on Google Play

Credits, as usual:

This game is released under MIT License (http://www.opensource.org/licenses/mit-license.php).

Note

It is obvious, but I still want to note: all game resources are open-sourced except mp3 rock music which are downloaded from the server.

Product support

This product is already finished, so no long support is planned.

Feature Support status
New features No
Non-critical bugfixes No
Critical bugfixes Yes, if it will be easy to understand where to fix
Pull requests Accepted (after review)
Issues Monitored, but if you want to change something - submit a pull request
Android version planned to support Up to 8.x
Estimated end-of-life Up to 2018

Compiling

There are 2 variants of game: for google play (with zeemote, facebook, and analytics support) and for f-droid. You can compile either by using build script or directly using gradle.

Compile and install debug build

  • ./z-build fdroid debug install or
  • ./gradlew installForfdroidWoutgplayWoutzeemoteWoutkoDebug

Compile release builds

To be able to compile release builds, create put your keystore file (or create new) to tools/signing.keystore and create tools/signing.properties:

keyAlias=put_key_alias_here
storePassword=put_keystore_password_here
keyPassword=put_key_password_here
  • ./z-build fdroid release or
  • ./gradlew assembleForfdroidWoutgplayWoutzeemoteWoutkoRelease

Search for result .apk files in build/outputs/apk/

Known forks

Long live open-source, at least one fork is known.

  • Jurassic Doom (unfortunately levels are the same :(, just graphics changed a little)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].