From 09bc43a298bb77cf11f027771cbc6ffdd4f550c2 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 | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..6182ef9 --- /dev/null +++ b/README.txt @@ -0,0 +1,42 @@ +------------------------ +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