Jantaro/hsrl
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Homestuck Roguelike, a project by Sam and Cal Stepanian.
Compile:
g++ -O2 -Wall -Wextra -std=c++0x -pedantic -lsfml-graphics -lsfml-window -lsfml-system hsrl.cpp -o hsrl
Dependencies:
SFML 1.6
libsfml-dev
gcc
TODO: find what other libraries are needed