SummerProject2013 (also called sp13) is a roguelike very much in development yet.
sp13 uses Simple and Fast Multimedia Library version 2.0, and Microsoft Visual Studio or SCons http://www.scons.org/ for building.
From the project root do:
cd summerProject2013
scons # I usually add -j<number-of-cpu-cores> on this one
./sp13 # runs the game
See GNU/Linux, powershell and SCons worked the same way for me (thomassigurdsen) when I tried building it on an MS Windows machine.
It is apparently possible to build this sourcecode with Visual Studio, I (thomassigurdsen) haven't tried (I hear there is some fishy business with "release mode", but I don't know). TODO: write up this section.
See GNU/Linux, thomassigurdsen would assume it works with bash and SCons just as with Linux.
See summerProject/font/licensing.txt, summerProject/img/licensing.txt, and summerProject/music/licensing.txt
SummerProject2013 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
SummerProject2013 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with SummerProject2013. If not, see http://www.gnu.org/licenses/.