/yygarchive.org

Flask site that can search through an archive of old GameMaker games I procured

Primary LanguageHTMLMIT LicenseMIT

YoYo Games Sandbox Archive

A searchable archive of the old YoYo Games portal—check the site for more information on what it does.

It's a very simple a Flask project. For development I run it like so:

pip install -e .
FLASK_APP=app FLASK_ENV=development flask run