Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 673 Bytes

File metadata and controls

20 lines (11 loc) · 673 Bytes

Civil's Game Repository

Civil's own game repo containing over 5k HTML5-first games pre-scraped from CrazyGames & Poki and rewritten. Also contains an http server for hosting this as a CDN.

Important

For most users it is not desired to build over 5,000 games by yourself. If you are one of these people, go to the output branch in this repo.

Building yourself:

Prerequisites:

  • uv installed and ruff if you want to contribute

Steps:

Run uv pip install .

Run uv run setup_games.py (the big part, will take around 20 minutes on an ASUS Rog Zephyrus G14)

Run uv run api_server.py