diff --git a/docs/README.txt b/docs/README.txt index 59f86f6d..85bcab81 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -1 +1,2 @@ -Is powered by Vanilla-Datatables (https://github.com/Mobius1/Vanilla-DataTables) under MIT license, slightly modified. \ No newline at end of file +Is powered by Vanilla-Datatables (https://github.com/Mobius1/Vanilla-DataTables), MIT licensed, slightly modified. +Also uses the Skeleton (http://getskeleton.com/) CSS framework. (MIT licensed) \ No newline at end of file diff --git a/docs/css/normalize.css b/docs/css/normalize.css new file mode 100644 index 00000000..81c6f31e --- /dev/null +++ b/docs/css/normalize.css @@ -0,0 +1,427 @@ +/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ + +/** + * 1. Set default font family to sans-serif. + * 2. Prevent iOS text size adjust after orientation change, without disabling + * user zoom. + */ + +html { + font-family: sans-serif; /* 1 */ + -ms-text-size-adjust: 100%; /* 2 */ + -webkit-text-size-adjust: 100%; /* 2 */ +} + +/** + * Remove default margin. + */ + +body { + margin: 0; +} + +/* HTML5 display definitions + ========================================================================== */ + +/** + * Correct `block` display not defined for any HTML5 element in IE 8/9. + * Correct `block` display not defined for `details` or `summary` in IE 10/11 + * and Firefox. + * Correct `block` display not defined for `main` in IE 11. + */ + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +menu, +nav, +section, +summary { + display: block; +} + +/** + * 1. Correct `inline-block` display not defined in IE 8/9. + * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. + */ + +audio, +canvas, +progress, +video { + display: inline-block; /* 1 */ + vertical-align: baseline; /* 2 */ +} + +/** + * Prevent modern browsers from displaying `audio` without controls. + * Remove excess height in iOS 5 devices. + */ + +audio:not([controls]) { + display: none; + height: 0; +} + +/** + * Address `[hidden]` styling not present in IE 8/9/10. + * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. + */ + +[hidden], +template { + display: none; +} + +/* Links + ========================================================================== */ + +/** + * Remove the gray background color from active links in IE 10. + */ + +a { + background-color: transparent; +} + +/** + * Improve readability when focused and also mouse hovered in all browsers. + */ + +a:active, +a:hover { + outline: 0; +} + +/* Text-level semantics + ========================================================================== */ + +/** + * Address styling not present in IE 8/9/10/11, Safari, and Chrome. + */ + +abbr[title] { + border-bottom: 1px dotted; +} + +/** + * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. + */ + +b, +strong { + font-weight: bold; +} + +/** + * Address styling not present in Safari and Chrome. + */ + +dfn { + font-style: italic; +} + +/** + * Address variable `h1` font-size and margin within `section` and `article` + * contexts in Firefox 4+, Safari, and Chrome. + */ + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/** + * Address styling not present in IE 8/9. + */ + +mark { + background: #ff0; + color: #000; +} + +/** + * Address inconsistent and variable font size in all browsers. + */ + +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` affecting `line-height` in all browsers. + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +/* Embedded content + ========================================================================== */ + +/** + * Remove border when inside `a` element in IE 8/9/10. + */ + +img { + border: 0; +} + +/** + * Correct overflow not hidden in IE 9/10/11. + */ + +svg:not(:root) { + overflow: hidden; +} + +/* Grouping content + ========================================================================== */ + +/** + * Address margin not present in IE 8/9 and Safari. + */ + +figure { + margin: 1em 40px; +} + +/** + * Address differences between Firefox and other browsers. + */ + +hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} + +/** + * Contain overflow in all browsers. + */ + +pre { + overflow: auto; +} + +/** + * Address odd `em`-unit font size rendering in all browsers. + */ + +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} + +/* Forms + ========================================================================== */ + +/** + * Known limitation: by default, Chrome and Safari on OS X allow very limited + * styling of `select`, unless a `border` property is set. + */ + +/** + * 1. Correct color not being inherited. + * Known issue: affects color of disabled elements. + * 2. Correct font properties not being inherited. + * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. + */ + +button, +input, +optgroup, +select, +textarea { + color: inherit; /* 1 */ + font: inherit; /* 2 */ + margin: 0; /* 3 */ +} + +/** + * Address `overflow` set to `hidden` in IE 8/9/10/11. + */ + +button { + overflow: visible; +} + +/** + * Address inconsistent `text-transform` inheritance for `button` and `select`. + * All other form control elements do not inherit `text-transform` values. + * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. + * Correct `select` style inheritance in Firefox. + */ + +button, +select { + text-transform: none; +} + +/** + * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` + * and `video` controls. + * 2. Correct inability to style clickable `input` types in iOS. + * 3. Improve usability and consistency of cursor style between image-type + * `input` and others. + */ + +button, +html input[type="button"], /* 1 */ +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; /* 2 */ + cursor: pointer; /* 3 */ +} + +/** + * Re-set default cursor for disabled elements. + */ + +button[disabled], +html input[disabled] { + cursor: default; +} + +/** + * Remove inner padding and border in Firefox 4+. + */ + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} + +/** + * Address Firefox 4+ setting `line-height` on `input` using `!important` in + * the UA stylesheet. + */ + +input { + line-height: normal; +} + +/** + * It's recommended that you don't attempt to style these elements. + * Firefox's implementation doesn't respect box-sizing, padding, or width. + * + * 1. Address box sizing set to `content-box` in IE 8/9/10. + * 2. Remove excess padding in IE 8/9/10. + */ + +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Fix the cursor style for Chrome's increment/decrement buttons. For certain + * `font-size` values of the `input`, it causes the cursor style of the + * decrement button to change from `default` to `text`. + */ + +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Address `appearance` set to `searchfield` in Safari and Chrome. + * 2. Address `box-sizing` set to `border-box` in Safari and Chrome + * (include `-moz` to future-proof). + */ + +input[type="search"] { + -webkit-appearance: textfield; /* 1 */ + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; /* 2 */ + box-sizing: content-box; +} + +/** + * Remove inner padding and search cancel button in Safari and Chrome on OS X. + * Safari (but not Chrome) clips the cancel button when the search input has + * padding (and `textfield` appearance). + */ + +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * Define consistent border, margin, and padding. + */ + +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +/** + * 1. Correct `color` not being inherited in IE 8/9/10/11. + * 2. Remove padding so people aren't caught out if they zero out fieldsets. + */ + +legend { + border: 0; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Remove default vertical scrollbar in IE 8/9/10/11. + */ + +textarea { + overflow: auto; +} + +/** + * Don't inherit the `font-weight` (applied by a rule above). + * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. + */ + +optgroup { + font-weight: bold; +} + +/* Tables + ========================================================================== */ + +/** + * Remove most spacing between table cells. + */ + +table { + border-collapse: collapse; + border-spacing: 0; +} + +td, +th { + padding: 0; +} \ No newline at end of file diff --git a/docs/css/skeleton.css b/docs/css/skeleton.css new file mode 100644 index 00000000..3f724675 --- /dev/null +++ b/docs/css/skeleton.css @@ -0,0 +1,418 @@ +/* +* Skeleton V2.0.4 +* Copyright 2014, Dave Gamache +* www.getskeleton.com +* Free to use under the MIT license. +* http://www.opensource.org/licenses/mit-license.php +* 12/29/2014 +*/ + + +/* Table of contents +–––––––––––––––––––––––––––––––––––––––––––––––––– +- Grid +- Base Styles +- Typography +- Links +- Buttons +- Forms +- Lists +- Code +- Tables +- Spacing +- Utilities +- Clearing +- Media Queries +*/ + + +/* Grid +–––––––––––––––––––––––––––––––––––––––––––––––––– */ +.container { + position: relative; + width: 100%; + max-width: 1960px; + margin: 0 auto; + padding: 0 20px; + box-sizing: border-box; } +.column, +.columns { + width: 100%; + float: left; + box-sizing: border-box; } + +/* For devices larger than 400px */ +@media (min-width: 400px) { + .container { + width: 85%; + padding: 0; } +} + +/* For devices larger than 550px */ +@media (min-width: 550px) { + .container { + width: 80%; } + .column, + .columns { + margin-left: 4%; } + .column:first-child, + .columns:first-child { + margin-left: 0; } + + .one.column, + .one.columns { width: 4.66666666667%; } + .two.columns { width: 13.3333333333%; } + .three.columns { width: 22%; } + .four.columns { width: 30.6666666667%; } + .five.columns { width: 39.3333333333%; } + .six.columns { width: 48%; } + .seven.columns { width: 56.6666666667%; } + .eight.columns { width: 65.3333333333%; } + .nine.columns { width: 74.0%; } + .ten.columns { width: 82.6666666667%; } + .eleven.columns { width: 91.3333333333%; } + .twelve.columns { width: 100%; margin-left: 0; } + + .one-third.column { width: 30.6666666667%; } + .two-thirds.column { width: 65.3333333333%; } + + .one-half.column { width: 48%; } + + /* Offsets */ + .offset-by-one.column, + .offset-by-one.columns { margin-left: 8.66666666667%; } + .offset-by-two.column, + .offset-by-two.columns { margin-left: 17.3333333333%; } + .offset-by-three.column, + .offset-by-three.columns { margin-left: 26%; } + .offset-by-four.column, + .offset-by-four.columns { margin-left: 34.6666666667%; } + .offset-by-five.column, + .offset-by-five.columns { margin-left: 43.3333333333%; } + .offset-by-six.column, + .offset-by-six.columns { margin-left: 52%; } + .offset-by-seven.column, + .offset-by-seven.columns { margin-left: 60.6666666667%; } + .offset-by-eight.column, + .offset-by-eight.columns { margin-left: 69.3333333333%; } + .offset-by-nine.column, + .offset-by-nine.columns { margin-left: 78.0%; } + .offset-by-ten.column, + .offset-by-ten.columns { margin-left: 86.6666666667%; } + .offset-by-eleven.column, + .offset-by-eleven.columns { margin-left: 95.3333333333%; } + + .offset-by-one-third.column, + .offset-by-one-third.columns { margin-left: 34.6666666667%; } + .offset-by-two-thirds.column, + .offset-by-two-thirds.columns { margin-left: 69.3333333333%; } + + .offset-by-one-half.column, + .offset-by-one-half.columns { margin-left: 52%; } + +} + + +/* Base Styles +–––––––––––––––––––––––––––––––––––––––––––––––––– */ +/* NOTE +html is set to 62.5% so that all the REM measurements throughout Skeleton +are based on 10px sizing. So basically 1.5rem = 15px :) */ +html { + font-size: 62.5%; } +body { + font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */ + line-height: 1.6; + font-weight: 400; + font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; + color: #222; } + + +/* Typography +–––––––––––––––––––––––––––––––––––––––––––––––––– */ +h1, h2, h3, h4, h5, h6 { + margin-top: 0; + margin-bottom: 2rem; + font-weight: 300; } +h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;} +h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; } +h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; } +h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; } +h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; } +h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; } + +/* Larger than phablet */ +@media (min-width: 550px) { + h1 { font-size: 5.0rem; } + h2 { font-size: 4.2rem; } + h3 { font-size: 3.6rem; } + h4 { font-size: 3.0rem; } + h5 { font-size: 2.4rem; } + h6 { font-size: 1.5rem; } +} + +p { + margin-top: 0; } + + +/* Links +–––––––––––––––––––––––––––––––––––––––––––––––––– */ +a { + color: #1EAEDB; } +a:hover { + color: #0FA0CE; } + + +/* Buttons +–––––––––––––––––––––––––––––––––––––––––––––––––– */ +.button, +button, +input[type="submit"], +input[type="reset"], +input[type="button"] { + display: inline-block; + height: 38px; + padding: 0 30px; + color: #555; + text-align: center; + font-size: 11px; + font-weight: 600; + line-height: 38px; + letter-spacing: .1rem; + text-transform: uppercase; + text-decoration: none; + white-space: nowrap; + background-color: transparent; + border-radius: 4px; + border: 1px solid #bbb; + cursor: pointer; + box-sizing: border-box; } +.button:hover, +button:hover, +input[type="submit"]:hover, +input[type="reset"]:hover, +input[type="button"]:hover, +.button:focus, +button:focus, +input[type="submit"]:focus, +input[type="reset"]:focus, +input[type="button"]:focus { + color: #333; + border-color: #888; + outline: 0; } +.button.button-primary, +button.button-primary, +input[type="submit"].button-primary, +input[type="reset"].button-primary, +input[type="button"].button-primary { + color: #FFF; + background-color: #33C3F0; + border-color: #33C3F0; } +.button.button-primary:hover, +button.button-primary:hover, +input[type="submit"].button-primary:hover, +input[type="reset"].button-primary:hover, +input[type="button"].button-primary:hover, +.button.button-primary:focus, +button.button-primary:focus, +input[type="submit"].button-primary:focus, +input[type="reset"].button-primary:focus, +input[type="button"].button-primary:focus { + color: #FFF; + background-color: #1EAEDB; + border-color: #1EAEDB; } + + +/* Forms +–––––––––––––––––––––––––––––––––––––––––––––––––– */ +input[type="email"], +input[type="number"], +input[type="search"], +input[type="text"], +input[type="tel"], +input[type="url"], +input[type="password"], +textarea, +select { + height: 38px; + padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ + background-color: #fff; + border: 1px solid #D1D1D1; + border-radius: 4px; + box-shadow: none; + box-sizing: border-box; } +/* Removes awkward default styles on some inputs for iOS */ +input[type="email"], +input[type="number"], +input[type="search"], +input[type="text"], +input[type="tel"], +input[type="url"], +input[type="password"], +textarea { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; } +textarea { + min-height: 65px; + padding-top: 6px; + padding-bottom: 6px; } +input[type="email"]:focus, +input[type="number"]:focus, +input[type="search"]:focus, +input[type="text"]:focus, +input[type="tel"]:focus, +input[type="url"]:focus, +input[type="password"]:focus, +textarea:focus, +select:focus { + border: 1px solid #33C3F0; + outline: 0; } +label, +legend { + display: block; + margin-bottom: .5rem; + font-weight: 600; } +fieldset { + padding: 0; + border-width: 0; } +input[type="checkbox"], +input[type="radio"] { + display: inline; } +label > .label-body { + display: inline-block; + margin-left: .5rem; + font-weight: normal; } + + +/* Lists +–––––––––––––––––––––––––––––––––––––––––––––––––– */ +ul { + list-style: circle inside; } +ol { + list-style: decimal inside; } +ol, ul { + padding-left: 0; + margin-top: 0; } +ul ul, +ul ol, +ol ol, +ol ul { + margin: 1.5rem 0 1.5rem 3rem; + font-size: 90%; } +li { + margin-bottom: 1rem; } + + +/* Code +–––––––––––––––––––––––––––––––––––––––––––––––––– */ +code { + padding: .2rem .5rem; + margin: 0 .2rem; + font-size: 90%; + white-space: nowrap; + background: #F1F1F1; + border: 1px solid #E1E1E1; + border-radius: 4px; } +pre > code { + display: block; + padding: 1rem 1.5rem; + white-space: pre; } + + +/* Tables +–––––––––––––––––––––––––––––––––––––––––––––––––– */ +th, +td { + padding: 12px 15px; + text-align: left; + border-bottom: 1px solid #E1E1E1; } +th:first-child, +td:first-child { + padding-left: 0; } +th:last-child, +td:last-child { + padding-right: 0; } + + +/* Spacing +–––––––––––––––––––––––––––––––––––––––––––––––––– */ +button, +.button { + margin-bottom: 1rem; } +input, +textarea, +select, +fieldset { + margin-bottom: 1.5rem; } +pre, +blockquote, +dl, +figure, +table, +p, +ul, +ol, +form { + margin-bottom: 2.5rem; } + + +/* Utilities +–––––––––––––––––––––––––––––––––––––––––––––––––– */ +.u-full-width { + width: 100%; + box-sizing: border-box; } +.u-max-full-width { + max-width: 100%; + box-sizing: border-box; } +.u-pull-right { + float: right; } +.u-pull-left { + float: left; } + + +/* Misc +–––––––––––––––––––––––––––––––––––––––––––––––––– */ +hr { + margin-top: 3rem; + margin-bottom: 3.5rem; + border-width: 0; + border-top: 1px solid #E1E1E1; } + + +/* Clearing +–––––––––––––––––––––––––––––––––––––––––––––––––– */ + +/* Self Clearing Goodness */ +.container:after, +.row:after, +.u-cf { + content: ""; + display: table; + clear: both; } + + +/* Media Queries +–––––––––––––––––––––––––––––––––––––––––––––––––– */ +/* +Note: The best way to structure the use of media queries is to create the queries +near the relevant code. For example, if you wanted to change the styles for buttons +on small devices, paste the mobile query code up in the buttons section and style it +there. +*/ + + +/* Larger than mobile */ +@media (min-width: 400px) {} + +/* Larger than phablet (also point when grid becomes active) */ +@media (min-width: 550px) {} + +/* Larger than tablet */ +@media (min-width: 750px) {} + +/* Larger than desktop */ +@media (min-width: 1000px) {} + +/* Larger than Desktop HD */ +@media (min-width: 1200px) {} diff --git a/docs/vanilla-dataTables.css b/docs/css/vanilla-dataTables.css similarity index 100% rename from docs/vanilla-dataTables.css rename to docs/css/vanilla-dataTables.css diff --git a/docs/data.json b/docs/data.json index a91554cf..718056cc 100644 --- a/docs/data.json +++ b/docs/data.json @@ -10,8 +10,8 @@ ], "data": [ [ - "0AD (home, entry)", - "0 A.D. is a free, open-source, cross-platform real-time strategy game.", + "0AD (home, entry)", + "0 A.D. is a free, open-source, cross-platform real-time..", "Link", "Strategy", "beta / active", @@ -19,7 +19,7 @@ "Source - C++ - GPL-2.0" ], [ - "3d.city (home, entry)", + "3d.city (home, entry)", "WebGL version of micropolisJS.", "", "Simulation", @@ -28,8 +28,8 @@ "Source - Javascript - GPL-3.0" ], [ - "8 Kingdoms (home, entry)", - "3D turn-based fantasy strategic game in which players become kings, build..", + "8 Kingdoms (home, entry)", + "3D turn-based fantasy strategic game in which players..", "Link", "Strategy", "beta / inactive since 2009", @@ -37,8 +37,8 @@ "Source - C++" ], [ - "A Planet's Revenge (home, entry)", - "A text-based, turn-based strategy game set in space. It is similar to a 4X..", + "A Planet's Revenge (home, entry)", + "A text-based, turn-based strategy game set in space. It is..", "Link", "Strategy", "beta / inactive since 2008", @@ -46,7 +46,7 @@ "Python" ], [ - "AI Wars (home, entry)", + "AI Wars (home, entry)", "Turn-based strategy game, an AI client development testbed.", "", "Strategy", @@ -55,7 +55,7 @@ "Source - Python - MIT" ], [ - "AdaVenture (home, entry)", + "AdaVenture (home, entry)", "A point & click quest set in ancient Persia.", "Link", "Adventure & Visual novels", @@ -64,8 +64,8 @@ "Source - Ada - GPL-3.0" ], [ - "Advanced Strategic Command (home, entry)", - "Advanced Strategic Command is a free, turn based strategy game.", + "Advanced Strategic Command (home, entry)", + "Turn based strategy game.", "", "Strategy", "mature / active", @@ -73,7 +73,7 @@ "Source - C++ - GPL-2.0" ], [ - "Age of Magic (home, entry)", + "Age of Magic (home, entry)", "Turn-based strategy game for Symbian.", "Link", "Strategy", @@ -82,8 +82,8 @@ "Source - C++ - GPL-2.0" ], [ - "Alien Assault Traders (home, entry)", - "Alien Assault Traders is an online, web-based, turn-based strategy space..", + "Alien Assault Traders (home, entry)", + "Alien Assault Traders is an online, web-based, turn-based..", "Link", "Strategy", "beta / inactive since 2009", @@ -91,8 +91,8 @@ "PHP - GPL-2.0" ], [ - "Allegro (home, entry)", - "Cross-platform library mainly aimed at video game and multimedia programming.", + "Allegro (home, entry)", + "Cross-platform library mainly aimed at video game and..", "Link", "Engines & Frameworks", "mature / active", @@ -100,7 +100,7 @@ "Source - C - zlib" ], [ - "Ancient Beast (home, entry)", + "Ancient Beast (home, entry)", "Turn based strategy indie game project.", "", "Strategy", @@ -109,8 +109,8 @@ "Source - Javascript - AGPL-3.0" ], [ - "Andor's Trail (home, entry)", - "Quest-driven Roguelike fantasy dungeon crawler RPG with a powerful story.", + "Andor's Trail (home, entry)", + "Quest-driven Roguelike fantasy dungeon crawler RPG with a..", "Link", "Role Playing", "beta / active", @@ -118,7 +118,7 @@ "Source - Java - GPL-2.0" ], [ - "Angband (home, entry)", + "Angband (home, entry)", "Single-player dungeon exploration game.", "Link", "Role Playing", @@ -127,7 +127,7 @@ "Source - C - GPL-2.0" ], [ - "Annchienta (home, entry)", + "Annchienta (home, entry)", "A 2D game engine.", "Link", "Engines & Frameworks", @@ -136,8 +136,8 @@ "Source - C++ - GPL-3.0" ], [ - "Antares (home, entry)", - "Port of the original Ares code base that was open sourced in 2008.", + "Antares (home, entry)", + "Port of the original Ares code base that was open sourced..", "", "Strategy", "beta / active", @@ -145,8 +145,8 @@ "Source - C++ - LGPL-3.0" ], [ - "AntiChess (home, entry)", - "AntiChess is an anti chess game. You have to take your opponents piece if you..", + "AntiChess (home, entry)", + "AntiChess is an anti chess game. You have to take your..", "Link", "Strategy", "mature / inactive since 2003", @@ -154,8 +154,8 @@ "Source - Java" ], [ - "Ardentryst (home, entry)", - "Action/RPG sidescroller, focused not just on fighting, but on story, and..", + "Ardentryst (home, entry)", + "Action/RPG sidescroller, focused not just on fighting, but..", "Link", "Role Playing", "mature / inactive since 2009", @@ -163,7 +163,7 @@ "Python - GPL-3.0" ], [ - "Argentum Online (home, entry)", + "Argentum Online (home, entry)", "Open Source FREE 2D MMORPG.", "Link", "Role Playing", @@ -172,7 +172,7 @@ "Source - VB - GPL-2.0" ], [ - "Arianne / Marauroa (home, entry)", + "Arianne / Marauroa (home, entry)", "An open source multiplayer online framework.", "Link", "Engines & Frameworks", @@ -181,8 +181,8 @@ "Source - Java - GPL-2.0" ], [ - "Armies (home, entry)", - "Turn based strategy game. It has simple and well designed rules.", + "Armies (home, entry)", + "Turn based strategy game. It has simple and well designed..", "Link", "Strategy", "mature / inactive since 2007", @@ -190,7 +190,7 @@ "C++" ], [ - "Arthur's Knights (home, entry)", + "Arthur's Knights (home, entry)", "A small turned based game.", "Link", "Strategy", @@ -199,8 +199,8 @@ "C++ - Educational" ], [ - "Arx Libertatis (home, entry)", - "Arx Libertatis is a cross-platform, open source port of Arx Fatalis, a 2002..", + "Arx Libertatis (home, entry)", + "Arx Libertatis is a cross-platform, open source port of..", "Link", "Role Playing", "mature / active", @@ -208,8 +208,8 @@ "Source - C++ - GPL-3.0" ], [ - "Astromenace (home, entry)", - "3D space scroll-shooter with spaceship upgrade possibilities.", + "Astromenace (home, entry)", + "3D space scroll-shooter with spaceship upgrade..", "Link", "Action/Arcade", "mature / active", @@ -217,8 +217,8 @@ "Source - C++, C - GPL-3.0" ], [ - "Atlantis (home, entry)", - "PBEM Game engine which is used to create many different strategy wargames..", + "Atlantis (home, entry)", + "PBEM Game engine which is used to create many different..", "Link", "Engines & Frameworks", "mature / inactive since 2016", @@ -226,8 +226,8 @@ "Source - C++ - GPL-2.0" ], [ - "Atomiks (home, entry)", - "Faithful remake of, and a tribute to, Atomix, a classic puzzle game created by..", + "Atomiks (home, entry)", + "Faithful remake of, and a tribute to, Atomix, a classic..", "Link", "Strategy", "mature / active", @@ -235,7 +235,7 @@ "Source - C - GPL" ], [ - "Atomix (home, entry)", + "Atomix (home, entry)", "A puzzle game in which you have to build full molecules.", "", "Strategy", @@ -244,8 +244,8 @@ "Source - C - GPL-2.0" ], [ - "Atrinik (home, entry)", - "Multiplayer Online Role Playing Game (MORPG) with 2D isometric graphics based..", + "Atrinik (home, entry)", + "Multiplayer Online Role Playing Game (MORPG) with 2D..", "", "Role Playing", "mature / inactive since 2016", @@ -253,7 +253,7 @@ "Source - C" ], [ - "Attal (home, entry)", + "Attal (home, entry)", "Themeable turn-based strategy game.", "Link", "Strategy", @@ -262,7 +262,7 @@ "Source - C++ - GPL-2.0" ], [ - "AutoREALM (home, entry)", + "AutoREALM (home, entry)", "Role-playing game mapping program.", "Link", "Tools & Manuals", @@ -271,8 +271,8 @@ "Source - C++ - GPL-3.0" ], [ - "Avanor (home, entry)", - "Relatively easy to win but feature rich fantasy roguelike game with a highly..", + "Avanor (home, entry)", + "Relatively easy to win but feature rich fantasy roguelike..", "Link", "Role Playing", "beta / inactive since 2008", @@ -280,8 +280,8 @@ "Source - C++, Lua - GPL-2.0" ], [ - "Battle for Wesnoth (home, entry)", - "The Battle for Wesnoth is an open source, turn-based strategy game with a high..", + "Battle for Wesnoth (home, entry)", + "The Battle for Wesnoth is an open source, turn-based..", "Link", "Strategy", "mature / active", @@ -289,8 +289,8 @@ "Source - C++ - GPL-2.0" ], [ - "Battlefield Java (home, entry)", - "Battlefield Java is simple grid and turned based battle simulation game for..", + "Battlefield Java (home, entry)", + "Battlefield Java is simple grid and turned based battle..", "Link", "Strategy", "beta / inactive since 2011", @@ -298,8 +298,8 @@ "Source - Java" ], [ - "Battles of Antargis (home, entry)", - "A real-time-strategy (RTS) game, which is a mixture of 3 three games:..", + "Battles of Antargis (home, entry)", + "A real-time-strategy (RTS) game, which is a mixture of 3..", "", "Strategy", "beta / inactive since 2014", @@ -307,7 +307,7 @@ "Source - C, C++ - GPL-2.0" ], [ - "Begin2 (home, entry)", + "Begin2 (home, entry)", "A TCP/IP Tactical Starship Sim.", "Link", "Strategy", @@ -316,8 +316,8 @@ "Source - C++ - BSD" ], [ - "Betrayer's Moon Tactics (home, entry)", - "Innovative, original strategy-action RPG developed in Sphere.", + "Betrayer's Moon Tactics (home, entry)", + "Innovative, original strategy-action RPG developed in..", "Link", "Role Playing", "beta / inactive since 2006", @@ -325,8 +325,8 @@ "Javascript - GPL-2.0" ], [ - "Birth of the Empires (home, entry)", - "Turn-based 4X strategy game set in space in the style of classics such as..", + "Birth of the Empires (home, entry)", + "Turn-based 4X strategy game set in space in the style of..", "Link", "Strategy", "mature / inactive since 2016", @@ -334,8 +334,8 @@ "Source - C++ - Custom" ], [ - "BlackNova Traders (home, entry)", - "Web-based, multi-player space exploration game inspired by the popular BBS..", + "BlackNova Traders (home, entry)", + "Web-based, multi-player space exploration game inspired by..", "Link", "Strategy", "beta / inactive since 2012", @@ -343,8 +343,8 @@ "Source - PHP, Javascript" ], [ - "Blender game engine (home, entry)", - "Included in Blender is a complete game engine, allowing you to create a fully..", + "Blender game engine (home, entry)", + "Included in Blender is a complete game engine, allowing..", "Link", "Engines & Frameworks", "mature / active", @@ -352,8 +352,8 @@ "C++ - GPL-2.0" ], [ - "Blitzkrieg (home, entry)", - "Little turn-based strategy game based on Pendulous shareware rules.", + "Blitzkrieg (home, entry)", + "Little turn-based strategy game based on Pendulous..", "Link", "Strategy", "beta / inactive since 2009", @@ -361,8 +361,8 @@ "Source - Java - GPL" ], [ - "Boost (C++ Libraries) (home, entry)", - "Boost provides free peer-reviewed portable C++ source libraries.", + "Boost (C++ Libraries) (home, entry)", + "Boost provides free peer-reviewed portable C++ source..", "Link", "Libraries", "mature / active", @@ -370,7 +370,7 @@ "Source - C++ - Boost license 1.0" ], [ - "Bos Wars (home, entry)", + "Bos Wars (home, entry)", "Futuristic real time strategy game (RTS).", "Link", "Strategy", @@ -379,7 +379,7 @@ "C++ - GPL-2.0" ], [ - "Boson (home, entry)", + "Boson (home, entry)", "OpenGL real-time strategy game.", "Link", "Strategy", @@ -388,7 +388,7 @@ "Source - C++ - GPL-2.0" ], [ - "BrowserQuest (home, entry)", + "BrowserQuest (home, entry)", "A Massively Multiplayer Adventure.", "", "Role Playing", @@ -397,8 +397,8 @@ "Source - Javascript - MPL-2.0" ], [ - "Bygfoot (home, entry)", - "Football (a.k.a. soccer) manager game featuring many international leagues and..", + "Bygfoot (home, entry)", + "Football (a.k.a. soccer) manager game featuring many..", "Link", "Strategy", "beta / active", @@ -406,7 +406,7 @@ "Source - Java - GPL-2.0" ], [ - "C-evo (home, entry)", + "C-evo (home, entry)", "C-evo is a freeware empire building game for Windows.", "Link", "Strategy", @@ -415,7 +415,7 @@ "Pascal" ], [ - "COCOS2D-X (home, entry)", + "COCOS2D-X (home, entry)", "Cocos2d-x is an open-source game framework written in C++.", "Link", "Engines & Frameworks", @@ -424,8 +424,8 @@ "Source - C++ - MIT" ], [ - "Caesar IA (home, entry)", - "Remake of the popular citybuilder/economic strategy - Caesar III, videogame by..", + "Caesar IA (home, entry)", + "Remake of the popular citybuilder/economic strategy -..", "Link", "Strategy", "beta / active", @@ -433,8 +433,8 @@ "Source - C++ - GPL-3.0" ], [ - "Call to Power 2 (home, entry)", - "Strategy game released by Activision as a sequel to Civilization: Call to..", + "Call to Power 2 (home, entry)", + "Strategy game released by Activision as a sequel to..", "", "Strategy", "mature / active", @@ -442,7 +442,7 @@ "Source - C++ - Custom" ], [ - "Castle of the Winds (home, entry)", + "Castle of the Winds (home, entry)", "Castle of the Winds remake.", "", "Role Playing", @@ -451,8 +451,8 @@ "Source - Javascript - MIT" ], [ - "Cat Mother Dead Justice (home, entry)", - "3D-engine (C++/DirectX9) and a fully playable prototype of a 3rd person..", + "Cat Mother Dead Justice (home, entry)", + "3D-engine (C++/DirectX9) and a fully playable prototype of..", "Link", "Action/Arcade", "beta / inactive since 2003", @@ -460,7 +460,7 @@ "Source - C++ - BSD" ], [ - "Cataclysm (home, entry)", + "Cataclysm (home, entry)", "Post-apocalyptic roguelike.", "", "Role Playing", @@ -469,7 +469,7 @@ "Source - C++ - CC-BY-SA-3" ], [ - "Catch Challenger (home, entry)", + "Catch Challenger (home, entry)", "A independent MMORPG, Lan game and a SP game.", "Link", "Role Playing", @@ -478,7 +478,7 @@ "Source - C++ - GPL-3.0" ], [ - "Choria (home, entry)", + "Choria (home, entry)", "An MMORPG that's all about grinding and doing chores.", "", "Role Playing", @@ -487,7 +487,7 @@ "Source - C++, C, Lua - GPL-3.0" ], [ - "CivOne (home, entry)", + "CivOne (home, entry)", "Exact clone of Sid Meier's Civilization.", "Link", "Strategy", @@ -496,7 +496,7 @@ "Source - C# - CC0" ], [ - "Civil (home, entry)", + "Civil (home, entry)", "A cross-platform, turn-based, networked strategy game.", "Link", "Strategy", @@ -505,8 +505,8 @@ "Source - Python - GPL-2.0" ], [ - "Classic Blades of Exile (home, entry)", - "Eole-playing video games created by Jeff Vogel of Spiderweb Software.", + "Classic Blades of Exile (home, entry)", + "Eole-playing video games created by Jeff Vogel of..", "", "Role Playing", "mature / active", @@ -514,7 +514,7 @@ "Source - C++ - GPL-2.0" ], [ - "Clou! (home, entry)", + "Clou! (home, entry)", "Remake of the 1986 game They Stole a Million.", "Link", "Adventure & Visual novels", @@ -523,8 +523,8 @@ "Source - C" ], [ - "Colobot (home, entry)", - "Real-time strategy game, where you can program your units (bots) in a language..", + "Colobot (home, entry)", + "Real-time strategy game, where you can program your units..", "Link", "Strategy", "mature / active", @@ -532,7 +532,7 @@ "Source - C++ - GPL-3.0" ], [ - "Colonization too (home, entry)", + "Colonization too (home, entry)", "Design and develop of a sequel to the original game.", "Link", "Strategy", @@ -541,7 +541,7 @@ "Source - C++ - GPL-2.0" ], [ - "Colossal Cave Adventure (home, entry)", + "Colossal Cave Adventure (home, entry)", "Original Colossal Caves adventure game, but in Python 3.", "", "Adventure & Visual novels", @@ -550,8 +550,8 @@ "Source - Python - Apache-2.0" ], [ - "CommandoJS (home, entry)", - "Nostalgic glimpse in the past in a form of Commodore 64 game \"Commando\".", + "CommandoJS (home, entry)", + "Nostalgic glimpse in the past in a form of Commodore 64..", "", "Action/Arcade", "beta / inactive since 2012", @@ -559,7 +559,7 @@ "Source - Javascript, Coffeescript - MIT" ], [ - "Conquests (home, entry)", + "Conquests (home, entry)", "4X game, similar to the Civilization series of games.", "Link", "Strategy", @@ -568,8 +568,8 @@ "C++ - GPL-2.0" ], [ - "Corsix Theme Hospital (home, entry)", - "Reimplementation of the 1997 Bullfrog business sim Theme Hospital.", + "Corsix Theme Hospital (home, entry)", + "Reimplementation of the 1997 Bullfrog business sim Theme..", "Link", "Strategy", "mature / active", @@ -577,7 +577,7 @@ "Source - Lua, C++ - MIT" ], [ - "Crimson Fields (home, entry)", + "Crimson Fields (home, entry)", "Turn-based tactical war game.", "Link", "Strategy", @@ -586,7 +586,7 @@ "Source" ], [ - "Crossfire (home, entry)", + "Crossfire (home, entry)", "Cooperative multiplayer graphical RPG and adventure game.", "Link", "Role Playing", @@ -595,8 +595,8 @@ "Source - C, Java - GPL-2.0" ], [ - "Crown and Cutless (home, entry)", - "3d pirate action/adventure game in the spirit of the old Pirates! game.", + "Crown and Cutless (home, entry)", + "3d pirate action/adventure game in the spirit of the old..", "Link", "Strategy", "beta / inactive since 2006", @@ -604,7 +604,7 @@ "Source - C++ - Custom" ], [ - "Crypto++ (home, entry)", + "Crypto++ (home, entry)", "C++ class library of cryptographic schemes.", "Link", "Libraries", @@ -613,7 +613,7 @@ "Source - C++ - Boost-1.0" ], [ - "DNT (home, entry)", + "DNT (home, entry)", "3D RPG in a satirical post-apocalyptical world.", "Link", "Role Playing", @@ -622,7 +622,7 @@ "Source - C++ - GPL-3.0" ], [ - "Daimonin (home, entry)", + "Daimonin (home, entry)", "Massively Multiplayer On-line Role-playing Game (MMORPG).", "Link", "Role Playing", @@ -631,7 +631,7 @@ "Source - C - GPL-2.0" ], [ - "Danger from the Deep (home, entry)", + "Danger from the Deep (home, entry)", "WW2 submarine 3D simulation.", "Link", "Simulation", @@ -640,7 +640,7 @@ "Source - C++ - GPL-2.0" ], [ - "Dark City (home, entry)", + "Dark City (home, entry)", "DarkCity is a MMORPG game, in text mode on the Internet.", "Link", "Role Playing", @@ -649,8 +649,8 @@ "Source - PHP - GPL-3.0" ], [ - "Dark Destiny (home, entry)", - "Turn-based online space strategy game playable in internet browsers.", + "Dark Destiny (home, entry)", + "Turn-based online space strategy game playable in internet..", "", "Strategy", "mature / inactive since 2016", @@ -658,7 +658,7 @@ "Source - Java" ], [ - "Dark Oberon (home, entry)", + "Dark Oberon (home, entry)", "Real-time strategy game similar to Warcraft II.", "Link", "Strategy", @@ -667,7 +667,7 @@ "Source - C++ - GPL-2.0" ], [ - "Dash Engine (home, entry)", + "Dash Engine (home, entry)", "OpenGL engine written in the D language.", "", "Engines & Frameworks", @@ -676,7 +676,7 @@ "Source - D - MIT" ], [ - "Dawn (home, entry)", + "Dawn (home, entry)", "2D RPG set in a fantasy world.", "", "Role Playing", @@ -685,16 +685,16 @@ "Source - C++ - GPL-3.0" ], [ - "Decker (home, entry)", - "Cyberspace hacking RPG where you hack into corporate systems to perform..", + "Decker (home, entry)", + "Cyberspace hacking RPG where you hack into corporate..", "Link", "Role Playing", "beta / inactive since 2013", "", - "Source - Java - GPL-2.0" + "Source - Java - GPL-2.0" ], [ - "Deity (home, entry)", + "Deity (home, entry)", "GameMaster (i.e. role-playing) utility.", "Link", "Tools & Manuals", @@ -703,8 +703,8 @@ "Source - Python - GPL-2.0" ], [ - "Deliantra (home, entry)", - "A cooperative multiplayer RPG and adventure game set in a classical medieval..", + "Deliantra (home, entry)", + "A cooperative multiplayer RPG and adventure game set in a..", "Link", "Role Playing", "mature / active", @@ -712,8 +712,8 @@ "Source - C - GPL-2.0" ], [ - "Delta Engine (home, entry)", - "Multi-platform Game Engine, C# OpenGL Version (custom wrapper) including the..", + "Delta Engine (home, entry)", + "Multi-platform Game Engine, C# OpenGL Version (custom..", "Link", "Engines & Frameworks", "mature / inactive since 2015", @@ -721,7 +721,7 @@ "Source - C# - Apache-2.0" ], [ - "DemiGod (home, entry)", + "DemiGod (home, entry)", "Retro-style, turn-based RPG game.", "", "Role Playing", @@ -730,7 +730,7 @@ "Source - Java - GPL-3.0" ], [ - "Devana (home, entry)", + "Devana (home, entry)", "Browser strategy game.", "Link", "Strategy", @@ -739,8 +739,8 @@ "PHP - BSD" ], [ - "Digital: A Love Story (home, entry)", - "A computer mystery/romance set five minutes into the future of 1988.", + "Digital: A Love Story (home, entry)", + "A computer mystery/romance set five minutes into the..", "", "Adventure & Visual novels", "mature / active", @@ -748,8 +748,8 @@ "Ren'py - CC-BY-NC-SA" ], [ - "Doxygen (home, entry)", - "Tool for generating documentation from annotated C++ sources.", + "Doxygen (home, entry)", + "Tool for generating documentation from annotated C++..", "Link", "Libraries", "mature / active", @@ -757,7 +757,7 @@ "Source - C++ - GPL-2.0" ], [ - "Dragon History (home, entry)", + "Dragon History (home, entry)", "Czech adventure game.", "Link", "Adventure & Visual novels", @@ -766,7 +766,7 @@ "GPL-2.0" ], [ - "Dragon Hunt (home, entry)", + "Dragon Hunt (home, entry)", "Role-playing game designed to be flexible and fun.", "", "Role Playing", @@ -775,7 +775,7 @@ "Source - Python - GPL-2.0" ], [ - "Drop Shock (home, entry)", + "Drop Shock (home, entry)", "Massively Multiplayer Turn-Based Strategy Game.", "", "Strategy", @@ -784,8 +784,8 @@ "Source - PHP" ], [ - "Duel Commander (home, entry)", - "Turn based command line fighting game for Windows and Unix-like systems.", + "Duel Commander (home, entry)", + "Turn based command line fighting game for Windows and..", "Link", "Strategy", "beta / inactive since 2009", @@ -793,8 +793,8 @@ "C - GPL-3.0" ], [ - "Dune Dynasty (home, entry)", - "Continuation of the classic real-time strategy game Dune II by Westwood Studios.", + "Dune Dynasty (home, entry)", + "Continuation of the classic real-time strategy game Dune..", "Link", "Strategy", "mature / inactive since 2014", @@ -802,7 +802,7 @@ "Source - C - GPL-2.0" ], [ - "Dune II - The Maker (home, entry)", + "Dune II - The Maker (home, entry)", "Clone of the good old Dune II by Westwoord Studios.", "Link", "Strategy", @@ -811,8 +811,8 @@ "Source - Java - MIT" ], [ - "Dune Legacy (home, entry)", - "Updated clone of Westood Studios' Dune2 which uses data files from the..", + "Dune Legacy (home, entry)", + "Updated clone of Westood Studios' Dune2 which uses data..", "Link", "Strategy", "mature / active", @@ -820,8 +820,8 @@ "Source - C++ - GPL-2.0" ], [ - "Dungeon Crawl Stone Soup (home, entry)", - "Roguelike adventure through dungeons filled with dangerous monsters in a quest..", + "Dungeon Crawl Stone Soup (home, entry)", + "Roguelike adventure through dungeons filled with dangerous..", "Link", "Role Playing", "mature / active", @@ -829,8 +829,8 @@ "Source - C++, Lua - GPL-2.0" ], [ - "Dungeon Hero (home, entry)", - "Choose between 6 unique heroes, equip yourself with powerful magic items and..", + "Dungeon Hero (home, entry)", + "Choose between 6 unique heroes, equip yourself with..", "Link", "Role Playing", "mature / active", @@ -838,7 +838,7 @@ "Source - Java - MIT" ], [ - "Dungeon Mapper (home, entry)", + "Dungeon Mapper (home, entry)", "Map your dungeons for your next role playing adventure.", "Link", "Tools & Manuals", @@ -847,7 +847,7 @@ "Source - C++ - GPL-3.0" ], [ - "Dungeon Monkey Eternal (home, entry)", + "Dungeon Monkey Eternal (home, entry)", "Third game in the dungeon monkey series.", "", "Role Playing", @@ -856,8 +856,8 @@ "Source - Python - GPL-2.0" ], [ - "Dungeon Quest (home, entry)", - "Smashing more monsters than ever in this turn-based dungeon crawling game.", + "Dungeon Quest (home, entry)", + "Smashing more monsters than ever in this turn-based..", "Link", "Role Playing", "mature / active", @@ -865,8 +865,8 @@ "Source - Java - MIT" ], [ - "ENIGMA (home, entry)", - "ENIGMA is a free development environment geared towards game development.", + "ENIGMA (home, entry)", + "ENIGMA is a free development environment geared towards..", "Link", "Engines & Frameworks", "mature / active", @@ -874,7 +874,7 @@ "Source - C++, C - GPL-3.0" ], [ - "EPOH (home, entry)", + "EPOH (home, entry)", "Multiplayer turn-based browser strategy game.", "", "Strategy", @@ -883,8 +883,8 @@ "Source - Javascript - MIT" ], [ - "EasyRPG Player (home, entry)", - "EasyRPG Player is a program that allows to play games created with RPG Maker..", + "EasyRPG Player (home, entry)", + "EasyRPG Player is a program that allows to play games..", "Link", "Engines & Frameworks", "mature / active", @@ -892,8 +892,8 @@ "Source - C++ - GPL-3.0" ], [ - "Egoboo (home, entry)", - "A three-dimensional dungeon crawling adventure that borrows a lot of elements..", + "Egoboo (home, entry)", + "A three-dimensional dungeon crawling adventure that..", "Link", "Role Playing", "mature / inactive since 2015", @@ -901,8 +901,8 @@ "Source - C++, C - GPL-3.0" ], [ - "Eleconics (home, entry)", - "Players create fleets of customized ships and control them in an fully 3D..", + "Eleconics (home, entry)", + "Players create fleets of customized ships and control them..", "Link", "Strategy", "beta / inactive since 2006", @@ -910,7 +910,7 @@ "Source - Java" ], [ - "Endgame: Singularity (home, entry)", + "Endgame: Singularity (home, entry)", "A simulation of a true AI", "", "Strategy", @@ -919,8 +919,8 @@ "Source - Python - GPL-2.0" ], [ - "Endless Sky (home, entry)", - "2D space trading and combat game similar to the classic Escape Velocity series.", + "Endless Sky (home, entry)", + "2D space trading and combat game similar to the classic..", "Link", "Role Playing", "mature / active", @@ -928,16 +928,16 @@ "Source - C++ - GPL-3.0" ], [ - "Eos, Dawn of Light: A Space Opera (home, entry)", + "Eos, Dawn of Light: A Space Opera (home, entry)", "Space adventure game with elements of arcade and strategy.", "Link", "Role Playing", "beta / inactive since 2007", "", - "Source - Python - MIT" + "Source - Python - MIT" ], [ - "Epiar (home, entry)", + "Epiar (home, entry)", "Open-ended space action/trading game.", "Link", "Action/Arcade", @@ -946,16 +946,16 @@ "Source - C, C++, Lua - GPL-2.0" ], [ - "Erebus (home, entry)", - "RPG (Role-Playing Game), for PCs, smartphones, tablets and handhelds.", + "Erebus (home, entry)", + "RPG (Role-Playing Game), for PCs, smartphones, tablets and..", "Link", "Role Playing", "beta / active", "", - "Source - C++ - GPL-3.0" + "Source - C++ - GPL-3.0" ], [ - "Eternal Lands (home, entry)", + "Eternal Lands (home, entry)", "Multiplayer, online role-playing game (MMORPG).", "Link", "Role Playing", @@ -964,7 +964,7 @@ "Source - C, C++ - Custom" ], [ - "EternalWinterWars (home, entry)", + "EternalWinterWars (home, entry)", "Turn based strategy game with a medieval winter setting.", "", "Strategy", @@ -973,8 +973,8 @@ "Source - Java - MIT" ], [ - "Evil Cult (home, entry)", - "Turn-based strategy game about building your cult of followers and trying to..", + "Evil Cult (home, entry)", + "Turn-based strategy game about building your cult of..", "", "Strategy", "mature / active", @@ -982,7 +982,7 @@ "Source - Haxe, Javascript - GPL-3.0" ], [ - "Evol Online (home, entry)", + "Evol Online (home, entry)", "A homely MMORPG.", "Link", "Role Playing", @@ -991,7 +991,7 @@ "Source" ], [ - "Exult (home, entry)", + "Exult (home, entry)", "A cross-platform recreation of the Ultima VII engine.", "Link", "Role Playing", @@ -1000,8 +1000,8 @@ "Source - C++ - GPL-2.0" ], [ - "FAR Colony (home, entry)", - "FAR Colony (First Autonomous Remote Colony) is a game of exploration and space..", + "FAR Colony (home, entry)", + "FAR Colony (First Autonomous Remote Colony) is a game of..", "", "Strategy", "beta / inactive since 2014", @@ -1009,7 +1009,7 @@ "Source - Pascal - GPL-3.0" ], [ - "Fall of Imyrin (home, entry)", + "Fall of Imyrin (home, entry)", "The first serious game using the Annchienta engine.", "Link", "Role Playing", @@ -1018,7 +1018,7 @@ "Source - Python - GPL-3.0" ], [ - "Fallen Spire (home, entry)", + "Fallen Spire (home, entry)", "RPG adventure game written in PyGame.", "", "Role Playing", @@ -1027,8 +1027,8 @@ "Source - Python - GPL-3.0" ], [ - "Fanwor (home, entry)", - "Action-adventures in the style of the game \"The Legend of Zelda\".", + "Fanwor (home, entry)", + "Action-adventures in the style of the game \"The Legend of..", "", "Adventure & Visual novels", "mature / active", @@ -1036,7 +1036,7 @@ "Source - C - GPL-2.0" ], [ - "First Strike (home, entry)", + "First Strike (home, entry)", "Conquer the world thanks to military forces.", "Link", "Strategy", @@ -1045,8 +1045,8 @@ "Source - Java" ], [ - "Flare Engine (home, entry)", - "Flare (Free Libre Action Roleplaying Engine) is a simple game engine built to..", + "Flare Engine (home, entry)", + "Flare (Free Libre Action Roleplaying Engine) is a simple..", "Link", "Engines & Frameworks", "mature / active", @@ -1054,7 +1054,7 @@ "Source - C++ - GPL-3.0" ], [ - "Flixel (home, entry)", + "Flixel (home, entry)", "Game-making library written in ActionScript 3.", "Link", "Engines & Frameworks", @@ -1063,8 +1063,8 @@ "Source - ActionScript - MIT" ], [ - "Free Orion (home, entry)", - "Turn-based space empire and galactic conquest (4X) computer game.", + "Free Orion (home, entry)", + "Turn-based space empire and galactic conquest (4X)..", "Link", "Strategy", "beta / active", @@ -1072,8 +1072,8 @@ "Source - C++, Python - GPL-2.0" ], [ - "Free Space Colonization (home, entry)", - "Game of colonization, research, diplomacy and trade. A 4X approach.It is..", + "Free Space Colonization (home, entry)", + "Game of colonization, research, diplomacy and trade. A 4X..", "Link", "Strategy", "beta / active", @@ -1081,8 +1081,8 @@ "Source - C - GPL-2.0" ], [ - "Free heroes2 engine (home, entry)", - "Free implementation of Heroes of the Might and Magic II engine.", + "Free heroes2 engine (home, entry)", + "Free implementation of Heroes of the Might and Magic II..", "Link", "Strategy", "beta / inactive since 2015", @@ -1090,8 +1090,8 @@ "Source - C++ - GPL-2.0" ], [ - "Free in the Dark (engine) (home, entry)", - "Open source version of the engine used in the Alone in the Dark and sequels.", + "Free in the Dark (engine) (home, entry)", + "Open source version of the engine used in the Alone in the..", "", "Adventure & Visual novels", "beta / active", @@ -1099,8 +1099,8 @@ "Source - C, C++ - GPL-2.0" ], [ - "FreeCol (home, entry)", - "FreeCol is a turn-based strategy game based on the old game Colonization, and..", + "FreeCol (home, entry)", + "FreeCol is a turn-based strategy game based on the old..", "Link", "Strategy", "mature / active", @@ -1108,8 +1108,8 @@ "Source - Java - GPL-2.0" ], [ - "FreeLords (home, entry)", - "Explore, occupy, produce armies in cities and kill your enemies.", + "FreeLords (home, entry)", + "Explore, occupy, produce armies in cities and kill your..", "Link", "Strategy", "beta / active", @@ -1117,8 +1117,8 @@ "Source - Java - GPL-2.0" ], [ - "FreeRCT (home, entry)", - "Game which captures the look, feel and gameplay of the popular games..", + "FreeRCT (home, entry)", + "Game which captures the look, feel and gameplay of the..", "", "Strategy", "beta / inactive since 2016", @@ -1126,8 +1126,8 @@ "Source - C++ - GPL-2.0" ], [ - "FreeRails (home, entry)", - "Real time MP strategy game where players compete to build the most powerful..", + "FreeRails (home, entry)", + "Real time MP strategy game where players compete to build..", "Link", "Strategy", "beta / active", @@ -1135,7 +1135,7 @@ "Source - Java" ], [ - "FreeSynd (home, entry)", + "FreeSynd (home, entry)", "Reimplementation of the classic Bullfrog game, Syndicate.", "Link", "Strategy", @@ -1144,7 +1144,7 @@ "Source - C++ - GPL-2.0" ], [ - "FreeTrain (home, entry)", + "FreeTrain (home, entry)", "Rail & business simulation.", "Link", "Simulation", @@ -1153,8 +1153,8 @@ "Source - C# - LPGL-2.1" ], [ - "FreeType (home, entry)", - "Capable of producing high-quality output (glyph images) of most vector and..", + "FreeType (home, entry)", + "Capable of producing high-quality output (glyph images) of..", "Link", "Libraries", "mature / active", @@ -1162,8 +1162,8 @@ "Source - C - GPL" ], [ - "Freeciv (home, entry)", - "Freeciv is a Free and Open Source empire-building strategy game inspired by..", + "Freeciv (home, entry)", + "Freeciv is a Free and Open Source empire-building strategy..", "Link", "Strategy", "mature / active", @@ -1171,8 +1171,8 @@ "Source - C - GPL-2.0" ], [ - "Freeciv WebGL (home, entry)", - "Freeciv-web is a version of Freeciv playable online in any modern web browser.", + "Freeciv WebGL (home, entry)", + "Freeciv-web is a version of Freeciv playable online in any..", "", "Strategy", "mature / active", @@ -1180,8 +1180,8 @@ "Source - Javascript, Java - AGPL-3.0" ], [ - "Freedink (home, entry)", - "Dink Smallwood is an adventure/role-playing game, similar to Zelda (2D top..", + "Freedink (home, entry)", + "Dink Smallwood is an adventure/role-playing game, similar..", "Link", "Role Playing", "mature / active", @@ -1189,7 +1189,7 @@ "Source - C++ - GPL-3.0" ], [ - "FreedroidRPG (home, entry)", + "FreedroidRPG (home, entry)", "FreedroidRPG is an open source role playing game.", "Link", "Role Playing", @@ -1198,7 +1198,7 @@ "Source - C - GPL-2.0" ], [ - "Freeminer (home, entry)", + "Freeminer (home, entry)", "Sandbox game inspired by Minecraft.", "", "Simulation", @@ -1207,8 +1207,8 @@ "Source - C++, Lua - GPL-3.0" ], [ - "Freeserf (home, entry)", - "Clone of the brilliant simulation game The Settlers 1 aka Serf City.", + "Freeserf (home, entry)", + "Clone of the brilliant simulation game The Settlers 1 aka..", "Link", "Strategy", "beta / active", @@ -1216,8 +1216,8 @@ "Source - C++ - GPL-3.0" ], [ - "Freestars (home, entry)", - "Project to create an easily modifiable clone of the 4X turn-based strategy..", + "Freestars (home, entry)", + "Project to create an easily modifiable clone of the 4X..", "", "Strategy", "beta / inactive since 2008", @@ -1225,8 +1225,8 @@ "Source - C++" ], [ - "GDash (home, entry)", - "A Boulder Dash clone which is as close to the original as possible.", + "GDash (home, entry)", + "A Boulder Dash clone which is as close to the original as..", "Link", "Action/Arcade", "beta / active", @@ -1234,7 +1234,7 @@ "Source - C++ - MIT" ], [ - "GM Tools (home, entry)", + "GM Tools (home, entry)", "Game/Dungeon Master aid for role playing.", "Link", "Tools & Manuals", @@ -1243,8 +1243,8 @@ "Source - C++ - GPL-2.0" ], [ - "GalaxyMage Redux (home, entry)", - "Attempt to revitalize the open source game, GalaxyMage with a fresh codebase.", + "GalaxyMage Redux (home, entry)", + "Attempt to revitalize the open source game, GalaxyMage..", "", "Role Playing", "beta / inactive since 2011", @@ -1252,7 +1252,7 @@ "Source - Python - GPL-2.0" ], [ - "GalaxyNG (home, entry)", + "GalaxyNG (home, entry)", "Play by email interstellar wargame for multiple players.", "Link", "Strategy", @@ -1261,7 +1261,7 @@ "Source - C - GPL-2.0" ], [ - "GameLV (home, entry)", + "GameLV (home, entry)", "Adventure Game in Post Soviet Environment.", "", "Adventure & Visual novels", @@ -1270,7 +1270,7 @@ "Source - C++ - GPL" ], [ - "GearHead (home, entry)", + "GearHead (home, entry)", "Roguelike mecha RPG series.", "Link", "Role Playing", @@ -1279,7 +1279,7 @@ "Source - Pascal, Python - LGPL-2.1" ], [ - "Gee Whiz (home, entry)", + "Gee Whiz (home, entry)", "Homage to the old style Wizardry(tm) games.", "Link", "Role Playing", @@ -1288,8 +1288,8 @@ "C - GPL-2.0" ], [ - "GemRB (home, entry)", - "GemRB is a portable open-source implementation of Bioware's Infinity Engine.", + "GemRB (home, entry)", + "GemRB is a portable open-source implementation of..", "Link", "Engines & Frameworks", "mature / active", @@ -1297,7 +1297,7 @@ "Source - C++, Python - GPL-2.0" ], [ - "Gigalomania (home, entry)", + "Gigalomania (home, entry)", "A 2D real time strategy Mega-Lo-Mania-like god game.", "", "Strategy", @@ -1306,7 +1306,7 @@ "Source - C++ - GPL-2.0" ], [ - "Glest (home, entry)", + "Glest (home, entry)", "Glest is a free 3D real-time strategy game.", "Link", "Strategy", @@ -1315,8 +1315,8 @@ "Source - C++ - GPL-2.0" ], [ - "Globulation2 (home, entry)", - "Real-Time Strategy (RTS) game which reduces micro-management by automatically..", + "Globulation2 (home, entry)", + "Real-Time Strategy (RTS) game which reduces micro-..", "Link", "Strategy", "mature / active", @@ -1324,8 +1324,8 @@ "Source - C++ - GPL-3.0" ], [ - "Goblin Camp (home, entry)", - "Roguelike citybuilder, inspired by Anno 1404, Dwarf Fortress and Dungeon Keeper.", + "Goblin Camp (home, entry)", + "Roguelike citybuilder, inspired by Anno 1404, Dwarf..", "", "Strategy", "beta / inactive since 2012", @@ -1333,8 +1333,8 @@ "Source - C++ - GPL-3.0" ], [ - "Goblin Hack (home, entry)", - "A roguelike opengl-based smooth-scrolling ASCII graphics game.", + "Goblin Hack (home, entry)", + "A roguelike opengl-based smooth-scrolling ASCII graphics..", "Link", "Role Playing", "beta / inactive since 2009", @@ -1342,8 +1342,8 @@ "Source - C++ - GPL-2.0" ], [ - "Godot (home, entry)", - "Godot is an advanced, feature-packed, multi-platform 2D and 3D open source..", + "Godot (home, entry)", + "Godot is an advanced, feature-packed, multi-platform 2D..", "Link", "Engines & Frameworks", "mature / active", @@ -1351,8 +1351,8 @@ "Source - C, C++ - MIT" ], [ - "Greenius' Civil War (home, entry)", - "Open Sourced version of American Civil War game for DOS, originally developed..", + "Greenius' Civil War (home, entry)", + "Open Sourced version of American Civil War game for DOS,..", "", "Strategy", "beta / inactive since 2001", @@ -1360,8 +1360,8 @@ "Source" ], [ - "H-World (home, entry)", - "CRPG engine is a tile-based, turn-based, Lua scriptable engine that supports a..", + "H-World (home, entry)", + "CRPG engine is a tile-based, turn-based, Lua scriptable..", "Link", "Engines & Frameworks", "beta / inactive since 2005", @@ -1369,8 +1369,8 @@ "Source - C, Lua" ], [ - "Hale (home, entry)", - "A turn based RPG with deep tactical combat and character customization.", + "Hale (home, entry)", + "A turn based RPG with deep tactical combat and character..", "Link", "Role Playing", "beta / inactive since 2014", @@ -1378,7 +1378,7 @@ "Source - Java - GPL-2.0" ], [ - "HarfBuzz (home, entry)", + "HarfBuzz (home, entry)", "OpenType text shaping engine.", "", "Libraries", @@ -1387,8 +1387,8 @@ "Source - C++ - MIT" ], [ - "Harris (home, entry)", - "Based around the actions of RAF Bomber Command in the Second World War.", + "Harris (home, entry)", + "Based around the actions of RAF Bomber Command in the..", "", "Strategy", "beta / active", @@ -1396,7 +1396,7 @@ "Source - C, Python - GPL-3.0" ], [ - "HaxeFlixel (home, entry)", + "HaxeFlixel (home, entry)", "Create cross-platform games easier and free.", "Link", "Engines & Frameworks", @@ -1405,8 +1405,8 @@ "Source - Haxe - MIT" ], [ - "Haxima (home, entry)", - "Ultima-like game engine (2D tile graphics) with combat, magic, NPC AI, an..", + "Haxima (home, entry)", + "Ultima-like game engine (2D tile graphics) with combat,..", "Link", "Role Playing", "beta / active", @@ -1414,8 +1414,8 @@ "Source - C++ - GPL-3.0" ], [ - "Hero of Allacrost (home, entry)", - "Hero of Allacrost is a 2D role-playing game inspired by classic console RPGs.", + "Hero of Allacrost (home, entry)", + "Hero of Allacrost is a 2D role-playing game inspired by..", "Link", "Role Playing", "mature / active", @@ -1423,8 +1423,8 @@ "Source - C++, Lua - GPL-2.0" ], [ - "Heroes of Wesnoth (home, entry)", - "A free, turn-based strategy game where you have to guide a hero through a..", + "Heroes of Wesnoth (home, entry)", + "A free, turn-based strategy game where you have to guide a..", "", "Strategy", "beta / active", @@ -1432,8 +1432,8 @@ "Source - C++" ], [ - "Heroes of Wing Commander (home, entry)", - "A fan base strategy game based on the Origin's Wing Commander universe.", + "Heroes of Wing Commander (home, entry)", + "A fan base strategy game based on the Origin's Wing..", "Link", "Strategy", "beta / inactive since 2014", @@ -1441,8 +1441,8 @@ "Source - Python - GPL-3.0" ], [ - "Hexwar (home, entry)", - "Simple turn based, hexagon map, strategy game in the tradition of Panzer..", + "Hexwar (home, entry)", + "Simple turn based, hexagon map, strategy game in the..", "", "Strategy", "beta / inactive since 2012", @@ -1450,17 +1450,17 @@ "Source - Ruby, Javascript" ], [ - "Holyspirit (home, entry)", + "Holyspirit (home, entry)", "2D isometric hack'n'slash game (action-rpg).", "Link", "Role Playing", "beta / inactive since 2013", "action-rpg", - "Source - C++ - GPL-3.0" + "Source - C++ - GPL-3.0" ], [ - "Ilarion (home, entry)", - "Kostenloses Open Source-MMORPG, welches seinen Schwerpunkt auf echtes..", + "Ilarion (home, entry)", + "Kostenloses Open Source-MMORPG, welches seinen Schwerpunkt..", "Link", "Role Playing", "mature / active", @@ -1468,7 +1468,7 @@ "Source - C++, Java, Lua - GPL-3.0" ], [ - "Imperium (home, entry)", + "Imperium (home, entry)", "A game of intergalactic exploration, warfare, and economics.", "Link", "Role Playing", @@ -1477,8 +1477,8 @@ "" ], [ - "Irrlicht Engine (home, entry)", - "The Irrlicht Engine is an open source high performance realtime 3D engine.", + "Irrlicht Engine (home, entry)", + "The Irrlicht Engine is an open source high performance..", "Link", "Engines & Frameworks", "mature / active", @@ -1486,8 +1486,8 @@ "Source - C++, C - zlib" ], [ - "Iter Vehemens ad Necem (home, entry)", - "Graphical roguelike game with advanced bodypart and material handling, multi-..", + "Iter Vehemens ad Necem (home, entry)", + "Graphical roguelike game with advanced bodypart and..", "Link", "Role Playing", "beta / inactive since 2004", @@ -1495,8 +1495,8 @@ "Source - C++ - GPL-2.0" ], [ - "JQuest (home, entry)", - "Java-based clone of the turn-based strategy game Konquest (developed by Russ..", + "JQuest (home, entry)", + "Java-based clone of the turn-based strategy game Konquest..", "Link", "Strategy", "beta / inactive since 2006", @@ -1504,8 +1504,8 @@ "Java" ], [ - "JSettlers (home, entry)", - "Web-based version of the board game Settlers of Catan written in Java.", + "JSettlers (home, entry)", + "Web-based version of the board game Settlers of Catan..", "Link", "Strategy", "mature / active", @@ -1513,8 +1513,8 @@ "Source - Java - GPL-3.0" ], [ - "JaNaG - Java Name Generator (home, entry)", - "Java random name generator for role-games, authors, and the like.", + "JaNaG - Java Name Generator (home, entry)", + "Java random name generator for role-games, authors, and..", "Link", "Tools & Manuals", "mature / inactive since 2011", @@ -1522,8 +1522,8 @@ "Java - GPL-2.0" ], [ - "Jagged Alliance 2 Stracciatella (home, entry)", - "An improved, cross-platform, stable Jagged Alliance 2 runtime.", + "Jagged Alliance 2 Stracciatella (home, entry)", + "An improved, cross-platform, stable Jagged Alliance 2..", "", "Strategy", "mature / active", @@ -1531,7 +1531,7 @@ "Source - C++ - Custom" ], [ - "JiGS Interactive Game System (home, entry)", + "JiGS Interactive Game System (home, entry)", "Online RPG engine built in php.", "", "Engines & Frameworks", @@ -1540,8 +1540,8 @@ "Source - Javascript, PHP - GPL-3.0" ], [ - "KAtomic (home, entry)", - "Fun educational game built around molecular geometry. It employs simplistic..", + "KAtomic (home, entry)", + "Fun educational game built around molecular geometry. It..", "", "Strategy", "mature / active", @@ -1549,16 +1549,16 @@ "Source - C++ - GPL-2.0" ], [ - "KQ Lives (home, entry)", + "KQ Lives (home, entry)", "A console-style role playing game.", "Link", "Role Playing", "beta / inactive since 2011", "", - "Source - C - GPL-2.0" + "Source - C - GPL-2.0" ], [ - "Kingdoms (home, entry)", + "Kingdoms (home, entry)", "Strategy game where you lead a nation throughout history..", "", "Strategy", @@ -1567,8 +1567,8 @@ "Source - C++ - GPL-3.0" ], [ - "Knights and Merchants Remake (home, entry)", - "An unofficial fan-made mod for the game Knights and Merchants.", + "Knights and Merchants Remake (home, entry)", + "An unofficial fan-made mod for the game Knights and..", "Link", "Strategy", "mature / active", @@ -1576,8 +1576,8 @@ "Source - Pascal - AGPL-3.0" ], [ - "Kobold's Quest 2 (home, entry)", - "Sequel to kobold's quest and features an octree for multi processing game..", + "Kobold's Quest 2 (home, entry)", + "Sequel to kobold's quest and features an octree for multi..", "Link", "Role Playing", "beta / inactive since 2011", @@ -1585,8 +1585,8 @@ "Python - LGPL-3.0" ], [ - "LGeneral (home, entry)", - "A turn-based strategy engine heavily inspired by Panzer General.", + "LGeneral (home, entry)", + "A turn-based strategy engine heavily inspired by Panzer..", "", "Strategy", "mature / active", @@ -1594,8 +1594,8 @@ "Source - C - GPL-2.0" ], [ - "LZMA SDK (home, entry)", - "The LZMA SDK provides the documentation, samples, header files, libraries, and..", + "LZMA SDK (home, entry)", + "The LZMA SDK provides the documentation, samples, header..", "Link", "Libraries", "mature / active", @@ -1603,8 +1603,8 @@ "C - LGPL-2.0" ], [ - "Labyrinth of Worlds (home, entry)", - "Rewrite for modern architectures of the incredibly good game Ultima Underworld..", + "Labyrinth of Worlds (home, entry)", + "Rewrite for modern architectures of the incredibly good..", "Link", "Role Playing", "beta / inactive since 2010", @@ -1612,7 +1612,7 @@ "Source - C++" ], [ - "Land of Fire (home, entry)", + "Land of Fire (home, entry)", "A currently playable MMORPG project.", "", "Role Playing", @@ -1621,8 +1621,8 @@ "" ], [ - "Libxml2 (home, entry)", - "Libxml2 is the XML C parser and toolkit developed for the Gnome project (but..", + "Libxml2 (home, entry)", + "Libxml2 is the XML C parser and toolkit developed for the..", "Link", "Libraries", "mature / active", @@ -1630,7 +1630,7 @@ "Source - C - MIT" ], [ - "Lightweight Java Game Library (home, entry)", + "Lightweight Java Game Library (home, entry)", "Java software library for video game developers.", "Link", "Engines & Frameworks", @@ -1639,7 +1639,7 @@ "Source - Kotlin, C - BSD-3" ], [ - "LinCity (home, entry)", + "LinCity (home, entry)", "Lincity is a city simulation game,", "", "Simulation", @@ -1648,7 +1648,7 @@ "Source - C - GPL-2.0" ], [ - "LinCity-NG (home, entry)", + "LinCity-NG (home, entry)", "City simulation game.", "Link", "Simulation", @@ -1657,8 +1657,8 @@ "C++ - GPL" ], [ - "Linley's Dungeon Crawl (home, entry)", - "Roguelike molded in the tradition of the early greats of the genre: Rogue,..", + "Linley's Dungeon Crawl (home, entry)", + "Roguelike molded in the tradition of the early greats of..", "Link", "Role Playing", "mature / inactive since 2006", @@ -1666,7 +1666,7 @@ "C - Custom" ], [ - "Linwarrior 3D (home, entry)", + "Linwarrior 3D (home, entry)", "Mech Simulation Game - since 1999.", "Link", "Action/Arcade", @@ -1675,7 +1675,7 @@ "Source - C++ - Apache-2.0" ], [ - "Lips of Suna (home, entry)", + "Lips of Suna (home, entry)", "Tongue-in-cheek action RPG.", "", "Role Playing", @@ -1684,8 +1684,8 @@ "Source - C - GPL-3.0" ], [ - "LordsAWar! (home, entry)", - "LordsAWar! is a free, turn-based strategy game where up to 8 players strive..", + "LordsAWar! (home, entry)", + "LordsAWar! is a free, turn-based strategy game where up to..", "", "Strategy", "mature / active", @@ -1693,8 +1693,8 @@ "Source - C++ - GPL-3.0" ], [ - "Lua (home, entry)", - "Powerful, efficient, lightweight, embeddable scripting language.", + "Lua (home, entry)", + "Powerful, efficient, lightweight, embeddable scripting..", "Link", "Libraries", "mature / active", @@ -1702,7 +1702,7 @@ "Source - C - MIT" ], [ - "Lumix Engine (home, entry)", + "Lumix Engine (home, entry)", "3D Game Engine", "Link", "Engines & Frameworks", @@ -1711,7 +1711,7 @@ "Source - C++ - MIT" ], [ - "L\u00d6VE (home, entry)", + "L\u00d6VE (home, entry)", "L\u00d6VE is an framework you can use to make 2D games in Lua.", "", "Engines & Frameworks", @@ -1720,8 +1720,8 @@ "Source - C++ - zlib" ], [ - "M.E.W.L. (home, entry)", - "Remake of the classic multiplayer economic strategy game M.U.L.E..", + "M.E.W.L. (home, entry)", + "Remake of the classic multiplayer economic strategy game..", "", "Strategy", "beta / inactive since 2015", @@ -1729,7 +1729,7 @@ "Source - C++ - GPL-2.0" ], [ - "Machinations (home, entry)", + "Machinations (home, entry)", "3D RTS game similar to Starcraft and Total Annihilation.", "Link", "Strategy", @@ -1738,8 +1738,8 @@ "Source" ], [ - "Magarena (home, entry)", - "Single-player fantasy card game played against a computer opponent.", + "Magarena (home, entry)", + "Single-player fantasy card game played against a computer..", "Link", "Role Playing", "mature / active", @@ -1747,7 +1747,7 @@ "Source - Java, Groovy - GPL-3.0" ], [ - "Mana (home, entry)", + "Mana (home, entry)", "Complete 2D MMORPG platform.", "Link", "Engines & Frameworks", @@ -1756,8 +1756,8 @@ "Source - C++ - GPL-2.0" ], [ - "Maratis (home, entry)", - "Maratis is a simple cross-platform 3d engine and visual game development tool.", + "Maratis (home, entry)", + "Maratis is a simple cross-platform 3d engine and visual..", "Link", "Engines & Frameworks", "beta / active", @@ -1765,8 +1765,8 @@ "Source - C++ - GPL-2.0" ], [ - "Mars, Land of No Mercy (home, entry)", - "Lead a mercenary team hired to go on Mars and fight with different factions..", + "Mars, Land of No Mercy (home, entry)", + "Lead a mercenary team hired to go on Mars and fight with..", "Link", "Strategy", "beta / inactive since 2008", @@ -1774,8 +1774,8 @@ "Source - C++ - GPL-2.0" ], [ - "MechCommander 2 Omnitech (home, entry)", - "Upgraded and more easily moddable version of the good old Mechcommander 2.", + "MechCommander 2 Omnitech (home, entry)", + "Upgraded and more easily moddable version of the good old..", "", "Action/Arcade", "beta / inactive since 2013", @@ -1783,7 +1783,7 @@ "Source - C++ - MPL" ], [ - "Mechanized Assault & eXploration Reloaded (home, entry)", + "Mechanized Assault & eXploration Reloaded (home, entry)", "A remake of the old M.A.X. by Interplay from 1996.", "Link", "Strategy", @@ -1792,8 +1792,8 @@ "C++, C - GPL-2.0" ], [ - "MegaGlest (home, entry)", - "MegaGlest is an entertaining free (freeware and free software) and open source..", + "MegaGlest (home, entry)", + "MegaGlest is an entertaining free (freeware and free..", "Link", "Strategy", "mature / active", @@ -1801,8 +1801,8 @@ "Source - C++ - GPL-2.0" ], [ - "Megamek (home, entry)", - "Unofficial, online version of the Classic BattleTech board game.", + "Megamek (home, entry)", + "Unofficial, online version of the Classic BattleTech board..", "Link", "Strategy", "mature / active", @@ -1810,7 +1810,7 @@ "Source - Java - GPL-2.0" ], [ - "Mercenary Commander (home, entry)", + "Mercenary Commander (home, entry)", "Turn based strategy, with simultaneous turns.", "", "Strategy", @@ -1819,7 +1819,7 @@ "Source - Java - BSD" ], [ - "Meridian 59 (home, entry)", + "Meridian 59 (home, entry)", "A classic MMO.", "Link", "Role Playing", @@ -1828,7 +1828,7 @@ "Source - C++, C - GPL-2.0" ], [ - "Meritous (home, entry)", + "Meritous (home, entry)", "Action-adventure dungeon crawl game.", "", "Role Playing", @@ -1837,7 +1837,7 @@ "C - GPL-3.0" ], [ - "Metal Mech (home, entry)", + "Metal Mech (home, entry)", "Online multiplayer turn-based war game.", "Link", "Strategy", @@ -1846,8 +1846,8 @@ "Source - PHP - GPL-2.0" ], [ - "Micropolis (home, entry)", - "Micropolis is the open source version of SimCity Classic from Maxis.", + "Micropolis (home, entry)", + "Micropolis is the open source version of SimCity Classic..", "", "Simulation", "mature / active", @@ -1855,7 +1855,7 @@ "Source - C++, Java, Python - GPL-3.0" ], [ - "MonoGame (home, entry)", + "MonoGame (home, entry)", "Open Source implementation of the Microsoft XNA 4 Framework.", "Link", "Engines & Frameworks", @@ -1864,8 +1864,8 @@ "Source - C# - MPL" ], [ - "Moopy (home, entry)", - "Game of space domination and colonization for multiple platforms using python..", + "Moopy (home, entry)", + "Game of space domination and colonization for multiple..", "", "Strategy", "beta / inactive since 2008", @@ -1873,8 +1873,8 @@ "Source - Python - GPL-2.0" ], [ - "Moria (home, entry)", - "Roguelike computer game inspired by J. R. R. Tolkien's novel The Lord of the..", + "Moria (home, entry)", + "Roguelike computer game inspired by J. R. R. Tolkien's..", "Link", "Role Playing", "mature / inactive since 2008", @@ -1882,8 +1882,8 @@ "C - GPL-3.0" ], [ - "Mpango (home, entry)", - "Massive multiplayer online game described as a turned based strategy game.", + "Mpango (home, entry)", + "Massive multiplayer online game described as a turned..", "Link", "Strategy", "beta / inactive since 2013", @@ -1891,8 +1891,8 @@ "Source - Java" ], [ - "Murder In The Public Domain (home, entry)", - "A murder mystery game or visual novel built from public domain movies, sounds,..", + "Murder In The Public Domain (home, entry)", + "A murder mystery game or visual novel built from public..", "Link", "Adventure & Visual novels", "mature / active", @@ -1900,8 +1900,8 @@ "GPL-3.0" ], [ - "NLarn (home, entry)", - "Rewrite of Noah Morgan's classic roguelike game Larn from 1986.", + "NLarn (home, entry)", + "Rewrite of Noah Morgan's classic roguelike game Larn from..", "Link", "Role Playing", "mature / active", @@ -1909,8 +1909,8 @@ "Source - C, Lua - GPL-3.0" ], [ - "Naev (home, entry)", - "2D space trading and combat game, taking inspiration from the Escape Velocity..", + "Naev (home, entry)", + "2D space trading and combat game, taking inspiration from..", "Link", "Role Playing", "mature / active", @@ -1918,8 +1918,8 @@ "Source - C, Lua - GPL-3.0" ], [ - "NetHack (home, entry)", - "Single player dungeon exploration game that runs on a wide variety of computer..", + "NetHack (home, entry)", + "Single player dungeon exploration game that runs on a wide..", "Link", "Role Playing", "mature / active", @@ -1927,7 +1927,7 @@ "Source - C - Custom" ], [ - "NetPanzer (home, entry)", + "NetPanzer (home, entry)", "An online multiplayer tactical warfare game.", "Link", "Strategy", @@ -1936,8 +1936,8 @@ "Source - C++ - GPL-2.0" ], [ - "O.H.R.RPG.C.E (home, entry)", - "Official Hamster Republic Role Playing Game Construction Engine", + "O.H.R.RPG.C.E (home, entry)", + "Official Hamster Republic Role Playing Game Construction..", "Link", "Engines & Frameworks", "mature / active", @@ -1945,7 +1945,7 @@ "Source - Basic - GPL-2.0" ], [ - "OGRE3D (home, entry)", + "OGRE3D (home, entry)", "Scene-oriented, flexible 3D engine written in C++.", "Link", "Engines & Frameworks", @@ -1954,8 +1954,8 @@ "Source - C++ - MIT" ], [ - "ORIENT (home, entry)", - "Prototype for an educational role-playing game for intercultural education.", + "ORIENT (home, entry)", + "Prototype for an educational role-playing game for..", "Link", "Role Playing", "mature / inactive since 2009", @@ -1963,8 +1963,8 @@ "C# - GPL-2.0" ], [ - "Octaforge (home, entry)", - "OctaForge is a 3D game engine and a game development platform.", + "Octaforge (home, entry)", + "OctaForge is a 3D game engine and a game development..", "Link", "Engines & Frameworks", "mature / active", @@ -1972,8 +1972,8 @@ "Source - C++ - Custom" ], [ - "Open AL (home, entry)", - "Cross-platform audio application programming interface (API).", + "Open AL (home, entry)", + "Cross-platform audio application programming interface..", "Link", "Libraries", "mature / active", @@ -1981,7 +1981,7 @@ "Proprietary" ], [ - "Open AL Soft (home, entry)", + "Open AL Soft (home, entry)", "Software implementation of the OpenAL 3D audio API.", "", "Libraries", @@ -1990,7 +1990,7 @@ "Source - C - LGPL-2.0" ], [ - "Open Apocalypse (home, entry)", + "Open Apocalypse (home, entry)", "Rebuild of the XCOM Apocalypse Engine.", "Link", "Strategy", @@ -1999,7 +1999,7 @@ "Source - C++ - MIT" ], [ - "Open Dune (home, entry)", + "Open Dune (home, entry)", "Re-creation of the popular game \"Dune II\".", "Link", "Strategy", @@ -2008,7 +2008,7 @@ "Source - C - GPL-2.0" ], [ - "Open General (home, entry)", + "Open General (home, entry)", "Evolution of SSI Panzer General II.", "Link", "Strategy", @@ -2017,7 +2017,7 @@ "Source" ], [ - "Open Imperium Galactica (home, entry)", + "Open Imperium Galactica (home, entry)", "Reimplementation of Imperium Galactica.", "Link", "Strategy", @@ -2026,8 +2026,8 @@ "Source - Java - GPL-3.0" ], [ - "Open Legend RPG (home, entry)", - "A tabletop roleplaying game (or RPG) in which the players play the part of..", + "Open Legend RPG (home, entry)", + "A tabletop roleplaying game (or RPG) in which the players..", "", "Tools & Manuals", "mature / active", @@ -2035,8 +2035,8 @@ "Source - Text - Custom" ], [ - "Open Meridian (home, entry)", - "Meridian 59 is a long-running medieval fantasy combat and adventure MMO.", + "Open Meridian (home, entry)", + "Meridian 59 is a long-running medieval fantasy combat and..", "Link", "Role Playing", "mature / active", @@ -2044,8 +2044,8 @@ "Source - C, C++ - GPL-2.0" ], [ - "Open Panzer (home, entry)", - "Hex and turn based strategy game, a remake of good old Panzer General 2.", + "Open Panzer (home, entry)", + "Hex and turn based strategy game, a remake of good old..", "", "Strategy", "mature / active", @@ -2053,8 +2053,8 @@ "Source - Javascript - GPL-2.0" ], [ - "Open RPG Maker (home, entry)", - "Open RPG Maker is a free and open source 2D RPG creation utility, similar to..", + "Open RPG Maker (home, entry)", + "Open RPG Maker is a free and open source 2D RPG creation..", "Link", "Engines & Frameworks", "beta / inactive since 2014", @@ -2062,8 +2062,8 @@ "" ], [ - "Open Rails (home, entry)", - "Train simulator for the largest collection of digital content in the world -..", + "Open Rails (home, entry)", + "Train simulator for the largest collection of digital..", "Link", "Simulation", "mature / active", @@ -2071,8 +2071,8 @@ "Source - C# - GPL-3.0" ], [ - "Open Soccer Star (home, entry)", - "Soccer manager game in which you are not the manager or trainer, but the player.", + "Open Soccer Star (home, entry)", + "Soccer manager game in which you are not the manager or..", "", "Strategy", "beta / active", @@ -2080,7 +2080,7 @@ "Source - PHP - GPL-3.0" ], [ - "Open Sonic (home, entry)", + "Open Sonic (home, entry)", "Game based on the \"Sonic the Hedgehog\" universe.", "Link", "Action/Arcade", @@ -2089,7 +2089,7 @@ "Source - C - GPL-2.0" ], [ - "Open Tibia (home, entry)", + "Open Tibia (home, entry)", "Remake of Tibia", "Link", "Role Playing", @@ -2098,8 +2098,8 @@ "Source - C++ - GPL-2.0" ], [ - "Open Transport Tycoon (home, entry)", - "OpenTTD is an open source simulation game based upon the popular Microprose..", + "Open Transport Tycoon (home, entry)", + "OpenTTD is an open source simulation game based upon the..", "Link", "Simulation", "mature / active", @@ -2107,7 +2107,7 @@ "Source - C++ - GPL-2.0" ], [ - "Open Zelda (home, entry)", + "Open Zelda (home, entry)", "Open Zelda Game Development Software.", "", "Action/Arcade", @@ -2116,7 +2116,7 @@ "Source - C++ - zlib" ], [ - "OpenCity (home, entry)", + "OpenCity (home, entry)", "Another 3D city simulator.", "Link", "Simulation", @@ -2125,8 +2125,8 @@ "Source - C++ - GPL-2.0" ], [ - "OpenFL (home, entry)", - "Software framework and platform for the creation of multi-platform..", + "OpenFL (home, entry)", + "Software framework and platform for the creation of multi-..", "Link", "Engines & Frameworks", "mature / active", @@ -2134,7 +2134,7 @@ "Source - Haxe - MIT" ], [ - "OpenHoMM (home, entry)", + "OpenHoMM (home, entry)", "Open source clone of 'Heroes Of Might And Magic III' engine.", "Link", "Strategy", @@ -2143,8 +2143,8 @@ "Source - C++ - GPL-3.0" ], [ - "OpenMOO2 (home, entry)", - "Clone of Microprose game \"Master of Orion II: Battle at Antares\".", + "OpenMOO2 (home, entry)", + "Clone of Microprose game \"Master of Orion II: Battle at..", "Link", "Strategy", "beta / inactive since 2011", @@ -2152,8 +2152,8 @@ "Source" ], [ - "OpenMW (home, entry)", - "Unofficial open source engine reimplementation of the game Morrowind.", + "OpenMW (home, entry)", + "Unofficial open source engine reimplementation of the game..", "Link", "Role Playing", "mature / active", @@ -2161,7 +2161,7 @@ "Source - C++ - GPL-3.0" ], [ - "OpenPop (home, entry)", + "OpenPop (home, entry)", "A clone of Populous: The Beginning.", "Link", "Strategy", @@ -2170,8 +2170,8 @@ "Source - C++ - GPL-3.0" ], [ - "OpenRA (home, entry)", - "Recreates and modernizes the classic Command & Conquer real time strategy games.", + "OpenRA (home, entry)", + "Recreates and modernizes the classic Command & Conquer..", "Link", "Strategy", "mature / active", @@ -2179,8 +2179,8 @@ "Source - C# - GPL-3.0" ], [ - "OpenRCT2 (home, entry)", - "Re-implementation of RollerCoaster Tycoon 2 (RCT2), expanding the game with..", + "OpenRCT2 (home, entry)", + "Re-implementation of RollerCoaster Tycoon 2 (RCT2),..", "Link", "Strategy", "beta / active", @@ -2188,8 +2188,8 @@ "Source - C++ - GPL-3.0" ], [ - "OpenRPG (home, entry)", - "OpenRPG is an Internet application that allows people to play Role Playing..", + "OpenRPG (home, entry)", + "OpenRPG is an Internet application that allows people to..", "Link", "Engines & Frameworks", "mature / inactive since 2013", @@ -2197,8 +2197,8 @@ "Source - Java, Python" ], [ - "OpenSSL (home, entry)", - "Toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL)..", + "OpenSSL (home, entry)", + "Toolkit for the Transport Layer Security (TLS) and Secure..", "Link", "Libraries", "mature / active", @@ -2206,7 +2206,7 @@ "Source - C - Custom" ], [ - "OpenSkyscraper (home, entry)", + "OpenSkyscraper (home, entry)", "Tower simulation game inspired by SimTower.", "", "Simulation", @@ -2215,7 +2215,7 @@ "Source - C++ - GPL-2.0" ], [ - "OpenSoccer (home, entry)", + "OpenSoccer (home, entry)", "Online Soccer Manager", "", "Strategy", @@ -2224,8 +2224,8 @@ "Source - PHP - GPL-3.0" ], [ - "OpenWebSoccer-Sim (home, entry)", - "Manage a virtual fantasy football (soccer) team and play with it against other..", + "OpenWebSoccer-Sim (home, entry)", + "Manage a virtual fantasy football (soccer) team and play..", "Link", "Strategy", "mature / active", @@ -2233,8 +2233,8 @@ "Source - PHP - LGPL-3.0" ], [ - "OpenXcom (home, entry)", - "OpenXcom is an open-source clone of the original UFO: Enemy Unknown (X-Com:..", + "OpenXcom (home, entry)", + "OpenXcom is an open-source clone of the original UFO:..", "Link", "Strategy", "mature / active", @@ -2242,7 +2242,7 @@ "Source - C++ - GPL-3.0" ], [ - "Openglad (home, entry)", + "Openglad (home, entry)", "An SDL port of an old DOS game called Gladiator.", "Link", "Role Playing", @@ -2251,8 +2251,8 @@ "Source - C++ - GPL-2.0" ], [ - "Operation Citadel (home, entry)", - "A WWII, turn based platoon, company level war game on the Eastern Front.", + "Operation Citadel (home, entry)", + "A WWII, turn based platoon, company level war game on the..", "Link", "Strategy", "beta / inactive since 2000", @@ -2260,8 +2260,8 @@ "C++ - GPL-2.0" ], [ - "Orx (home, entry)", - "Orx is an open source, portable, lightweight, plugin-based, data-driven and..", + "Orx (home, entry)", + "Orx is an open source, portable, lightweight, plugin-..", "Link", "Engines & Frameworks", "mature / active", @@ -2269,8 +2269,8 @@ "Source - C - zlib" ], [ - "Other-Life (home, entry)", - "A community based game that allows you to affect the future of the game.", + "Other-Life (home, entry)", + "A community based game that allows you to affect the..", "Link", "Role Playing", "beta / active", @@ -2278,8 +2278,8 @@ "Source - C, C++" ], [ - "Our Personal Space (home, entry)", - "Simulation game where you play as a colonist on a new planet with your new..", + "Our Personal Space (home, entry)", + "Simulation game where you play as a colonist on a new..", "", "Simulation", "mature / active", @@ -2287,8 +2287,8 @@ "Source - Ren'py - GPL-3.0" ], [ - "Outer Space (home, entry)", - "On-line strategy game which takes place in the dangerous universe.", + "Outer Space (home, entry)", + "On-line strategy game which takes place in the dangerous..", "Link", "Strategy", "beta / inactive since 2012", @@ -2296,16 +2296,16 @@ "Source - Python - GPL-2.0" ], [ - "PARPG (home, entry)", + "PARPG (home, entry)", "Post-Acopalyptic RPG.", "Link", "Role Playing", "beta / inactive since 2012", "", - "Source" + "Source" ], [ - "PCGen (home, entry)", + "PCGen (home, entry)", "RPG Character Generator", "Link", "Tools & Manuals", @@ -2314,8 +2314,8 @@ "Source - Java" ], [ - "Panda 3D (home, entry)", - "Panda3D is a game engine, a framework for 3D rendering and game development..", + "Panda 3D (home, entry)", + "Panda3D is a game engine, a framework for 3D rendering and..", "Link", "Engines & Frameworks", "mature / active", @@ -2323,7 +2323,7 @@ "Source - C++, C - BSD-3" ], [ - "Pax Britannica (home, entry)", + "Pax Britannica (home, entry)", "One-button real-time strategy game.", "", "Strategy", @@ -2332,7 +2332,7 @@ "Source - Lua, C - MIT" ], [ - "Phantasy Star Rebirth (home, entry)", + "Phantasy Star Rebirth (home, entry)", "Oldschool 90' sega genesis style.", "Link", "Role Playing", @@ -2341,8 +2341,8 @@ "Source - C++ - GPL-3.0" ], [ - "Pioneer (home, entry)", - "Pioneer is a space adventure game set in our galaxy at the turn of the 31st..", + "Pioneer (home, entry)", + "Pioneer is a space adventure game set in our galaxy at the..", "Link", "Simulation", "mature / active", @@ -2350,8 +2350,8 @@ "Source - C++, C - Apache-2.0" ], [ - "Pioneers (home, entry)", - "Emulation of the board game The Settlers of Catan, which can be played over..", + "Pioneers (home, entry)", + "Emulation of the board game The Settlers of Catan, which..", "Link", "Strategy", "mature / active", @@ -2359,8 +2359,8 @@ "Source - C - GPL-2.0" ], [ - "Pizza Business (home, entry)", - "Start and control a pizza business / pizza restaurants, limited to a budget.", + "Pizza Business (home, entry)", + "Start and control a pizza business / pizza restaurants,..", "Link", "Strategy", "mature / inactive since 2003", @@ -2368,7 +2368,7 @@ "Source - C++ - GPL-2.0" ], [ - "PlaneShift (home, entry)", + "PlaneShift (home, entry)", "Role Playing Game immersed into a 3D virtual fantasy world.", "Link", "Role Playing", @@ -2377,7 +2377,7 @@ "Source - C++ - GPL-2.0" ], [ - "Planetary Hoppers (home, entry)", + "Planetary Hoppers (home, entry)", "Multiplayer space strategy game.", "Link", "Strategy", @@ -2386,7 +2386,7 @@ "Source - Java - GPL-2.0" ], [ - "Polis (home, entry)", + "Polis (home, entry)", "Turn based strategy game, ambiented in ancient Greece.", "", "Strategy", @@ -2395,8 +2395,8 @@ "Source - Java - GPL-3.0" ], [ - "Polycode (home, entry)", - "Polycode is a C++ and Lua framework for building interactive applications.", + "Polycode (home, entry)", + "Polycode is a C++ and Lua framework for building..", "Link", "Engines & Frameworks", "beta / active", @@ -2404,8 +2404,8 @@ "Source - C, C++ - MIT" ], [ - "Project Diaspora (home, entry)", - "Space style MMO RPG 2D with upgradeable ships and expandable environment.", + "Project Diaspora (home, entry)", + "Space style MMO RPG 2D with upgradeable ships and..", "Link", "Role Playing", "beta / inactive since 2011", @@ -2413,7 +2413,7 @@ "C - zlib" ], [ - "Project Helena (home, entry)", + "Project Helena (home, entry)", "Turn-based strategy/RPG game.", "Link", "Strategy", @@ -2422,7 +2422,7 @@ "Pascal" ], [ - "Promisance (home, entry)", + "Promisance (home, entry)", "Web-based turn-based strategy game.", "Link", "Strategy", @@ -2431,8 +2431,8 @@ "Source - PHP - GPL-2.0" ], [ - "Pthreads-win32 (home, entry)", - "Implements a large subset of the POSIX standard threads related API.", + "Pthreads-win32 (home, entry)", + "Implements a large subset of the POSIX standard threads..", "", "Libraries", "mature / active", @@ -2440,7 +2440,7 @@ "Source - C - LGPL-2.1" ], [ - "Pymapper (home, entry)", + "Pymapper (home, entry)", "Map making utility used for role-playing games.", "Link", "Tools & Manuals", @@ -2449,7 +2449,7 @@ "Python - GPL-3.0" ], [ - "Qt (home, entry)", + "Qt (home, entry)", "Cross-platform application framework.", "Link", "Engines & Frameworks", @@ -2458,7 +2458,7 @@ "C++ - LGPL-3.0" ], [ - "Quad-engine (home, entry)", + "Quad-engine (home, entry)", "No description available.", "Link", "Engines & Frameworks", @@ -2467,8 +2467,8 @@ "Source - Pascal - MIT" ], [ - "REGoth (home, entry)", - "Reimplementation of the zEngine, used by the game \"Gothic\" and \"Gothic II\".", + "REGoth (home, entry)", + "Reimplementation of the zEngine, used by the game \"Gothic\"..", "Link", "Role Playing", "beta / active", @@ -2476,8 +2476,8 @@ "Source - C++ - GPL-3.0" ], [ - "RPDungeon - computer aided role playing (home, entry)", - "Collection of programs and libraries for pen and paper role playing.", + "RPDungeon - computer aided role playing (home, entry)", + "Collection of programs and libraries for pen and paper..", "Link", "Tools & Manuals", "beta / inactive since 2006", @@ -2485,8 +2485,8 @@ "Source - Pascal - GPL-2.0" ], [ - "Radakan (home, entry)", - "Single player RPG game, set in a dark fantasy setting where four unique races..", + "Radakan (home, entry)", + "Single player RPG game, set in a dark fantasy setting..", "Link", "Role Playing", "beta / inactive since 2010", @@ -2494,8 +2494,8 @@ "Source - Python - Custom" ], [ - "Ragel (home, entry)", - "Compiles executable finite state machines from regular languages.", + "Ragel (home, entry)", + "Compiles executable finite state machines from regular..", "", "Libraries", "mature / active", @@ -2503,8 +2503,8 @@ "Source - C++ - MIT" ], [ - "Red Eclipse (home, entry)", - "First person arena shooter, featuring parkour, impulse boosts, and more.", + "Red Eclipse (home, entry)", + "First person arena shooter, featuring parkour, impulse..", "Link", "Action/Arcade", "mature / active", @@ -2512,7 +2512,7 @@ "Source - C++ - zlib" ], [ - "Return to the Roots (home, entry)", + "Return to the Roots (home, entry)", "Renew the original The Settlers 2.", "Link", "Strategy", @@ -2521,8 +2521,8 @@ "Source - C++ - GPL-3.0" ], [ - "Rocks'n'Diamonds (home, entry)", - "Arcade style game for \u201cBoulder Dash\u201d (C 64), \u201cEmerald Mine\u201d (Amiga),..", + "Rocks'n'Diamonds (home, entry)", + "Arcade style game for \u201cBoulder Dash\u201d (C 64), \u201cEmerald..", "Link", "Action/Arcade", "mature / active", @@ -2530,7 +2530,7 @@ "Source - C - GPL-2.0" ], [ - "Rogue Clone IV (home, entry)", + "Rogue Clone IV (home, entry)", "Reproduction of Rogue.", "Link", "Role Playing", @@ -2539,7 +2539,7 @@ "Source - C - BSD" ], [ - "Roguish (home, entry)", + "Roguish (home, entry)", "Multiplayer, extensible rogue-like.", "", "Role Playing", @@ -2548,8 +2548,8 @@ "Source - Javascript - BSD-3" ], [ - "Rolemaster Office (home, entry)", - "PC and NPC character generator for Rolemaster RMFRP roleplaying system (from..", + "Rolemaster Office (home, entry)", + "PC and NPC character generator for Rolemaster RMFRP..", "Link", "Tools & Manuals", "mature / active", @@ -2557,7 +2557,7 @@ "Source - Java - Apache-2.0" ], [ - "Rolisteam (home, entry)", + "Rolisteam (home, entry)", "Virtual tabletop software.", "Link", "Tools & Manuals", @@ -2566,7 +2566,7 @@ "Source - C++, Javascript - GPL-2.0" ], [ - "Room for Change (home, entry)", + "Room for Change (home, entry)", "Randomly generated action RPG.", "", "Role Playing", @@ -2575,7 +2575,7 @@ "Source - Java - Apache-2.0" ], [ - "RuneSword II (home, entry)", + "RuneSword II (home, entry)", "CRPG designed to appeal to the \"pen & paper\" role-player.", "Link", "Role Playing", @@ -2584,7 +2584,7 @@ "Source - Visual Basic" ], [ - "S.C.O.U.R.G.E. (home, entry)", + "S.C.O.U.R.G.E. (home, entry)", "Roguelike game with a 3D user interface.", "Link", "Role Playing", @@ -2593,8 +2593,8 @@ "Source - C++ - GPL-2.0" ], [ - "SDL Game Engine 2D (home, entry)", - "2D game programming framework for c/c++ programmers with least possible..", + "SDL Game Engine 2D (home, entry)", + "2D game programming framework for c/c++ programmers with..", "Link", "Engines & Frameworks", "beta / inactive since 2014", @@ -2602,8 +2602,8 @@ "Source - C - MIT" ], [ - "SWIG (home, entry)", - "Software development tool that connects programs written in C and C++ with a..", + "SWIG (home, entry)", + "Software development tool that connects programs written..", "Link", "Libraries", "mature / active", @@ -2611,7 +2611,7 @@ "Source - C++ - SWIG license" ], [ - "Scorched Moon (home, entry)", + "Scorched Moon (home, entry)", "Open source version of Moonbase Commander.", "", "Strategy", @@ -2620,7 +2620,7 @@ "Source - Python - GPL-3.0" ], [ - "Scoreos (home, entry)", + "Scoreos (home, entry)", "Fantasy sports management system.", "", "Strategy", @@ -2629,8 +2629,8 @@ "Source - PHP - GPL-2.0" ], [ - "ScummVM (home, entry)", - "Allows you to run certain classic graphical point-and-click adventure games,..", + "ScummVM (home, entry)", + "Allows you to run certain classic graphical point-and-..", "Link", "Engines & Frameworks", "mature / active", @@ -2638,8 +2638,8 @@ "Source - C++ - GPL-2.0" ], [ - "Secret Mario Chronicles (home, entry)", - "Jump and Run game like Super Mario World with an advanced Editor.", + "Secret Mario Chronicles (home, entry)", + "Jump and Run game like Super Mario World with an advanced..", "Link", "Action/Arcade", "mature / inactive since 2009", @@ -2647,8 +2647,8 @@ "C++ - GPL-3.0" ], [ - "Sengoku: Warring States of Japan (home, entry)", - "Something in-between of a turn-based/real-time strategy game set in Japan..", + "Sengoku: Warring States of Japan (home, entry)", + "Something in-between of a turn-based/real-time strategy..", "Link", "Strategy", "beta / inactive since 2008", @@ -2656,7 +2656,7 @@ "Source - C++, Lua - MIT" ], [ - "Sentient Storage (home, entry)", + "Sentient Storage (home, entry)", "Point & Click adventure!", "", "Adventure & Visual novels", @@ -2665,8 +2665,8 @@ "Python - Public Domain" ], [ - "Settlers III remake (home, entry)", - "Remake of \"The Settlers III\" for Windows, Linux, Mac and Android.", + "Settlers III remake (home, entry)", + "Remake of \"The Settlers III\" for Windows, Linux, Mac and..", "Link", "Strategy", "beta / active", @@ -2674,7 +2674,7 @@ "Source - Java - MIT" ], [ - "Silvertree (home, entry)", + "Silvertree (home, entry)", "3D RPG with a hybrid real time, turn based system.", "Link", "Role Playing", @@ -2683,8 +2683,8 @@ "Source - C++ - GPL-3.0" ], [ - "Simple DirectMedia Layer (home, entry)", - "Simple DirectMedia Layer is a cross-platform development library designed to..", + "Simple DirectMedia Layer (home, entry)", + "Simple DirectMedia Layer is a cross-platform development..", "Link", "Libraries", "mature / active", @@ -2692,8 +2692,8 @@ "Source - C - zlib" ], [ - "Simple and Fast Multimedia Library (home, entry)", - "SFML provides a simple interface to the various components of your PC.", + "Simple and Fast Multimedia Library (home, entry)", + "SFML provides a simple interface to the various components..", "Link", "Libraries", "mature / active", @@ -2701,7 +2701,7 @@ "Source - C++ - zlib" ], [ - "Simple-Solitaire (home, entry)", + "Simple-Solitaire (home, entry)", "Solitaire game collection with 14 games.", "", "Strategy", @@ -2710,8 +2710,8 @@ "Source - Java - GPL-3.0" ], [ - "SimuTrans (home, entry)", - "A cross-platform simulation game in which the player strives to run a..", + "SimuTrans (home, entry)", + "A cross-platform simulation game in which the player..", "Link", "Simulation", "mature / active", @@ -2719,7 +2719,7 @@ "Source - C++ - Artistic License" ], [ - "Sintel The Game (home, entry)", + "Sintel The Game (home, entry)", "Adventure game based on the open source film 'Sintel'.", "", "Adventure & Visual novels", @@ -2728,8 +2728,8 @@ "Source - Python - MIT" ], [ - "Skrupel - Tribute Compilation (home, entry)", - "Webbased cross between amazing games like, VGAPlanets, Ascendancy an for..", + "Skrupel - Tribute Compilation (home, entry)", + "Webbased cross between amazing games like, VGAPlanets,..", "Link", "Strategy", "mature / inactive since 2010", @@ -2737,8 +2737,8 @@ "Source - PHP, Javascript - GPL-2.0" ], [ - "Slash'EM (home, entry)", - "Variant of the roguelike game NetHack that offers extra features, monsters,..", + "Slash'EM (home, entry)", + "Variant of the roguelike game NetHack that offers extra..", "Link", "Role Playing", "beta / inactive since 2007", @@ -2746,7 +2746,7 @@ "Source - C - Custom" ], [ - "Slay (home, entry)", + "Slay (home, entry)", "Simple but addictive turn based strategy game.", "Link", "Strategy", @@ -2755,7 +2755,7 @@ "Java - GPL-3.0" ], [ - "Smash (home, entry)", + "Smash (home, entry)", "Super Smash Bros-like in HTML5.", "", "Action/Arcade", @@ -2764,7 +2764,7 @@ "Source - Javascript - MIT" ], [ - "Solar Empire (home, entry)", + "Solar Empire (home, entry)", "Browser-based strategy game (BBS) written in PHP.", "Link", "Strategy", @@ -2773,7 +2773,7 @@ "Source - PHP" ], [ - "Solaris the Game (home, entry)", + "Solaris the Game (home, entry)", "Graphic adventure created and developing by Blender.", "Link", "Adventure & Visual novels", @@ -2782,7 +2782,7 @@ "Source" ], [ - "Solarus (home, entry)", + "Solarus (home, entry)", "Zelda-like 2D game engine.", "Link", "Engines & Frameworks", @@ -2791,7 +2791,7 @@ "Source - C++ - GPL-3.0" ], [ - "Song of Albion (home, entry)", + "Song of Albion (home, entry)", "Medieval Celtic fantasy trilogy by Stephen Lawhead.", "", "Strategy", @@ -2800,7 +2800,7 @@ "Source - C - Apache-2.0" ], [ - "Source of Tales (home, entry)", + "Source of Tales (home, entry)", "A massive multiplayer online roleplaying game.", "", "Role Playing", @@ -2809,8 +2809,8 @@ "Source - Lua - GPL-3.0" ], [ - "Space Faring (home, entry)", - "2D single-player turn-based space strategy game. The strategy revolves around..", + "Space Faring (home, entry)", + "2D single-player turn-based space strategy game. The..", "Link", "Strategy", "beta / active", @@ -2818,8 +2818,8 @@ "Source - Java - GPL-3.0" ], [ - "Space Opera (home, entry)", - "Space colonization game similar to 'Master of Orion' or 'Galactic..", + "Space Opera (home, entry)", + "Space colonization game similar to 'Master of Orion' or..", "Link", "Strategy", "beta / inactive since 2008", @@ -2827,8 +2827,8 @@ "Source - Java - GPL-2.0" ], [ - "Space Station 13 (home, entry)", - "A community developed, multiplayer round-based role playing game, where..", + "Space Station 13 (home, entry)", + "A community developed, multiplayer round-based role..", "", "Role Playing", "mature / active", @@ -2836,7 +2836,7 @@ "" ], [ - "Space Trader for Windows (home, entry)", + "Space Trader for Windows (home, entry)", "Port to C# (.NET) of the popular game for Palm.", "Link", "Strategy", @@ -2845,7 +2845,7 @@ "Source - C# - GPL-2.0" ], [ - "Space War (home, entry)", + "Space War (home, entry)", "Simple single player turn-base game.", "Link", "Strategy", @@ -2854,8 +2854,8 @@ "Source - Java - Apache-2.0" ], [ - "SpaceTrader for Java (home, entry)", - "Java port of the Palm game Space Trader. This port is based upon the C# port..", + "SpaceTrader for Java (home, entry)", + "Java port of the Palm game Space Trader. This port is..", "Link", "Strategy", "mature / inactive since 2010", @@ -2863,8 +2863,8 @@ "Source - Java" ], [ - "Speed Dreams (home, entry)", - "Motorsport Simulator featuring high-quality 3D graphics and an accurate..", + "Speed Dreams (home, entry)", + "Motorsport Simulator featuring high-quality 3D graphics..", "Link", "Action/Arcade", "mature / active", @@ -2872,8 +2872,8 @@ "Source - C++ - GPL-2.0" ], [ - "Spice Trade (home, entry)", - "Rpg/strategy/adventure game about a poor spice farmer in 12th century Baghdad..", + "Spice Trade (home, entry)", + "Rpg/strategy/adventure game about a poor spice farmer in..", "Link", "Role Playing", "mature / inactive since 2005", @@ -2881,7 +2881,7 @@ "Java - LGPL-2.0" ], [ - "Spring RTS engine (home, entry)", + "Spring RTS engine (home, entry)", "Game engine for real-time strategy (RTS) video games.", "Link", "Strategy", @@ -2890,8 +2890,8 @@ "Source - C++, C, Lua - GPL-2.0" ], [ - "Star Control II: The Ur-Quan Masters (home, entry)", - "The Ur-Quan Masters (or UQM) project[22] aims to port Star Control II to..", + "Star Control II: The Ur-Quan Masters (home, entry)", + "The Ur-Quan Masters (or UQM) project[22] aims to port Star..", "Link", "Strategy", "mature / inactive since 2011", @@ -2899,7 +2899,7 @@ "Source - C - GPL-2.0" ], [ - "Star Maiden Rio (home, entry)", + "Star Maiden Rio (home, entry)", "Visual Novel.", "Link", "Adventure & Visual novels", @@ -2908,7 +2908,7 @@ "Ren'py - CC-BY-NC" ], [ - "Stars! Nova (home, entry)", + "Stars! Nova (home, entry)", "Clone of the classic 4X space strategy game Stars!.", "Link", "Strategy", @@ -2917,7 +2917,7 @@ "Source - C# - GPL-2.0" ], [ - "Stendhal (home, entry)", + "Stendhal (home, entry)", "Multiplayer online adventure game with an old school feel.", "", "Role Playing", @@ -2926,8 +2926,8 @@ "Source - Java - GPL-2.0" ], [ - "Story of a Lost Sky (home, entry)", - "Turn Based Strategy RPG with gameplay that is similar to Fire Emblem.", + "Story of a Lost Sky (home, entry)", + "Turn Based Strategy RPG with gameplay that is similar to..", "Link", "Role Playing", "mature / active", @@ -2935,8 +2935,8 @@ "Source - Python - BSD" ], [ - "Summoning Wars (home, entry)", - "Role-playing game, featuring both a single-player and a multiplayer mode for..", + "Summoning Wars (home, entry)", + "Role-playing game, featuring both a single-player and a..", "Link", "Role Playing", "beta / inactive since 2014", @@ -2944,7 +2944,7 @@ "Source - C++ - GPL-3.0" ], [ - "SuperTuxKart (home, entry)", + "SuperTuxKart (home, entry)", "Kart racing game.", "Link", "Action/Arcade", @@ -2953,7 +2953,7 @@ "Source - C++, C - GPL-3.0" ], [ - "Superpowers (home, entry)", + "Superpowers (home, entry)", "2D+3D game making for indies.", "Link", "Engines & Frameworks", @@ -2962,8 +2962,8 @@ "Source - Typescript - ISC" ], [ - "Supremacy (home, entry)", - "\"4X\" (eXplore, eXpand, eXploit, eXterminate) turn-based, empire-building..", + "Supremacy (home, entry)", + "\"4X\" (eXplore, eXpand, eXploit, eXterminate) turn-based,..", "", "Strategy", "beta / active", @@ -2971,7 +2971,7 @@ "C# - Ms-RL" ], [ - "T-Bots (home, entry)", + "T-Bots (home, entry)", "Robot battle game simulator.", "Link", "Strategy", @@ -2980,7 +2980,7 @@ "Source - C - GPL-2.0" ], [ - "TVTower (home, entry)", + "TVTower (home, entry)", "A fan remake of MadTV.", "", "Strategy", @@ -2989,8 +2989,8 @@ "Source - BlitzMax, Lua - Custom" ], [ - "Tales of Maj'Eyal (home, entry)", - "Roguelike RPG, featuring tactical turn-based combat and advanced character..", + "Tales of Maj'Eyal (home, entry)", + "Roguelike RPG, featuring tactical turn-based combat and..", "Link", "Role Playing", "mature / active", @@ -2998,7 +2998,7 @@ "C, Lua - GPL-3.0" ], [ - "Tanks of Freedom (home, entry)", + "Tanks of Freedom (home, entry)", "Indie Turn Based Strategy in Isometric Pixel Art.", "", "Strategy", @@ -3007,8 +3007,8 @@ "Source - GDScript - MIT" ], [ - "Terasology (home, entry)", - "Stable platform for various types of gameplay settings in a voxel world.", + "Terasology (home, entry)", + "Stable platform for various types of gameplay settings in..", "", "Engines & Frameworks", "mature / active", @@ -3016,8 +3016,8 @@ "Source - Java - Apache-2.0" ], [ - "The Clans (home, entry)", - "The Clans was a popular game written for online BBSes back in the day of their..", + "The Clans (home, entry)", + "The Clans was a popular game written for online BBSes back..", "Link", "Role Playing", "beta / inactive since 2003", @@ -3025,8 +3025,8 @@ "Source - C - GPL-2.0" ], [ - "The Epic of Heroes (home, entry)", - "A cooperative turn-based RPG and Strategy Game where the main goal is to..", + "The Epic of Heroes (home, entry)", + "A cooperative turn-based RPG and Strategy Game where the..", "Link", "Strategy", "beta / inactive since 2015", @@ -3034,7 +3034,7 @@ "Source - C++ - GPL-3.0" ], [ - "The Mana World (home, entry)", + "The Mana World (home, entry)", "2D open source MMORPG.", "Link", "Role Playing", @@ -3043,17 +3043,17 @@ "PHP - GPL-2.0" ], [ - "The hunt for the lost rainbow jewels (Jewelhunt) (home, entry)", - "The rainbow jewels have been abducted from the temple of the rainbow colors,..", + "The hunt for the lost rainbow jewels (Jewelhunt) (home, entry)", + "The rainbow jewels have been abducted from the temple of..", "Link", "Role Playing", "beta / active", "", - "Source - Java - GPL-2.0" + "Source - Java - GPL-2.0" ], [ - "Thousand Parsec (home, entry)", - "A framework for turn based 4 X's game (eXplore, eXpand, eXploit, eXterminate)...", + "Thousand Parsec (home, entry)", + "A framework for turn based 4 X's game (eXplore, eXpand,..", "Link", "Strategy", "beta / inactive since 2012", @@ -3061,8 +3061,8 @@ "Source - C++, Python - GPL-2.0" ], [ - "Trinity Reign (home, entry)", - "Cross-platform, open source 3D IMOW (Immersive Multiplayer Online World).", + "Trinity Reign (home, entry)", + "Cross-platform, open source 3D IMOW (Immersive Multiplayer..", "", "Role Playing", "beta / inactive since 2013", @@ -3070,7 +3070,7 @@ "Source - C++ - GPL-3.0" ], [ - "TripleA (home, entry)", + "TripleA (home, entry)", "Grand Strategy Game", "Link", "Strategy", @@ -3079,7 +3079,7 @@ "Source - Java - GPL-2.0" ], [ - "Turious (home, entry)", + "Turious (home, entry)", "Turn-Based Strategy Game.", "", "Strategy", @@ -3088,7 +3088,7 @@ "Source - C - GPL-3.0" ], [ - "Turn of War (home, entry)", + "Turn of War (home, entry)", "Turn of War is a fork of Dragon Wars.", "", "Strategy", @@ -3097,7 +3097,7 @@ "Source - Java - GPL-3.0" ], [ - "Tux Racer (home, entry)", + "Tux Racer (home, entry)", "Racing game featuring Tux, the Linux Penguin.", "Link", "Action/Arcade", @@ -3106,7 +3106,7 @@ "Source - C - GPL-2.0" ], [ - "Tuxemon (home, entry)", + "Tuxemon (home, entry)", "Turn-based monster fighting RPG.", "Link", "Role Playing", @@ -3115,7 +3115,7 @@ "Source - Python - GPL-3.0" ], [ - "TwinEngine (home, entry)", + "TwinEngine (home, entry)", "A Little Big Adventure engine.", "", "Adventure & Visual novels", @@ -3124,8 +3124,8 @@ "Source - C - GPL-2.0" ], [ - "UFO2000 (home, entry)", - "Free and opensource turn based tactical squad simulation multiplayer game.", + "UFO2000 (home, entry)", + "Free and opensource turn based tactical squad simulation..", "", "Strategy", "mature / inactive since 2012", @@ -3133,8 +3133,8 @@ "Source - C++ - GPL-2.0" ], [ - "Ufo: Alien Invasion (home, entry)", - "UFO: Alien Invasion is a squad-based tactical strategy game in the tradition..", + "Ufo: Alien Invasion (home, entry)", + "UFO: Alien Invasion is a squad-based tactical strategy..", "Link", "Strategy", "mature / active", @@ -3142,8 +3142,8 @@ "Source - C, C++ - GPL-2.0" ], [ - "UlDunAd (home, entry)", - "Ultimate Dungeon Adventure (UlDunAd) - the extremely flexible, fun,..", + "UlDunAd (home, entry)", + "Ultimate Dungeon Adventure (UlDunAd) - the extremely..", "", "Role Playing", "beta / inactive since 2011", @@ -3151,7 +3151,7 @@ "Source - Python - GPL-3.0" ], [ - "Umbra (home, entry)", + "Umbra (home, entry)", "Computer role-playing game written in Python.", "Link", "Role Playing", @@ -3160,8 +3160,8 @@ "Python - Custom" ], [ - "UnNetHack (home, entry)", - "Roguelike, single-player role-playing game where the hero must venture through..", + "UnNetHack (home, entry)", + "Roguelike, single-player role-playing game where the hero..", "Link", "Role Playing", "mature / active", @@ -3169,8 +3169,8 @@ "Source - C - Custom" ], [ - "Underworld Adventures (home, entry)", - "Project to recreate Ultima Underworld 1 on modern operating systems (e.g...", + "Underworld Adventures (home, entry)", + "Project to recreate Ultima Underworld 1 on modern..", "Link", "Role Playing", "beta / inactive since 2006", @@ -3178,8 +3178,8 @@ "Source - C++, Lua - GPL-2.0" ], [ - "Unknown Horizons (home, entry)", - "A 2D realtime strategy simulation with an emphasis on economy and city building.", + "Unknown Horizons (home, entry)", + "A 2D realtime strategy simulation with an emphasis on..", "Link", "Strategy", "beta / active", @@ -3187,8 +3187,8 @@ "Source - Python - GPL-2.0" ], [ - "Urho3D (home, entry)", - "Urho3D is a free lightweight, cross-platform 2D and 3D game engine.", + "Urho3D (home, entry)", + "Urho3D is a free lightweight, cross-platform 2D and 3D..", "Link", "Engines & Frameworks", "mature / active", @@ -3196,8 +3196,8 @@ "Source - C++, Angelscript - MIT" ], [ - "VCMI Project (home, entry)", - "Engine for Heroes III, giving it new and extended possibilities.", + "VCMI Project (home, entry)", + "Engine for Heroes III, giving it new and extended..", "", "Strategy", "mature / active", @@ -3205,7 +3205,7 @@ "Source - C++ - GPL-2.0" ], [ - "Valyria Tear (home, entry)", + "Valyria Tear (home, entry)", "J-RPG (Based on the Hero of Allacrost engine).", "Link", "Role Playing", @@ -3214,8 +3214,8 @@ "Source - Lua, C++, C - GPL" ], [ - "Vega Strike (home, entry)", - "Vega Strike is a first-person space trading and combat simulator.", + "Vega Strike (home, entry)", + "Vega Strike is a first-person space trading and combat..", "Link", "Engines & Frameworks", "mature / active", @@ -3223,8 +3223,8 @@ "Source - C++ - GPL-2.0" ], [ - "VegaTrek (home, entry)", - "Open source Star Trek based game (based on VegaStrike Engine) that lets you..", + "VegaTrek (home, entry)", + "Open source Star Trek based game (based on VegaStrike..", "Link", "Role Playing", "beta / inactive since 2013", @@ -3232,7 +3232,7 @@ "Source - GPL-2.0" ], [ - "Visions from the Other Side (home, entry)", + "Visions from the Other Side (home, entry)", "Short Visual Novel", "", "Adventure & Visual novels", @@ -3241,7 +3241,7 @@ "Ren'py - Freeware" ], [ - "WAtomic (home, entry)", + "WAtomic (home, entry)", "Windows clone of Linux KAtomic logic game.", "Link", "Strategy", @@ -3250,7 +3250,7 @@ "Pascal - GPL-2.0" ], [ - "War Of Kingdom (home, entry)", + "War Of Kingdom (home, entry)", "Turn-based tactical strategy game.", "", "Strategy", @@ -3259,8 +3259,8 @@ "Source - C, C++" ], [ - "WarGame (home, entry)", - "Turn based strategy game for Windows, Mac OS X, Linux, and Android.", + "WarGame (home, entry)", + "Turn based strategy game for Windows, Mac OS X, Linux, and..", "", "Strategy", "beta / inactive since 2016", @@ -3268,8 +3268,8 @@ "Unity, C# - CDDL" ], [ - "Wargamer (home, entry)", - "Open source development of the game Wargamer:Napoleon 1813 originally..", + "Wargamer (home, entry)", + "Open source development of the game Wargamer:Napoleon 1813..", "Link", "Strategy", "mature / inactive since 2003", @@ -3277,8 +3277,8 @@ "Source - C++ - GPL-20" ], [ - "Wargus (home, entry)", - "Warcraft2 Mod that allows you to play Warcraft2 with the Stratagus engine.", + "Wargus (home, entry)", + "Warcraft2 Mod that allows you to play Warcraft2 with the..", "Link", "Strategy", "mature / active", @@ -3286,8 +3286,8 @@ "Source - C++, Lua - GPL-2.0" ], [ - "Warzone 2100 (home, entry)", - "Full campaign with optional (but strongly recommended!), videos, battle..", + "Warzone 2100 (home, entry)", + "Full campaign with optional (but strongly recommended!),..", "Link", "Strategy", "mature / active", @@ -3295,7 +3295,7 @@ "Source - C++" ], [ - "Waste's Edge (home, entry)", + "Waste's Edge (home, entry)", "Demo game for Adonthell.", "", "Role Playing", @@ -3304,8 +3304,8 @@ "Source - Python - GPL-2.0" ], [ - "Widelands (home, entry)", - "Widelands is a free, open source real-time strategy game with singleplayer..", + "Widelands (home, entry)", + "Widelands is a free, open source real-time strategy game..", "Link", "Strategy", "mature / active", @@ -3313,8 +3313,8 @@ "Source - C++, Lua - GPL-2.0" ], [ - "Witch Blast (home, entry)", - "Roguelite dungeon crawl shooter heavily inspired from Binding Of Isaac.", + "Witch Blast (home, entry)", + "Roguelite dungeon crawl shooter heavily inspired from..", "Link", "Role Playing", "beta / inactive since 2015", @@ -3322,7 +3322,7 @@ "Source - C++ - GPL-3.0" ], [ - "Wizards Magic (home, entry)", + "Wizards Magic (home, entry)", "Simple card strategy, based on Magic: The Gathering rules.", "Link", "Strategy", @@ -3331,8 +3331,8 @@ "Source - Python - GPL-2.0" ], [ - "Wolfpack Empire (home, entry)", - "Real time, multiplayer, Internet-based game, featuring military, diplomatic,..", + "Wolfpack Empire (home, entry)", + "Real time, multiplayer, Internet-based game, featuring..", "Link", "Strategy", "mature / active", @@ -3340,8 +3340,8 @@ "Source - C - GPL-3.0" ], [ - "World of Heroes (home, entry)", - "2D turn based strategy game, where the player commands an army in the..", + "World of Heroes (home, entry)", + "2D turn based strategy game, where the player commands an..", "Link", "Strategy", "beta / inactive since 2009", @@ -3349,8 +3349,8 @@ "Python - BSD" ], [ - "World of Phaos (home, entry)", - "Online Roleplaying Game browser based, which takes place in the high fantasy..", + "World of Phaos (home, entry)", + "Online Roleplaying Game browser based, which takes place..", "Link", "Role Playing", "mature / inactive since 2011", @@ -3358,8 +3358,8 @@ "PHP - GPL-2.0" ], [ - "WorldForge (home, entry)", - "Open source framework for massively multiplayer online role-playing games.", + "WorldForge (home, entry)", + "Open source framework for massively multiplayer online..", "Link", "Engines & Frameworks", "mature / active", @@ -3367,8 +3367,8 @@ "Source - C++ - GPL-2.0" ], [ - "Wyrmsun (home, entry)", - "Strategy game which features elements of mythology, history and fiction.", + "Wyrmsun (home, entry)", + "Strategy game which features elements of mythology,..", "Link", "Strategy", "mature / active", @@ -3376,7 +3376,7 @@ "Source - Lua, C++ - GPL-2.0" ], [ - "X-Force: Fight For Destiny (home, entry)", + "X-Force: Fight For Destiny (home, entry)", "Remake of the classic X-Com-Games.", "Link", "Strategy", @@ -3385,8 +3385,8 @@ "Source - Pascal - GPL-2.0" ], [ - "XArchon (home, entry)", - "Modelled after the golden oldie Archon game created by Freefall Associates and..", + "XArchon (home, entry)", + "Modelled after the golden oldie Archon game created by..", "Link", "Strategy", "beta / inactive since 2003", @@ -3394,8 +3394,8 @@ "Source - C, C++ - GPL-2.0" ], [ - "XSera (home, entry)", - "Top-down shooter / real-time strategy hybrid game based on an old RTS game..", + "XSera (home, entry)", + "Top-down shooter / real-time strategy hybrid game based on..", "", "Strategy", "beta / inactive since 2010", @@ -3403,7 +3403,7 @@ "Source - C, Lua - MIT" ], [ - "XU4 (home, entry)", + "XU4 (home, entry)", "A remake of the computer game Ultima IV.", "Link", "Role Playing", @@ -3412,8 +3412,8 @@ "Source - C++ - GPL-2.0" ], [ - "XZ Utils (home, entry)", - "General-purpose data compression software with a high compression ratio.", + "XZ Utils (home, entry)", + "General-purpose data compression software with a high..", "", "Libraries", "mature / active", @@ -3421,7 +3421,7 @@ "Source - C - Custom" ], [ - "Xconq (home, entry)", + "Xconq (home, entry)", "General strategy game system.", "Link", "Strategy", @@ -3430,8 +3430,8 @@ "GPL" ], [ - "Xenowar (home, entry)", - "Turned based strategy game for Win32 and Android OS influenced by X-COM.", + "Xenowar (home, entry)", + "Turned based strategy game for Win32 and Android OS..", "", "Strategy", "mature / inactive since 2014", @@ -3439,7 +3439,7 @@ "Source - C, C++ - GPL-3.0" ], [ - "Xonotic (home, entry)", + "Xonotic (home, entry)", "Arena-style first person shooter.", "Link", "Action/Arcade", @@ -3448,8 +3448,8 @@ "Source - C - GPL-3.0" ], [ - "ZAngband (home, entry)", - "Roguelike computer role playing game available for almost any computer and..", + "ZAngband (home, entry)", + "Roguelike computer role playing game available for almost..", "Link", "Role Playing", "mature / inactive since 2005", @@ -3457,7 +3457,7 @@ "Source - C" ], [ - "ZGameEditor (home, entry)", + "ZGameEditor (home, entry)", "Rapid development solution with a tiny footprint.", "Link", "Engines & Frameworks", @@ -3466,8 +3466,8 @@ "Source - Pascal - MIT" ], [ - "Zelda: Mystery of Solarus DX (home, entry)", - "This quest is a free, open-source game that works with Solarus, an open-source..", + "Zelda: Mystery of Solarus DX (home, entry)", + "This quest is a free, open-source game that works with..", "", "Role Playing", "mature / active", @@ -3475,8 +3475,8 @@ "Source - Lua - GPL-3.0" ], [ - "Zero-K (home, entry)", - "A free multi-platform open source real-time strategy video game.", + "Zero-K (home, entry)", + "A free multi-platform open source real-time strategy video..", "Link", "Strategy", "mature / active", @@ -3484,8 +3484,8 @@ "Source - Lua - GPL-2.0" ], [ - "Zetawar (home, entry)", - "A web based tactical strategy game similar to Weewar and Elite Command.", + "Zetawar (home, entry)", + "A web based tactical strategy game similar to Weewar and..", "", "Strategy", "mature / active", @@ -3493,7 +3493,7 @@ "Source - Clojure - MIT" ], [ - "Zone of Control (home, entry)", + "Zone of Control (home, entry)", "Turn-based hexagonal strategy game written in Rust.", "Link", "Strategy", @@ -3502,8 +3502,8 @@ "Source - Rust - Apache-2.0" ], [ - "diablo-js (home, entry)", - "Isometric minimal-code style game at html5 canvas and javascript.", + "diablo-js (home, entry)", + "Isometric minimal-code style game at html5 canvas and..", "", "Role Playing", "mature / active", @@ -3511,8 +3511,8 @@ "Source - Java, Javascript - MIT" ], [ - "jMonkeyEngine (home, entry)", - "Game engine, made especially for Java game developers who want to create 3D..", + "jMonkeyEngine (home, entry)", + "Game engine, made especially for Java game developers who..", "Link", "Engines & Frameworks", "mature / active", @@ -3520,8 +3520,8 @@ "Source - Java - BSD" ], [ - "libGDX (home, entry)", - "Desktop/Android/BlackBerry/iOS/HTML5 Java game development framework.", + "libGDX (home, entry)", + "Desktop/Android/BlackBerry/iOS/HTML5 Java game development..", "Link", "Engines & Frameworks", "mature / active", @@ -3529,7 +3529,7 @@ "Source - Java, C++, C - Apache-2.0" ], [ - "libpng (home, entry)", + "libpng (home, entry)", "libpng is the official PNG reference library.", "", "Libraries", @@ -3538,7 +3538,7 @@ "Source - C - Custom" ], [ - "micropolisJS (home, entry)", + "micropolisJS (home, entry)", "A port of Micropolis to JS/HTML5.", "", "Simulation", @@ -3547,8 +3547,8 @@ "Source - C++, Java, Python - GPL-3.0" ], [ - "mkxp (home, entry)", - "Free Software implementation of the Ruby Game Scripting System (RGSS).", + "mkxp (home, entry)", + "Free Software implementation of the Ruby Game Scripting..", "", "Engines & Frameworks", "mature / active", @@ -3556,7 +3556,7 @@ "Source - C++, C - GPL-2.0" ], [ - "pkg-config (home, entry)", + "pkg-config (home, entry)", "Tool used when compiling applications and libraries.", "Link", "Libraries", @@ -3565,8 +3565,8 @@ "Source - C - GPL-2.0" ], [ - "pyORPG (home, entry)", - "ORPG (online role-playing-game) engine that allows everyone to create their..", + "pyORPG (home, entry)", + "ORPG (online role-playing-game) engine that allows..", "", "Engines & Frameworks", "beta / inactive since 2015", @@ -3574,8 +3574,8 @@ "Source - Python - MIT" ], [ - "pygame (home, entry)", - "Library for making multimedia applications like games built on top of the..", + "pygame (home, entry)", + "Library for making multimedia applications like games..", "Link", "Engines & Frameworks", "mature / active", @@ -3583,7 +3583,7 @@ "Source - C, Python - LGPL-2.1" ], [ - "rpge (home, entry)", + "rpge (home, entry)", "Engine for two-dimensional graphical role-playing games.", "", "Engines & Frameworks", @@ -3592,7 +3592,7 @@ "Source - C - GPL-3.0" ], [ - "sCoreForge Pathfinder Character Creator (home, entry)", + "sCoreForge Pathfinder Character Creator (home, entry)", "Pathfinder Character Creation.", "Link", "Tools & Manuals", @@ -3601,8 +3601,8 @@ "Excel" ], [ - "sandbox Game Maker (home, entry)", - "Open source easy to use standalone 3D Game Maker and 3D Game Design program..", + "sandbox Game Maker (home, entry)", + "Open source easy to use standalone 3D Game Maker and 3D..", "Link", "Engines & Frameworks", "mature / inactive since 2014", @@ -3610,8 +3610,8 @@ "Source - C++, C - Custom" ], [ - "wxWidgets (home, entry)", - "C++ library that lets developers create applications for Windows, Mac OS X,..", + "wxWidgets (home, entry)", + "C++ library that lets developers create applications for..", "Link", "Libraries", "mature / active", @@ -3619,8 +3619,8 @@ "Source - C++, Objective C - Custom" ], [ - "xoreos (home, entry)", - "Reimplementation of BioWare\u2019s Aurora engine (and derivatives) as used in their..", + "xoreos (home, entry)", + "Reimplementation of BioWare\u2019s Aurora engine (and..", "Link", "Engines & Frameworks", "beta / active", @@ -3628,7 +3628,7 @@ "Source - C++ - GPL-3.0" ], [ - "yaml-cpp (home, entry)", + "yaml-cpp (home, entry)", "YAML parser and emitter in C++ matching the YAML 1.2 spec.", "", "Libraries", @@ -3637,7 +3637,7 @@ "Source - C++ - MIT" ], [ - "zlib (home, entry)", + "zlib (home, entry)", "zlib is a software library used for data compression.", "", "Libraries", diff --git a/docs/index.html b/docs/index.html index 207b0e7b..6fb5c48e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,36 +1,49 @@
- -This collection is managed on Github (development blog).
-Columns in the table can be sorted and the rows can be filtered using the "Search" field.
-Collection of open source games managed on Github (see also the Blog). Give feedback on the Issue tracker.
+Other collections: Open Source Game Clones, Games on Github, Open source games (Wikipedia)
++
+