Skip to content

99smglobal/osgameclones

 
 

Repository files navigation

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.

How

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]
  • clones/reimplementations: List the clones/reimplementations under this heading. Multiple clones can be listed.
    • name: Name of the clone
    • url: URL of clone main page
    • repo: (optional) if the clone has an online code repository (e.g. GitHub), link here
    • info: free text, but try to use terms already used in the list. HTML is supported
    • added: (optional) date when this clone was first added. Newly added clones are highlighted
    • media: (optional) list of screenshots or videos for the clone
      • image: URL of an image to display, preferrably a thumbnail
      • url: (optional) link to a bigger image, when the user clicks the thumbnail
      • raw: to embed raw HTML, e.g. to embed a video, use this tag followed by raw HTML

About

Open Source Clones of Popular Games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 75.2%
  • Python 18.6%
  • Makefile 3.2%
  • Shell 3.0%