2026-03-01 17:41:15 +01:00
2026-03-01 17:41:15 +01:00

Evolve Die Repeat TODO: The name is a work in progress

This is currently quite empty.

C++ setup

From anywhere in proejct:

git submodule update --init --recursive

In thirdparty:

godot --headless --dump-extension-api

To compile the cpp extension, run this from thirdparty/godot-cpp:

scons platform=linux target=template_debug generate_bindings=yes custom_api_file=../extension_api.json -j8

Finally, to compile and extern local .cpp files, run this from thirdparty:

scons platform=linux target=template_debug -j8
Description
Code and assets for a video game which is loosely based on Spore by EA.
Readme 6.3 MiB