Open Source Game Clones

repository·master·Indexed 25 days ago

https://github.com/opengaming/osgameclones

A database of games that are clones or remakes of original titles, featuring a structured catalog using YAML files and a web interface. Includes instructions for installation via Poetry, building the project, and deploying the server using Docker.

Tokens
324
Snippets
2
Records
5
Agent score
35%

What's inside osgameclones

  1. Run the server using Docker

    master

    To run the server in a Docker container, follow these two steps:

    1. Build the Docker image:
    make docker-build
    1. Run the server:
    make docker-run

    By default, the server is available at http://localhost:80. You can specify a custom port using the PORT environment variable.