/Random_Door_Dungeon

This is a repo where I store my game for the Brackeys GJ 2024

Primary LanguageC++GNU General Public License v3.0GPL-3.0

brackeysGJ2024

This is a repo where I store my game for the Brackeys GJ 2024

To run is use:

$ g++ -c *.c++ && g++ *.o -o Random_Door_Dungeon.out -lsfml-graphics -lsfml-window -lsfml-system && Random_Door_Dungeon.out

Check out SFML and Linux for more information.