From 3599baea22764497cb20d182cedf9056cf3974d8 Mon Sep 17 00:00:00 2001 From: shweet Date: Thu, 29 Aug 2024 18:10:16 -0400 Subject: [PATCH] readme --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..51c1114 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Frillrun + +My entry for the 2024 WeightGaming Gain Jam. Action game where you collect stuff while random events occur. + +## Build + +### Dependencies + + - SDL2 + - SDL_image + - SDL_mixer + - SDL_ttf + - GLEW + +### Linux + +This repository uses CMake to compile, so: + +`mkdir build` + +`cd build` + +`cmake ..` + +`make` + +### Windows + +I used MinGW for the Windows build, so basically the same as Linux but you'll need to use MSYS, MinGW, etc. to compile it.