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

congusbongus 78edcffdc4 Update soldank 6 dagen geleden
.github a9dd0205e4 Save PR number in output 1 maand geleden
games 78edcffdc4 Update soldank 1 dag geleden
originals 01fe1d8bfd Add CTR (fixes #3052) 4 dagen geleden
schema 0b65b39f52 Add moonstone, make status required and tools N/A (fixes #2845) (#2847) 5 maanden geleden
scripts 28af3b9622 Add hypersomnia 5 maanden geleden
static 9b0f5ad077 Change updated badge colour 9 maanden geleden
templates d694d067ad Update copyright year 2024 11 maanden geleden
.dockerignore 2c80cf1a92 try to switch to regular dockerfile 10 jaren geleden
.gitignore 4db5c0c48f ignore Visual Studio generated files 5 jaren geleden
.yamllint.yml fb10ec2b44 Fix yaml indenting, key duplicates (fixes #1809) 2 jaren geleden
CHECKS 3b53a48fd0 dokku CHECKS 10 jaren geleden
Dockerfile 073059360f Update nginx (#2892) 4 maanden geleden
LICENSE 8204a5feef License formatting fix 8 jaren geleden
Makefile fa89ab87a9 Update poetry to version 2 5 maanden geleden
README.md 365a50bc55 Update link to HTTPS 2 jaren geleden
_ext.py 36e8112cdb Render codeberg stars badge 2 weken geleden
feed.xml 155ead4d03 Escape name also in <summary> tag in feed, fixes #3013 1 maand geleden
game.html 45dca37c06 Add add game link to game pages (fixes #1662) 3 jaren geleden
index.html a55f6b111a Limit new/updated games to 10 4 dagen geleden
poetry.lock dcf398f45f Bump urllib3 from 2.3.0 to 2.5.0 1 week geleden
pyproject.toml 9011900467 Update mkxp, check and suggest framework in py #2945 1 maand geleden
render.py 3d959e3c48 Python 3.12 (fixes #2336) 1 jaar geleden
vhost.conf 90b5fb8bd1 fix dockerfile for new dokku 9 jaren geleden

README.md

Open Source Game Clones

Build and Deploy

This is the source of https://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