Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reinisch/darkest-dungeon-unity

Darkest Dungeon port in Unity. Almost completely identical to the original. Platforms: PC/Android.
https://github.com/reinisch/darkest-dungeon-unity

dungeon game multiplayer pvp unity

Last synced: 7 days ago
JSON representation

Darkest Dungeon port in Unity. Almost completely identical to the original. Platforms: PC/Android.

Awesome Lists containing this project

README

        

![alt link](http://i.imgur.com/aoaDEZ1.png)
Darkest Dungeon port in Unity engine with multiplayer.
Almost completely identical to the original game.
All audio and graphic assets are ignored!
## Project status
**Implemented:**
- [X] Estate management
- [X] All heroes/monsters
- [X] All combat effects/statuses
- [X] Dungeon/quest generation
- [X] Town events
- [X] Inventory, all items, curios
- [X] All plot quest maps
- [X] Narration
- [X] Simple Multiplayer

**Not implemented:**
- [ ] Some minor animations and effects
- [ ] Tutorial
- [ ] Menu options

**Probably next:**
- [ ] Better UI for Android/iOS

## References
- [**Darkest Dungeon**](http://www.darkestdungeon.com/) - original game by [**Red Hook Studios**.](http://www.darkestdungeon.com/press/index.php)
- [**FMOD/UnityIntegration**](https://github.com/fmod/UnityIntegration) - plugins for FMOD Studio integration in Unity.
- [**JamesNK/Newtonsoft.Json**](https://github.com/JamesNK/Newtonsoft.Json) - parsing darkest dungeon JSON-format data using C#.
- [**EsotericSoftware/Spine-Runtimes**](https://github.com/EsotericSoftware/spine-runtimes) - runtimes which are needed to use [**Spine**](https://esotericsoftware.com) 2D skeletal animations for some dungeon/estate ui elements, and for heroes and monsters with Free-Form Deformation.
- [**Photon Networking**](https://www.photonengine.com) - popular networking engine and multiplayer platform for Unity.


## Links
- [**Darkest Dungeon Maps**](https://docs.google.com/spreadsheets/d/1TeJAknTPJ33RliBHDGM9YMDSwxd2I7dLIEHF7ra3vHw/edit?usp=sharing)
- [**Town Invasion Map**](https://docs.google.com/spreadsheets/d/1kd9dA3Q4AiTQft-9bbCosYIcNc4QLGTKolF6Dbhwo88/edit?usp=sharing)
- [**Tutorial Crypts Map**](https://docs.google.com/spreadsheets/d/1mONWdowO3071zQ0X0AaOR_Vhs9edc3yNOhtaBprqKhg/edit?usp=sharing)
- __**Last PvP build for Windows/Mac/Linux x86_64 (1.0.3)**__ : [**Google Drive**](https://drive.google.com/drive/folders/0B4fCt9AnmePGVUFsR193U29aWmc?resourcekey=0--4usm-2TY8RYipJEgkGsbw&usp=sharing) or [**Github Releases**](https://github.com/Reinisch/Darkest-Dungeon-Unity/releases)
- __**Last PvP build for Android (1.0.3)**__ : [**Google Drive**](https://drive.google.com/drive/folders/0B4fCt9AnmePGSkFQTHF0ekxmOTQ?resourcekey=0-3FCDARpPSUNiInOyvTO7Bw&usp=sharing) or [**Github Releases**](https://github.com/Reinisch/Darkest-Dungeon-Unity/releases)