Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/reinisch/darkest-dungeon-unity
- Owner: Reinisch
- License: gpl-3.0
- Created: 2016-09-20T15:02:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T08:56:15.000Z (about 3 years ago)
- Last Synced: 2024-12-16T07:03:44.807Z (7 days ago)
- Topics: dungeon, game, multiplayer, pvp, unity
- Language: C#
- Homepage:
- Size: 173 MB
- Stars: 1,079
- Watchers: 59
- Forks: 218
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)