added new entries

This commit is contained in:
Trilarion
2019-07-02 10:55:06 +02:00
parent e411ae8db8
commit a22c46097d
25 changed files with 399 additions and 77 deletions

View File

@@ -35,6 +35,8 @@
- **[Dark Destiny](dark_destiny.md)** (Java, Javascript, GPL, mature, inactive since 2016)
- **[Dark Oberon](dark_oberon.md)** (C++, GPL-2.0, mature, inactive since 2009)
- **[Devana](devana.md)** (PHP, zlib, beta)
- **[Domination](domination.md)** (Java, GPL-3.0, mature)
- **[DreamChess](dreamchess.md)** (C, GPL-3.0, beta)
- **[Duel Commander](duel_commander.md)** (C, GPL-3.0, beta, inactive since 2009)
- **[Dune Dynasty](dune_dynasty.md)** (C, GPL-2.0, mature, inactive since 2014)
- **[Dune II - The Maker](dune_ii_the_maker.md)** (Java, MIT, beta)

View File

@@ -0,0 +1,20 @@
# Domination
_Is a bit like the well known board game of Risk or RisiKo._
- Home: http://domination.sourceforge.net/, https://sourceforge.net/projects/domination/
- State: mature
- Download: http://domination.sourceforge.net/download.shtml, https://sourceforge.net/projects/domination/files/
- Platform: Windows, Linux, macOS, Android
- Keywords: boardgame, risklike
- Code repository: https://svn.code.sf.net/p/domination/code/Domination (svn)
- Code language: Java
- Code license: GPL-3.0
The Android version seems to use [Swing ME](https://sourceforge.net/projects/swingme/).
## Building
- Build system: Ant

View File

@@ -0,0 +1,16 @@
# DreamChess
_3D chess game._
- Home: https://www.dreamchess.org/, https://sourceforge.net/projects/dreamchess/
- State: beta
- Download: https://www.dreamchess.org/downloads, https://sourceforge.net/projects/dreamchess/files/
- Platform: Windows, Linux, macOS
- Keywords: boardgame, chess
- Code repository: https://github.com/dreamchess/dreamchess.git
- Code language: C
- Code license: GPL-3.0
## Building
- Build system: CMake

View File

@@ -14,6 +14,8 @@ _A turn-based strategy engine heavily inspired by Panzer General._
May require original game content.
Part of LGames.
See also [LGeneral Deluxe](https://github.com/AndO3131/LGeneral-Deluxe), [lgeneral-to-android](https://code.google.com/archive/p/lgeneral-to-android/)
## Building