Open Source Clones of Popular Games http://osgameclones.com/

Cong c358f1f6c7 Add zork grand inquisitor #1818 před 1 rokem
.github fb7f4df08c Update setup-python, cache poetry #1802 (#1834) před 2 roky
games c358f1f6c7 Add zork grand inquisitor #1818 před 1 rokem
originals c358f1f6c7 Add zork grand inquisitor #1818 před 1 rokem
schema 988245320e Add scummvm scraper #1818 před 1 rokem
scripts 988245320e Add scummvm scraper #1818 před 1 rokem
static b4fc5f2d05 Fix duplicates shown in counts (fixes #1779) před 1 rokem
templates d4a1a8a229 fontawesome 6 (fixes #1786) před 2 roky
.dockerignore 2c80cf1a92 try to switch to regular dockerfile před 9 roky
.gitignore 4db5c0c48f ignore Visual Studio generated files před 4 roky
.nvmrc 4a858df5fb Update status and http images for v games (#1984) před 1 rokem
.yamllint.yml fb10ec2b44 Fix yaml indenting, key duplicates (fixes #1809) před 2 roky
CHECKS 3b53a48fd0 dokku CHECKS před 9 roky
Dockerfile 1e0d5a75d5 add dockerfile to use poetry před 2 roky
LICENSE 8204a5feef License formatting fix před 8 roky
Makefile 0d0da00a0a Update Makefile před 2 roky
README.md 00ba43054c Remove yaml schema from readme před 2 roky
_ext.py 161d7340e4 Make status required #1165 před 1 rokem
dangerfile.js bcb1de633d Update http images for u, w games #1642 (#2059) před 1 rokem
feed.xml 5150892222 Escape html in feed (fixes #1991) před 1 rokem
game.html 45dca37c06 Add add game link to game pages (fixes #1662) před 2 roky
index.html d7aa02e5ec Replace games on github (fixes #1912) před 1 rokem
package.json f98e04720e Upgrade danger před 1 rokem
poetry.lock 046592ff3e yamllint #1809 (#1823) před 2 roky
pyproject.toml 046592ff3e yamllint #1809 (#1823) před 2 roky
render.py 5150892222 Escape html in feed (fixes #1991) před 1 rokem
runtime.txt bc9a3c8f17 switch to poetry před 3 roky
vhost.conf 90b5fb8bd1 fix dockerfile for new dokku před 8 roky
yarn.lock 0080518be2 Bump http-cache-semantics from 4.1.0 to 4.1.1 před 1 rokem

README.md

Open Source Game Clones

Build and Deploy 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

Fill in the game form 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.

Add a reference to the original game

Fill in the add original form. 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.

Contributing

Pre-requisites

Install

Clone this repository and run inside the directory:

poetry install

Building

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

make

Running the server with Docker

You must first build a Docker image

make docker-build

After building the docker image, run the server with Docker

make docker-run

The server will be available at http://localhost:80, you can choose the port with the PORT variable.

# The server will be available at http://localhost:3000
make docker-run PORT=3000

License

See LICENSE