From e6f1a22fe1718dfd94e2a1fc7fbdfb56a58b100d Mon Sep 17 00:00:00 2001 From: hkc Date: Thu, 13 Oct 2022 23:56:25 +0300 Subject: [PATCH] Added README or something --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..7ec3498 --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +Requirements: raylib and unscii font +raylib can be installed from official repositories on Arch, idk about others +Check https://github.com/raysan5/raylib + +unscii font should be places here. you can download it from here: +http://viznut.fi/unscii/unscii-16.ttf + +in short: + doas pacman -S raylib && wget http://viznut.fi/unscii/unscii-16.ttf && make clean all run