Giter Site home page Giter Site logo

ktp-forked-repos / osgameclones Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opengaming/osgameclones

0.0 1.0 0.0 2.44 MB

Open Source Clones of Popular Games

Home Page: http://osgameclones.com/

License: Other

Shell 0.93% Dockerfile 0.74% Python 22.53% JavaScript 30.60% HTML 27.32% CSS 17.88%

osgameclones's Introduction

Open Source Game Clones

This is the source of http://osgameclones.com. Feel free to add new games or improve information about those already in the database by submitting a pull request or opening an issue.

Games database

All of the games and their references to the original games are stored in YAML files under games and originals. 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 of a game

Simplest way to contribute is to fill in the template presented when you create a new issue. Even better if you edit the files in the games directory directly. Your changes will be submitted as a pull request. All games are validated against the rules in the schema/games.yaml validation file.

If you're adding a new clone/remake:

name:           string     # Name of clone/remake (required)
type:           string     # One of: remake, clone, similar, tool
originals:      array      # Name reference to original game(s) that this game remakes/clones
repo:           string     # Link to source code
url:            string     # Link to website
feed:           string     # Link to RSS/Atom feed
development:    enum       # One of: complete, very active, active, sporadic, halted
status:         enum       # One of: playable, semi-playable, unplayable
multiplayer:    enum       # Any of: Online, LAN, Split-screen, Co-op, Hotseat, Matchmaking
lang:           array      # List of programming languages used
framework:      array      # List of engines/tools used
license:        enum       # One of licenses listed in games schema
content:        string     # One of: commercial, free, open, swappable*
info:           string     # Miscellaneous notes about the game
updated:        string     # Date when game was added or updated
images:         array      # Link(s) to screenshot(s)
video:
  youtube:      string     # YouTube video ID
  vimeo:        number     # Vimeo video ID

# * free means no cost, open means liberally licensed

Add a reference to the original game

All the games listed need an original game they re-implement or clone. If there is no existing game entry in originals directory you can create a new entry for it by following the following format. All originals are validated against the rules in the schema/originals.yaml validation file.

- name:         string     # Name of the original game (required)
  names:        array      # Other names for the game, or other games in the series
  platform:     enum       # Game platform, i.e. Amiga. See platform in orginals schema
  meta:
    genre:      enum       # Any of genres in originals schema
    subgenre:   enum       # Any of subgenres in originals schema
    theme:      enum       # Any of themes in originals schema

External links to article about an original game

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']

Contributing

Pre-requisites

Install

Clone this repository and run inside the directory:

pipenv install

Building

Simply run the following to build the project into the _build directory.

pipenv run cyrax

License

See LICENSE

osgameclones's People

Contributors

wonea avatar piranha avatar nikuda avatar vsolovyov avatar cxong avatar mailaender avatar tzizi avatar hiradur avatar jg916 avatar carstene1ns avatar tukkek avatar neuromancer avatar hellcp avatar hhirsch avatar segrax avatar pehsa avatar guillemj avatar kparal avatar sengaya avatar reujab avatar drmccoy avatar supsuper avatar rohit-n avatar gecube avatar fosterhaven avatar dreadknight avatar gakowalski avatar ibpx avatar omniblade avatar absorber avatar

Watchers

Tadeusz Kurpiel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.