This is a source of http://osgameclones.com. Feel free to submit pull requests to add new games and improve information about those already in the database.
Check games.yaml
out. All information is inside, and you should more or less
understand what's going on by reading it. Sorting is alphabetical, with an
exception of ScummVM, just because it's so many games at once.
Simplest way to contribute: edit games.yaml, and then your changes will be submitted as a pull request.
Use this template:
- name: Some Game
clones:
- name: Some Free Game
url: somefreegame.com
repo: https://github.com/foobar/SomeFreeGame
info: active development, playable, C++
added: 2014-04-04
media:
- url: http://somefreegame.com/img1.jpg
image: http://somefreegame.com/img1_thumbnail.jpg
- url: http://somefreegame.com/img2.jpg
image: http://somefreegame.com/img2_thumbnail.jpg
- raw: <iframe width="320" height="240" src="//www.youtube.com/embed/abcdefg1234?rel=0" frameborder="0" allowfullscreen></iframe>
name
/names
: Name of the original game- If the game goes under multiple names, or if the clone is inspired by multiple related games, use
names
- A Wikipedia link is created for the name; if the article link is different, use the syntax
[Name, Name of Wikipedia article]
- If the game goes under multiple names, or if the clone is inspired by multiple related games, use
clones
/reimplementations
: List the clones/reimplementations under this heading. Multiple clones can be listed.name
: Name of the cloneurl
: URL of clone main pagerepo
: (optional) if the clone has an online code repository (e.g. GitHub), link hereinfo
: free text, but try to use terms already used in the list. Should include code details. HTML is supportedstatus
: (string) status of the project (active, halted)license
: (string) project licenselang
: (string|list) programming languages used in the projectframework
: (string|list) programming frameworks and/or engines used in the projectadded
: (optional) date when this clone was first added. Newly added clones are highlightedmedia
: (optional) list of screenshots or videos for the cloneimage
: URL of an image to display, preferrably a thumbnailurl
: (optional) link to a bigger image, when the user clicks the thumbnailraw
: to embed raw HTML, e.g. to embed a video, use this tag followed by raw HTML