Skip to content

Commit

Permalink
separated content and original required
Browse files Browse the repository at this point in the history
  • Loading branch information
Trilarion committed Apr 17, 2024
1 parent 88541ee commit 6b8d27d
Show file tree
Hide file tree
Showing 225 changed files with 269 additions and 384 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/parse-metadata.yml

This file was deleted.

66 changes: 0 additions & 66 deletions .github/workflows/update-metadata.yml

This file was deleted.

2 changes: 2 additions & 0 deletions code/backlog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ https://archive.codeplex.com/?p=turnota
https://archive.codeplex.com/?p=voxeliq
https://archive.org/details/open_source_software
https://blenderartists.org/t/devils-pinball/552785


https://bluerenga.blog/
https://carrot.soulweaver.fi/#links
https://cocainediesel.fun/
Expand Down
3 changes: 3 additions & 0 deletions code/maintenance_entries.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,9 @@ def update_statistics(self):
# reduce those starting with "multiplayer"
keywords = [x if not x.startswith('multiplayer') else 'multiplayer' for x in keywords]

# for content keyword filter out everything in parentheses
keywords = [x if not any(x.startswith(y) for y in ('content', 'original required')) else re.sub(r'\(.*?\)\s*', '', x) for x in keywords]

unique_keywords = set(keywords)
unique_keywords = [(l, keywords.count(l) / len(keywords)) for l in unique_keywords]
unique_keywords.sort(key=lambda x: str.casefold(x[0])) # first sort by name
Expand Down
2 changes: 1 addition & 1 deletion entries/aleph_one.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- State: mature
- Download: https://sourceforge.net/projects/marathon/files/
- Platform: Windows, Linux, macOS
- Keyword: action, remake, content original required + commercial, first-person, shooter
- Keyword: action, remake, content commercial, first-person, original required, shooter
- Code repository: https://github.com/Aleph-One-Marathon/alephone.git (@created 2015, @stars 573, @forks 96), https://svn.code.sf.net/p/marathon/code (svn)
- Code language: C++, Lua
- Code license: GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion entries/arx_libertatis.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Inspiration: Arx Fatalis
- State: mature
- Download: https://arx-libertatis.org/download
- Keyword: remake, role playing, "content commercial + original required (Arx Fatalis)", dungeon
- Keyword: remake, role playing, content commercial, dungeon, original required (Arx Fatalis)
- Code repository: https://github.com/arx/ArxLibertatis.git (@created 2011, @stars 887, @forks 125)
- Code language: C++
- Code license: GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion entries/blob_wars_attrition.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Home: https://github.com/stephenjsweeney/blobwarsAttrition
- Inspiration: Blob Wars Attrition
- State: mature
- Keyword: platform, 2D, content commercial + original required
- Keyword: platform, 2D, content commercial, original required
- Code repository: https://github.com/stephenjsweeney/blobwarsAttrition.git (@created 2018, @stars 21, @forks 6)
- Code language: C, C++
- Code license: GPL-3.0
Expand Down
6 changes: 3 additions & 3 deletions entries/boxcars.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
- Play: https://play.bgammon.org
- Download: https://bgammon.org/download
- Platform: Windows, Linux, Android, Web
- Keyword: board, strategy, multiplayer, online, backgammon
- Code repository: https://code.rocket9labs.com/tslocum/boxcars (git)
- Keyword: board, strategy, backgammon, multiplayer, online
- Code repository: https://code.rocket9labs.com/tslocum/boxcars.git
- Code language: Go
- Code license: AGPL-3.0
- Developer: Trevor Slocum

A client for playing backgammon via bgammon.org, a free and open source backgammon service.
A client for playing backgammon.

## Building
2 changes: 1 addition & 1 deletion entries/cadaver.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Inspiration: Cadaver
- State: beta, inactive since 2009
- Download: https://web.archive.org/web/20230602035917/https://jotd.pagesperso-orange.fr/cadaver/bin/Cadaver-001.zip
- Keyword: action, remake, content commercial + original required
- Keyword: action, remake, content commercial, original required
- Code language: C++
- Code license: GPL-2.0

