reed-jones / osgameclones

Open Source Clones of Popular Games

Home Page:http://osgameclones.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Source Game Clones

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.

Games database

Check out the YAML files under /games. All information is inside, and you should more or less understand what's going on by reading it. Sorting is alphabetical, with the exception of ScummVM, just because it's so many games at once.

Add a clone/remake

Simplest way to contribute is to open a new issue and fill in the template. Even better if you edit the /games files directly. Your changes will be submitted as a pull request.

If you're adding a new clone/remake:

name: # required : Name of clone/remake
repo: # Link to source code
url: # Link to website
development: # One of: complete, very active, active, sporadic, halted
status: # One of: playable, semi-playable, unplayable
lang: [] # List of programming languages used
framework: [] # List of engines/tools used
license: # See licenses in schema.yaml
content: # One of: commercial, free, open, swapable # free means no cost, open means liberally licensed
info: # Notes about the game
updated: # Date when game was added or updated
images:
  - # Link(s) to screenshot(s)
video:
  youtube: # YouTube video ID
  vimeo: # Vimeo video ID

Add a game parent

If you're adding a new game group:

- name: # required : Name of the original game
  names:
    - # Other names for the game, or other games in the series
  meta:
    genre: [] # See genres in schema.yaml
    subgenre: [] # See genres in schema.yaml
    theme: [] # See genres in schema.yaml
  remakes:
    - # List of remakes, see above
  clones:
    - # List of clones, see above

A Wikipedia link is created for all original game names; if the article link is different, use the following syntax:

name: [Name, Name of Wikipedia article]

If the game has a non-Wikipedia link:

name: [Name, 'http://www.example.com']

Please refer to the template and the schema.yaml file when adding new games.

About

Open Source Clones of Popular Games

http://osgameclones.com/

License:Other


Languages

Language:HTML 35.0%Language:JavaScript 27.0%Language:CSS 20.0%Language:Python 15.8%Language:Shell 1.4%Language:Makefile 0.8%