Skip to content

Commit

Permalink
imports from libregamewiki and some cvs to git conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
Trilarion committed Nov 7, 2019
1 parent 108dfc5 commit 72505aa
Show file tree
Hide file tree
Showing 72 changed files with 1,207 additions and 146 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
**[Dynamic HTML table](https://trilarion.github.io/opensourcegames/)** of the entries / Development **[Blog](https://trilarion.blogspot.com/search/label/osgames)** / **[Statistics](statistics.md#statistics)**

[comment]: # (start of autogenerated content, do not edit)
**[All entries](entries/tocs/_all.md#All)** (1196)
**[All entries](entries/tocs/_all.md#All)** (1232)

By category: **[Action](entries/tocs/_action.md#action)** (204), **[Adventure](entries/tocs/_adventure.md#adventure)** (39), **[Arcade](entries/tocs/_arcade.md#arcade)** (72), **[Board game](entries/tocs/_board-game.md#board-game)** (9), **[Card game](entries/tocs/_card-game.md#card-game)** (2), **[Educational](entries/tocs/_educational.md#educational)** (8), **[Framework](entries/tocs/_framework.md#framework)** (71), **[Game engine](entries/tocs/_game-engine.md#game-engine)** (95), **[Library](entries/tocs/_library.md#library)** (34), **[Music](entries/tocs/_music.md#music)** (12), **[Platform](entries/tocs/_platform.md#platform)** (38), **[Puzzle](entries/tocs/_puzzle.md#puzzle)** (105), **[Remake](entries/tocs/_remake.md#remake)** (472), **[Role playing](entries/tocs/_role-playing.md#role-playing)** (164), **[Simulation](entries/tocs/_simulation.md#simulation)** (92), **[Sports](entries/tocs/_sports.md#sports)** (20), **[Strategy](entries/tocs/_strategy.md#strategy)** (236), **[Tool](entries/tocs/_tool.md#tool)** (31), **[Visual novel](entries/tocs/_visual-novel.md#visual-novel)** (4)
By category: **[Action](entries/tocs/_action.md#action)** (207), **[Adventure](entries/tocs/_adventure.md#adventure)** (40), **[Arcade](entries/tocs/_arcade.md#arcade)** (80), **[Board game](entries/tocs/_board-game.md#board-game)** (10), **[Card game](entries/tocs/_card-game.md#card-game)** (2), **[Educational](entries/tocs/_educational.md#educational)** (8), **[Framework](entries/tocs/_framework.md#framework)** (73), **[Game engine](entries/tocs/_game-engine.md#game-engine)** (95), **[Library](entries/tocs/_library.md#library)** (36), **[Music](entries/tocs/_music.md#music)** (12), **[Platform](entries/tocs/_platform.md#platform)** (44), **[Puzzle](entries/tocs/_puzzle.md#puzzle)** (112), **[Remake](entries/tocs/_remake.md#remake)** (473), **[Role playing](entries/tocs/_role-playing.md#role-playing)** (166), **[Simulation](entries/tocs/_simulation.md#simulation)** (93), **[Sports](entries/tocs/_sports.md#sports)** (20), **[Strategy](entries/tocs/_strategy.md#strategy)** (241), **[Tool](entries/tocs/_tool.md#tool)** (31), **[Visual novel](entries/tocs/_visual-novel.md#visual-novel)** (4)

By platform: **[Windows](entries/tocs/_windows.md#windows)** (345), **[Linux](entries/tocs/_linux.md#linux)** (322), **[macOS](entries/tocs/_macos.md#macos)** (188), **[Android](entries/tocs/_android.md#android)** (60), **[iOS](entries/tocs/_ios.md#ios)** (11), **[Web](entries/tocs/_web.md#web)** (63)
By platform: **[Windows](entries/tocs/_windows.md#windows)** (359), **[Linux](entries/tocs/_linux.md#linux)** (340), **[macOS](entries/tocs/_macos.md#macos)** (193), **[Android](entries/tocs/_android.md#android)** (61), **[iOS](entries/tocs/_ios.md#ios)** (11), **[Web](entries/tocs/_web.md#web)** (64)

[comment]: # (end of autogenerated content)

Expand Down
308 changes: 298 additions & 10 deletions docs/data.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions entries/abes_amazing_adventure.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ _Side scrolling platform game._
- State: mature, inactive since 2005
- Download: https://sourceforge.net/projects/abe/files/
- Platform: Windows, Linux, macOS
- Keywords: platform
- Code repository: http://abe.cvs.sourceforge.net (cvs)
- Keywords: platform, side scrolling
- Code repository: https://gitlab.com/osgames/abe.git (import of cvs), http://abe.cvs.sourceforge.net (cvs)
- Code language: C
- Code license: GPL-2.0
- Code dependencies: SDL
Expand Down
2 changes: 2 additions & 0 deletions entries/astromenace.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ _3D space scroll-shooter with spaceship upgrade possibilities._
- Code language: C++, C
- Code license: GPL-3.0

Developer: Mikkhail Kurin (Viewizard)

## Building

- Build system: CMake
2 changes: 1 addition & 1 deletion entries/batalla_naval.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _Battleship game._
- State: mature, inactive since 2002
- Download: https://sourceforge.net/projects/batnav/files/
- Keywords: arcade, multiplayer
- Code repository: http://batnav.cvs.sourceforge.net (cvs)
- Code repository: https://gitlab.com/osgames/batnav.git (import of cvs), http://batnav.cvs.sourceforge.net (cvs)
- Code language: C
- Code license: GPL-2.0

Expand Down
2 changes: 1 addition & 1 deletion entries/billiards.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _Cue sports simulator aiming for physical accuracy and simplicity._
- Download: http://www.nongnu.org/billiards/#downloads, http://download.savannah.nongnu.org/releases/billiards/
- Platform: Linux
- Keywords: sports, simulation
- Code repository: http://cvs.savannah.nongnu.org:/sources/billiards (cvs)
- Code repository: https://gitlab.com/osgames/billiards.git (import of cvs), http://cvs.savannah.nongnu.org:/sources/billiards (cvs)
- Code language: Lua, Objective-C
- Code license: GPL-3.0

Expand Down
4 changes: 2 additions & 2 deletions entries/cannonsmash.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ _Cannon Smash is a table tennis game._
- Download: https://sourceforge.net/projects/cannonsmash/files/
- Platform: Windows, Linux
- Keywords: sports
- Code repository: http://cannonsmash.cvs.sourceforge.net (cvs)
- Code repository: https://gitlab.com/osgames/cannonsmash.git (import of cvs), http://cannonsmash.cvs.sourceforge.net (cvs)
- Code language: C++
- Code license: GPL
- Code license: GPL-2.0
- Code dependencies: OpenGL

Developer: Kanna Yoshihiro
Expand Down
2 changes: 1 addition & 1 deletion entries/cuyo.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _Cuyo is a Puyo Puyo-style puzzle game._
- Download: http://download.savannah.gnu.org/releases/cuyo/
- Platform: Linux
- Keywords: puzzle, tetris-like
- Code repository: http://cvs.savannah.nongnu.org:/sources/cuyo (cvs)
- Code repository: https://gitlab.com/osgames/cuyo.git (import of cvs), http://cvs.savannah.nongnu.org:/sources/cuyo (cvs)
- Code language: C++
- Code license: GPL-2.0

Expand Down
4 changes: 3 additions & 1 deletion entries/free_tennis.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ _Tennis game._
- State: beta, inactive since 2005
- Download: https://sourceforge.net/projects/freetennis/files/
- Keywords: strategy, open content, sport
- Code repository: http://freetennis.cvs.sourceforge.net:/cvsroot/freetennis (cvs)
- Code repository: https://gitlab.com/osgames/freetennis.git (import of cvs), http://freetennis.cvs.sourceforge.net (cvs)
- Code language: OCaml
- Code license: GPL-2.0
- Assets license: GPL-2.0

Developer: Maurizio Colucci

## Building

- Build system: Make
2 changes: 1 addition & 1 deletion entries/gl-117.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _Combat flight simulator._
- Download: https://sourceforge.net/projects/gl-117/files/gl-117/
- Platform: Windows, Linux, macOS
- Keywords: puzzle, combat flight simulation, open content
- Code repository: http://gl-117.cvs.sourceforge.net:/cvsroot/gl-117 (cvs)
- Code repository: https://gitlab.com/osgames/gl-117.git (import of cvs), http://gl-117.cvs.sourceforge.net (cvs)
- Code language: C++
- Code license: GPL-2.0
- Code dependencies: GLUT, SDL
Expand Down
16 changes: 16 additions & 0 deletions entries/lambdarogue_the_book_of_stars.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# LambdaRogue: The Book of Stars

_Roguelike RPG._

- Home: https://web.archive.org/web/20130604050642/http://lambdarogue.net/, https://code.google.com/archive/p/lambdarogue/, https://sourceforge.net/projects/lambdarogue/
- State: mature, inactive since 2012
- Download: https://code.google.com/archive/p/lambdarogue/downloads
- Platform: Windows, Linux
- Keywords: role playing, roguelike
- Code repository: (see download)
- Code language: FreePascal
- Code license: GPL-2.0

Developer: Mario Donick

## Building
20 changes: 20 additions & 0 deletions entries/lbreakout2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# LBreakout2

_Breakout clone and is the successor to LBreakout._

- Home: http://lgames.sourceforge.net/LBreakout2/, https://sourceforge.net/projects/lgames/, https://packages.debian.org/search?keywords=lbreakout2
- State: mature, inactive since 2010
- Download: https://sourceforge.net/projects/lgames/files/lbreakout2/
- Platform: Linux
- Keywords: arcade, open content
- Code repository: https://svn.code.sf.net/p/lgames/code/trunk (svn part of it)
- Code language: C
- Code license: GPL-2.0
- Code dependencies: SDL
- Assets license: ? (GPL-2.0)

Developer: Michael Speck

## Building

- Build system: Autoconf
20 changes: 20 additions & 0 deletions entries/lbreakouthd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# LBreakoutHD

_Breakout clone - a remake of LBreakout2 with improved graphics._

- Home: http://lgames.sourceforge.net/LBreakoutHD/, https://sourceforge.net/projects/lgames/
- State: mature
- Download: https://sourceforge.net/projects/lgames/files/lbreakouthd/
- Platform: Linux
- Keywords: arcade, open content
- Code repository: https://svn.code.sf.net/p/lgames/code/trunk (svn part of it)
- Code language: C++
- Code license: GPL-3.0
- Code dependencies: SDL
- Assets license: ? (GPL-3.0)

The gameplay of LBreakout2 is (mostly) preserved and it includes all levels from LBreakout2.

Developer: Michael Speck

## Building
16 changes: 16 additions & 0 deletions entries/levelhead.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# LevelHead

_Spatial memory game which uses the concept of "augmented reality" for its input._

- Home: https://julianoliver.com/levelhead/
- State: mature, inactive since 2009
- Platform: Linux
- Keywords: puzzle, open content
- Code repository: (https://julianoliver.com/levelhead/install.html)
- Code language: C++, Python
- Code license: GPL-3.0
- Assets license: CC-BY-SA-3.0

Developer: Julian Oliver

## Building
17 changes: 17 additions & 0 deletions entries/liberal_crime_squad.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Liberal Crime Squad

_Satirical console-based political role-playing/strategy game._

- Home: http://www.bay12games.com/lcs/, http://lcs.wikidot.com/, https://sourceforge.net/projects/lcsgame/
- State: mature, inactive since 2012
- Download: https://sourceforge.net/projects/lcsgame/files/
- Platform: Windows, Linux
- Keywords: strategy, console, inspired by Oubliette, open content
- Code repository: https://svn.code.sf.net/p/lcsgame/code/trunk (svn)
- Code language: C++
- Code license: GPL-2.0
- Code dependencies: Curses, SDL2

## Building

- Build system: Make
18 changes: 18 additions & 0 deletions entries/liberation_circuit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Liberation Circuit

_Real-time strategy game about escaping from a hostile computer system, by designing and building units sufficient to the task._

- Home: https://github.com/linleyh/liberation-circuit/, https://forums.tigsource.com/index.php?topic=48505.0
- State: mature
- Keywords: strategy, open content, programming, real time
- Code repository: https://github.com/linleyh/liberation-circuit.git
- Code language: C
- Code license: GPL-3.0
- Code dependencies: Allegro
- Assets license: GPL-3.0

Developer: Linley Henzell

## Building

- Build system: CMake
15 changes: 15 additions & 0 deletions entries/lierolibre.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# LieroLibre

_2D shooter game where two worms compete against each other._

- Home: http://www.liero.be/, https://gitlab.com/lierolibre/lierolibre, https://web.archive.org/web/20150331042028/https://gitorious.org/lierolibre
- State: mature, inactive since 2017
- Keywords: library, inspired by Liero, open content, shooter
- Code repository: https://gitlab.com/lierolibre/lierolibre.git
- Code language: C++
- Code license: 2-clause BSD
- Assets license: WTFPL

## Building

- Build system: Autoconf
17 changes: 17 additions & 0 deletions entries/limbs_off.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Limbs Off

_Game in plaimi's phun-fysics genre, in which they strive to reproduce complex real life physics, but take certain liberties whenever they feel it will add to the entertainment of the games._

- Home: https://secure.plaimi.net/games/limbs-off.html
- State: beta, inactive since 2013
- Keywords: arcade
- Code repository: https://github.com/plaimi/limbs-off.git
- Code language: C++
- Code license: GPL-3.0
- Code dependencies: Fontconfig, LibPNG, OpenGL, SDL

Developer: plaimi

## Building

- Build system: Autoconf
17 changes: 17 additions & 0 deletions entries/ltris.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# LTris

_Tetris clone._

- Home: http://lgames.sourceforge.net/LTris/, https://sourceforge.net/projects/lgames/
- State: mature, inactive since 2013
- Download: https://sourceforge.net/projects/lgames/files/ltris/
- Keywords: puzzle, open content, tetris-like
- Code repository: https://svn.code.sf.net/p/lgames/code/trunk (svn part of it)
- Code language: C
- Code license: GPL-2.0
- Code dependencies: SDL
- Assets license: GPL-2.0

Developer: Michael Speck

## Building
17 changes: 17 additions & 0 deletions entries/luola.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Luola

_Arcade game of genre "Luolalentely" (Cave-flying) inspired by V-Wing._

- Home: https://web.archive.org/web/20120322083830/http://www.luolamies.org/software/luola/
- State: mature, inactive since 2005
- Platform: Windows, Linux, macOS
- Keywords: arcade, open content
- Code repository: https://github.com/callaa/luola.git (also see home)
- Code language: C
- Code license: GPL-2.0
- Code dependencies: SDL
- Assets license: ? (GPL)

Developer: Calle Laakkonen

## Building
16 changes: 16 additions & 0 deletions entries/magic_gardeners_tournament.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Magic Gardeners Tournament

_Real-time strategy game board game._

- Home: https://pyweek.org/e/TLP-2/
- State: beta, inactive since 2007
- Keywords: strategy, board game, open content, real time
- Code repository: (see home)
- Code language: Python
- Code license: GPL-2.0
- Code dependencies: pygame, Pyglibs
- Assets license: ? (GPL)

Developer: HoleInTheHeadStudios

## Building
15 changes: 15 additions & 0 deletions entries/mah-jong.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Mah-Jong

_Client‐server set of programs for playing Mah-Jong, in the Chinese Classical style._

- Home: http://mahjong.julianbradfield.org/
- State: mature
- Download: http://mahjong.julianbradfield.org/Linux/, http://mahjong.julianbradfield.org/Windows/, http://mahjong.julianbradfield.org/Source/
- Keywords: strategy
- Code repository: (see download)
- Code language: C
- Code license: GPL-2.0

Developer: Julian Bradfield

## Building
20 changes: 20 additions & 0 deletions entries/maniadrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Maniadrive

_Racing clone of Trackmania._

- Home: http://maniadrive.raydium.org/, https://sourceforge.net/projects/maniadrive/
- State: mature, inactive since 2008
- Download: http://maniadrive.raydium.org/index.php?downloads=yes, https://sourceforge.net/projects/maniadrive/files/
- Platform: Windows, Linux
- Keywords: framework, inspired by Trackmania, open content, racing
- Code repository: (see download)
- Code language: PHP
- Code license: GPL
- Code dependencies: Raydium
- Assets license: GPL (Music), CC BY-NC-SA, CC BY-SA

[Discussion of the music licensing](http://memak.raydium.org/viewtopic.php?p=5216&sid=6ccfed9175e1d0892554bb2d2d79ab9c)

Developer: xfennec

## Building
16 changes: 16 additions & 0 deletions entries/marble_marcher.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Marble Marcher

_3D game showcasing a fully ray marched graphics and making use of fractals and a fractal collision engine._

- Home: https://codeparade.itch.io/marblemarcher
- State: mature
- Platform: Windows, Linux
- Keywords: puzzle, open content
- Code repository: https://github.com/HackerPoet/MarbleMarcher.git, https://github.com/WAUthethird/Marble-Marcher-Community-Edition.git (+)
- Code language: C++
- Code license: GPL-2.0
- Assets license: ? (GPL-2.0)

## Building

- Build system: CMake
19 changes: 19 additions & 0 deletions entries/mars.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# M.A.R.S.

_A ridiculous shooter. In one of several game modes, two opposing teams are fighting in a gravitational 2D space with a few planets, including their homes._

- Home: https://sourceforge.net/projects/mars-game/, https://packages.debian.org/search?keywords=marsshooter
- State: beta, inactive since 2016
- Download: https://github.com/jwrdegoede/M.A.R.S./releases, https://sourceforge.net/projects/mars-game/files/
- Keywords: platform, 2D, open content, shooter, top-down
- Code repository: https://github.com/jwrdegoede/M.A.R.S..git, https://github.com/thelaui/M.A.R.S..git (+), https://svn.code.sf.net/p/mars-game/code/ (svn)
- Code language: C++, C
- Code license: GPL-3.0
- Code dependencies: OpenGL, SFML
- Assets license: CC-BY 3.0, CC-BY-SA-3.0, PD

Developer: Simon Schneegans, Felix Lauer

## Building

- Build system: CMake
14 changes: 14 additions & 0 deletions entries/minetest_game.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Minetest Game

_Simple and peaceful “sandbox game” based on Minetest._

- Home: https://github.com/minetest/minetest_game/
- State: mature
- Keywords: simulation, open content, sandbox
- Code repository: https://github.com/minetest/minetest_game.git
- Code language: Lua
- Code license: LGPL-2.1
- Code dependencies: Minetest
- Assets license: CC-BY-SA-3.0

## Building
Loading

0 comments on commit 72505aa

Please sign in to comment.