All Projects → opengaming → Osgameclones

opengaming / Osgameclones

Licence: other
Open Source Clones of Popular Games

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Osgameclones

Warzone2100
Command the forces of The Project in a battle to rebuild the world after mankind has been nearly destroyed by nuclear missiles. A 100% free and open source real-time strategy game for Windows, macOS, Linux, BSD+
Stars: ✭ 2,094 (+86.3%)
Mutual labels:  games, open-source
Opendiablo2
An open source re-implementation of Diablo 2
Stars: ✭ 10,057 (+794.75%)
Mutual labels:  games, open-source
Redrunner
Red Runner, Awesome Platformer Game.
Stars: ✭ 414 (-63.17%)
Mutual labels:  games, open-source
Awesome Jsgames
A curated list of awesome JavaScript Games 🎮
Stars: ✭ 127 (-88.7%)
Mutual labels:  games, open-source
Cdogs Sdl
Classic overhead run-and-gun game
Stars: ✭ 422 (-62.46%)
Mutual labels:  games, open-source
Magictools
🎮 📝 A list of Game Development resources to make magic happen.
Stars: ✭ 8,853 (+687.63%)
Mutual labels:  games
Mojilist
🛍 Create shopping lists with emojis!
Stars: ✭ 60 (-94.66%)
Mutual labels:  open-source
Admin4b
Bootstrap 4 Admin Template
Stars: ✭ 58 (-94.84%)
Mutual labels:  open-source
Widescreenfixespack
Widescreen fixes for old games
Stars: ✭ 1,085 (-3.47%)
Mutual labels:  games
Webuild
📝 Robot-handpicked list of open events and open source for designers, developers and makers in Singapore
Stars: ✭ 62 (-94.48%)
Mutual labels:  open-source
Secuela Variable
Secuela Sans & Condensed - Variable Font OFL
Stars: ✭ 62 (-94.48%)
Mutual labels:  open-source
Openbikesharing
Shared bikes availability in your city
Stars: ✭ 59 (-94.75%)
Mutual labels:  open-source
Hiyapyco
HiYaPyCo - A Hierarchical Yaml Python Config
Stars: ✭ 58 (-94.84%)
Mutual labels:  open-source
Binda
Headless CMS based on Ruby on Rails
Stars: ✭ 60 (-94.66%)
Mutual labels:  open-source
Opensource.guide
📚 Community guides for open source creators
Stars: ✭ 9,460 (+741.64%)
Mutual labels:  open-source
Module 5 Open Research Software And Open Source
Module 5: Open Research Software and Open Source
Stars: ✭ 62 (-94.48%)
Mutual labels:  open-source
Auth0 Socketio Jwt
Authenticate socket.io incoming connections with JWTs
Stars: ✭ 1,093 (-2.76%)
Mutual labels:  open-source
Rnl
RNL - Realtime Network Library - The opensource reliable UDP network library
Stars: ✭ 59 (-94.75%)
Mutual labels:  games
Dsm Storybook Example Library
Stars: ✭ 62 (-94.48%)
Mutual labels:  open-source
Foss Android
List of free and open-source alternatives to proprietary Android apps.
Stars: ✭ 59 (-94.75%)
Mutual labels:  open-source

Open Source Game Clones

Build Status Netlify Status

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:        array      # List 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
  moddb:        number     # ModDB video ID
  indiedb:      number     # IndieDB 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
  external:                # One of the following external links is required
    website:    string     # URL of official website for the game
    wikipedia:  string     # Title of Wikipedia article for the game
  platform:     array      # Game platforms, 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

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.

make

License

See LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].