ongyx / teora-archive

Fan-made RPG based on GeoEXE's Gwain Saga - made with Bento and Ebiten

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teora

Fan-made RPG based on GeoEXE's Gwain Saga.

NOTE: This project is neither affiliated with nor endorsed by GeoEXE.

Building

Running make should build teora for the current (i.e native) platform.

If necessary, you can (re)build teora's assets with make bootstrap.

However, it is recommended to build teora in debug mode using make DEBUG=1 for now. Among other things, it adds a TPS counter and builds teora as a console app so logs appear in the console (on Windows).

CGo is required, but cross-compiling from Linux to Windows works out of the box; specify the windows Make target to compile for 64-bit Windows.

Notes

Teora uses the experimental Bento game engine, and therefore things may break at any time.

Credits

GeoEXE for creating Gwain Saga in the first place.

The following external resources are vendorised:

  • Hack: version 3.003

About

Fan-made RPG based on GeoEXE's Gwain Saga - made with Bento and Ebiten

License:MIT License


Languages

Language:Go 73.9%Language:Python 19.5%Language:Makefile 6.5%