From dfc2358117878ec44f6e6e101ea45d497889d7aa Mon Sep 17 00:00:00 2001 From: Zack Buhman Date: Sat, 6 Dec 2025 13:17:20 -0600 Subject: [PATCH] add README.txt --- README.txt | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ ball.h | 0 2 files changed, 52 insertions(+) create mode 100644 README.txt delete mode 100644 ball.h diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..4aa49ce --- /dev/null +++ b/README.txt @@ -0,0 +1,52 @@ +------------------------ +Engineless Any% Speedrun +------------------------ + +https://purist.itch.io/engineless-any-percent-speedrun + +Contributors/Roles +================== + +- purist + * game designer + * 2D artist + * 3D artist + * shader artist + * programmer + +External assets/systems included in the binary release +====================================================== + +- Terminus Font : https://terminus-font.sourceforge.net/ + +- GLFW : https://www.glfw.org/ + +- GLAD : https://glad.dav1d.de/ + +Toolchain +========= + +- GCC : https://gcc.gnu.org/ + * C++ and C language frontends used + +- Make : https://www.gnu.org/software/make/ + * build system + +- GIMP : https://www.gimp.org/ + * used to create all .png files and most .data files + +- Blender : https://www.blender.org/ + * all 3D models (all .blend and .obj files) + +- Emacs : https://www.gnu.org/software/emacs/ + * used to create all text/source code + +- Python : https://www.python.org/ + * used for miscellaneous build-time tooling + +License +======= + +All code/assets in this repository are licensed under CC BY-NC-SA 4.0 + +https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en diff --git a/ball.h b/ball.h deleted file mode 100644 index e69de29..0000000