All Projects → restorer → gloomy-dungeons-3d

restorer / gloomy-dungeons-3d

Licence: MIT license
Old-school 3D shooter for android. Wolf-like engine, but *not* raycasting.

Programming Languages

java
68154 projects - #9 most used programming language
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
c
50402 projects - #5 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to gloomy-dungeons-3d

Node Android
Run Node.js on Android by rewrite Node.js in Java
Stars: ✭ 576 (+800%)
Mutual labels:  andriod
Vue Auto Puzzle
Jigsaw puzzle based on Vue(基于Vue的拼图小游戏,可自动拼图。还包含Weex版)
Stars: ✭ 127 (+98.44%)
Mutual labels:  andriod
OpenSourceTutorials-Android
Android Programming With Kotlin/JVM (Open Source Tutorials)
Stars: ✭ 15 (-76.56%)
Mutual labels:  andriod
React Native Calendar Events
📆 React Native Module for iOS and Android Calendar Events
Stars: ✭ 702 (+996.88%)
Mutual labels:  andriod
Weibo
Android for weibo
Stars: ✭ 65 (+1.56%)
Mutual labels:  andriod
Weathericonview
Weather Icon View for Android applications
Stars: ✭ 206 (+221.88%)
Mutual labels:  andriod
Intellij Generateallsetmethod
Intellij plugin to generate call to setter method value for class
Stars: ✭ 410 (+540.63%)
Mutual labels:  andriod
metrica-plugin-unity
Unity plugin for Yandex AppMetrica SDK
Stars: ✭ 24 (-62.5%)
Mutual labels:  andriod
Flutter lc im
一个简单、轻量可用于正式项目的 flutter 聊天插件。
Stars: ✭ 94 (+46.88%)
Mutual labels:  andriod
OldBang
Bang OLD REPO. Please go to the current repo ============>
Stars: ✭ 18 (-71.87%)
Mutual labels:  engine3d
Phonesploit
Using open Adb ports we can exploit a Andriod Device
Stars: ✭ 854 (+1234.38%)
Mutual labels:  andriod
Jus
Flexible and Easy HTTP/REST Communication library for Java and Android
Stars: ✭ 55 (-14.06%)
Mutual labels:  andriod
Story view
Story view for apps with stories.
Stars: ✭ 232 (+262.5%)
Mutual labels:  andriod
Kovenant
Kovenant. Promises for Kotlin.
Stars: ✭ 657 (+926.56%)
Mutual labels:  andriod
Android-Studio-Sample-Projects
Android Studio Sample Projects
Stars: ✭ 33 (-48.44%)
Mutual labels:  andriod
Xamarin.forms.googlemaps
Map library for Xamarin.Forms using Google maps API
Stars: ✭ 483 (+654.69%)
Mutual labels:  andriod
Androiddevelopmentsummary
安卓开发总结——附带VPN翻墙
Stars: ✭ 144 (+125%)
Mutual labels:  andriod
NoPermission
Android library for permissions request (updated 27.11.2017)
Stars: ✭ 106 (+65.63%)
Mutual labels:  andriod
GoldenSun
A path tracer based on hardware ray tracing
Stars: ✭ 20 (-68.75%)
Mutual labels:  engine3d
Screens
Manage split screen sessions
Stars: ✭ 28 (-56.25%)
Mutual labels:  andriod

Gloomy Dungeons 2 is also opensourced!
Check it out - https://github.com/restorer/gloomy-dungeons-2

What is it?

It is old-school 3d shooter, indie game developed by small team. It didn't use hi-end engine, so it looks more like wolf-3d than quake or even doom. As side effect, it works on low-end phones pretty fast. It has big sexy square pixels (love)... You should really love pixelart (like me :)

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

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 version of game: normal version and hard oldschool version. You can compile either by using build script or directly using gradle.

Compile and install debug build

Normal version:

  • ./gradlew installFdroidnormalNormalWithoutanalyticsWithoutzeemoteWithoutrateofferDebug

Hardcore version:

  • ./gradlew installFdroidhardcoreHardcoreWithoutanalyticsWithoutzeemoteWithoutrateofferDebug

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

Normal version:

  • ./gradlew assembleFdroidnormalNormalWithoutanalyticsWithoutzeemoteWithoutrateofferRelease

Hardcore version:

  • ./gradlew assembleFdroidhardcoreHardcoreWithoutanalyticsWithoutzeemoteWithoutrateofferRelease

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

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].