Expand Down
2 changes: 1 addition & 1 deletion entries/caesaria.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- State: beta
- Download: https://bitbucket.org/dalerank/caesaria/wiki/Releases
- Platform: Windows, Linux, macOS
- Keyword: remake, simulation, strategy, city
- Keyword: remake, simulation, strategy, city-building
- Code repository: https://bitbucket.org/dalerank/caesaria.git, https://github.com/dalerank/caesaria-game.git (@created 2014, @stars 253, @forks 52)
- Code language: C++, JavaScript, C
- Code license: GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion entries/captain_blood.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Inspiration: Age of Pirates: Captain Blood, God of War
- State: mature
- Platform: Windows
- Keyword: action, adventure, content original required
- Keyword: action, adventure, content commercial, original required
- Code repository: https://github.com/storm-devs/captain-blood.git (@created 2022, @stars 213, @forks 31)
- Code language: C++, C
- Code license: GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion entries/carnage3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Inspiration: Grand Theft Auto
- State: beta
- Platform: Windows, Linux
- Keyword: action, remake, content commercial + original required
- Keyword: action, remake, content commercial, original required
- Code repository: https://github.com/codenamecpp/carnage3d.git (@created 2019, @stars 453, @forks 38)
- Code language: C++, C
- Code license: MIT
Expand Down
2 changes: 1 addition & 1 deletion entries/cc94.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Inspiration: Sid Meier's Colonization
- State: beta
- Platform: Web
- Keyword: action, remake, strategy, content commercial + original required
- Keyword: action, remake, strategy, content commercial, original required
- Code repository: https://github.com/institution/cc94.git (@created 2014, @stars 22, @forks 0)
- Code language: C++, Python
- Code license: AGPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion entries/chocolate_duke3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Home: https://github.com/fabiensanglard/chocolate_duke3D
- Inspiration: Duke Nukem 3D
- State: beta, inactive since 2016
- Keyword: action, remake, content commercial + original required
- Keyword: action, remake, content commercial, original required
- Code repository: https://github.com/fabiensanglard/chocolate_duke3D.git (@archived, @created 2012, @stars 591, @forks 89)
- Code language: C
- Code license: GPL-2.0, Custom
Expand Down
2 changes: 1 addition & 1 deletion entries/civone.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Home: https://web.archive.org/web/20181127195119/https://www.civone.org/
- Inspiration: Civilization
- State: beta
- Keyword: remake, strategy, content commercial + original required
- Keyword: remake, strategy, content commercial, original required
- Code repository: https://github.com/SWY1985/CivOne.git (@created 2015, @stars 241, @forks 49)
- Code language: C#
- Code license: CC0
Expand Down
2 changes: 1 addition & 1 deletion entries/classic_rbdoom_3_bfg.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- State: mature
- Download: https://github.com/MadDeCoDeR/Classic-RBDOOM-3-BFG/releases
- Platform: Windows, Linux
- Keyword: action, game engine, remake, content commercial + original required, first-person, shooter
- Keyword: action, game engine, remake, content commercial, first-person, original required, shooter
- Code repository: https://github.com/MadDeCoDeR/Classic-RBDOOM-3-BFG.git (@created 2017, @stars 197, @forks 21)
- Code language: C, C++
- Code license: GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion entries/command_series_engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Home: https://github.com/pwiecz/command_series
- Inspiration: Conflict in Vietnam, Crusade in Europe, Decision in the Desert
- State: mature
- Keyword: remake, strategy, content original required + commercial, engine
- Keyword: remake, strategy, content commercial, engine, original required
- Code repository: https://github.com/pwiecz/command_series.git (@created 2020, @stars 12, @forks 1)
- Code language: Go
- Code license: GPL-2.0
Expand Down
2 changes: 1 addition & 1 deletion entries/corsixth.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Inspiration: Theme Hospital
- State: mature
- Download: https://github.com/CorsixTH/CorsixTH/releases
- Keyword: remake, simulation, strategy, content commercial + original required
- Keyword: remake, simulation, strategy, content commercial, original required
- Code repository: https://github.com/CorsixTH/CorsixTH.git (@created 2013, @stars 3759, @forks 344)
- Code language: Lua, C++
- Code license: MIT
Expand Down
2 changes: 1 addition & 1 deletion entries/cosmo-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Home: https://github.com/yuv422/cosmo-engine
- Inspiration: Cosmo's Cosmic Adventure
- State: beta
- Keyword: platform, remake, content commercial + original required
- Keyword: platform, remake, content commercial, original required
- Code repository: https://github.com/yuv422/cosmo-engine.git (@created 2017, @stars 58, @forks 12)
- Code language: C
- Code license: GPL-2.0
Expand Down
2 changes: 1 addition & 1 deletion entries/cosmore.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Home: https://www.scottsmitelli.com/projects/cosmore
- Inspiration: Cosmo's Cosmic Adventure
- State: mature
- Keyword: remake, content commercial + original required
- Keyword: remake, content commercial, original required
- Code repository: https://github.com/smitelli/cosmore.git (@created 2020, @stars 89, @forks 6)
- Code language: C, Assembly
- Code license: MIT
Expand Down
2 changes: 1 addition & 1 deletion entries/croftengine.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- State: beta
- Download: https://github.com/stohrendorf/CroftEngine/releases
- Platform: Windows, Linux
- Keyword: action, game engine, remake, content commercial + original required
- Keyword: action, game engine, remake, content commercial, original required
- Code repository: https://github.com/stohrendorf/CroftEngine.git (@created 2015, @stars 267, @forks 18)
- Code language: C++, Python
- Code license: LGPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion entries/daggerfall_unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- State: mature
- Download: https://github.com/Interkarma/daggerfall-unity/releases
- Platform: Windows, Linux, macOS
- Keyword: remake, role playing, content original required
- Keyword: remake, role playing, content commercial, original required
- Code repository: https://github.com/Interkarma/daggerfall-unity.git (@created 2015, @stars 2500, @forks 314)
- Code language: C#
- Code license: MIT
Expand Down
2 changes: 1 addition & 1 deletion entries/deathlord_relorded.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Inspiration: Deathlord
- State: mature
- Download: https://rikkles.itch.io/deathlord-relorded, https://github.com/hasseily/Deathlord-Relorded/releases
- Keyword: remake, role playing, content original required, emulator
- Keyword: remake, role playing, content commercial, emulator, original required
- Code repository: https://github.com/hasseily/Deathlord-Relorded.git (@created 2021, @stars 23, @forks 2)
- Code language: C, C++
- Code license: AGPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion entries/devilution.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Inspiration: Diablo
- State: mature
- Download: https://github.com/diasurgical/devilution/releases
- Keyword: action, remake, "content commercial + original required (Diablo 1)", engine recreation
- Keyword: action, remake, content commercial, engine recreation, original required (Diablo 1)
- Code repository: https://github.com/diasurgical/devilution.git (@created 2018, @stars 8619, @forks 919)
- Code language: C, C++
- Code license: Unlicense
Expand Down
2 changes: 1 addition & 1 deletion entries/devilutionx.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Inspiration: Diablo
- State: mature
- Download: https://github.com/diasurgical/devilutionX/releases
- Keyword: action, remake, "content commercial + original required (Diablo 1)", engine recreation
- Keyword: action, remake, content commercial, engine recreation, original required (Diablo 1)
- Code repository: https://github.com/diasurgical/devilutionX.git (@created 2018, @stars 7457, @forks 740)
- Code language: C, C++
- Code license: Unlicense
Expand Down
2 changes: 1 addition & 1 deletion entries/dgengine.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Home: https://github.com/dgcor/DGEngine/wiki
- Inspiration: Diablo
- State: beta
- Keyword: action, remake, content commercial + original required
- Keyword: action, remake, content commercial, original required
- Code repository: https://github.com/dgcor/DGEngine.git (@created 2016, @stars 236, @forks 29), https://github.com/dgcor/DGEngine.core.git @add (@created 2021, @stars 3, @forks 1)
- Code language: C++
- Code license: zlib, GPL-3.0 (depending on the use mode)
Expand Down
2 changes: 1 addition & 1 deletion entries/dhewm3.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- State: mature
- Download: https://github.com/dhewm/dhewm3/releases
- Platform: Windows, Linux, macOS
- Keyword: action, remake, content commercial + original required, shooter
- Keyword: action, remake, content commercial, original required, shooter
- Code repository: https://github.com/dhewm/dhewm3.git (@created 2012, @stars 1672, @forks 325)
- Code language: C, C++
- Code license: GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion entries/diablerie.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Home: https://github.com/mofr/Diablerie
- Inspiration: Diablo II
- State: beta
- Keyword: remake, content commercial + original required (Diablo II + Lord of Destruction game data)
- Keyword: remake, content commercial, original required (Diablo II + Lord of Destruction game data)
- Code repository: https://github.com/mofr/Diablerie.git (@created 2017, @stars 848, @forks 198)
- Code language: C#
- Code license: MIT
Expand Down
2 changes: 1 addition & 1 deletion entries/diabolika.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Home: https://github.com/dgcor/Diabolika
- Inspiration: Diabolika 2: The Devil's Last Stand
- State: mature
- Keyword: puzzle, clone, content commercial + original required
- Keyword: puzzle, clone, content commercial, original required
- Code repository: https://github.com/dgcor/Diabolika.git (@created 2021, @stars 6, @forks 1)
- Code language: C++
- Code license: zlib
Expand Down
2 changes: 1 addition & 1 deletion entries/donut.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Inspiration: The Simpsons: Hit & Run
- State: beta
- Platform: Windows, Linux
- Keyword: action, remake, content commercial + original required
- Keyword: action, remake, content commercial, original required
- Code repository: https://github.com/plowteam/donut.git (@created 2019, @stars 384, @forks 26)
- Code language: C, C++
- Code license: GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion entries/doom-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Inspiration: Doom, Doom II, Heretic, Hexen
- State: mature, inactive since 2012
- Platform: iOS
- Keyword: action, remake, content commercial + original required, shooter
- Keyword: action, remake, content commercial, original required, shooter
- Code repository: https://github.com/id-Software/DOOM-iOS.git (@created 2012, @stars 770, @forks 203), https://github.com/id-Software/DOOM-iOS2.git (@add)
- Code language: C++, C
- Code license: GPL-2.0
Expand Down
2 changes: 1 addition & 1 deletion entries/doom64ex.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- State: mature
- Download: https://doom64ex.wordpress.com/downloads/
- Platform: Windows, macOS
- Keyword: action, remake, content commercial + original required
- Keyword: action, remake, content commercial, original required
- Code repository: https://github.com/svkaiser/Doom64EX.git (@created 2014, @stars 228, @forks 48)
- Code language: C, C++
- Code license: GPL-2.0
Expand Down
2 changes: 1 addition & 1 deletion entries/doom_legacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- State: mature
- Download: https://sourceforge.net/projects/doomlegacy/files/
- Platform: Windows, Linux, macOS
- Keyword: action, remake, content commercial + original required, shooter
- Keyword: action, remake, content commercial, original required, shooter
- Code repository: https://git.code.sf.net/p/doomlegacy/legacy2, https://git.code.sf.net/p/doomlegacy/masterserver @add, https://svn.code.sf.net/p/doomlegacy/svn (svn), http://doomlegacy.cvs.sourceforge.net (cvs)
- Code language: C++
- Code license: GPL-2.0
Expand Down
Loading

0 comments on commit 6b8d27d

Please sign in to comment.