Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
devilsai-0.2.svn66-win.zip | 2012-11-21 | 11.9 MB | |
devilsai-0.2.svn66.tar.gz | 2012-11-21 | 8.2 MB | |
devilsai-0.2.svn64.tar.gz | 2012-08-30 | 7.5 MB | |
devilsai-0.2.svn64-win.zip | 2012-08-30 | 11.2 MB | |
readme.txt | 2012-06-03 | 1.4 kB | |
devilsai-0.2.svn63-win.zip | 2012-06-03 | 10.9 MB | |
devilsai-0.2.svn63.tar.gz | 2012-06-03 | 7.3 MB | |
devilsai-0.2.svn61-win.zip | 2012-05-17 | 10.8 MB | |
devilsai-0.2.svn61.tar.gz | 2012-05-17 | 7.2 MB | |
libsfml-2.0+git20120313.tar.gz | 2012-03-19 | 823.5 kB | |
devilsai-0.2.svn59-win.zip | 2012-03-19 | 10.3 MB | |
devilsai-0.2.svn59.tar.gz | 2012-03-19 | 6.7 MB | |
devilsai-0.2.svn57.tar.gz | 2012-01-04 | 6.6 MB | |
devilsai-0.2.svn57-win.zip | 2012-01-04 | 10.1 MB | |
libsfml_2.0+git20110722.tar.gz | 2011-09-03 | 805.6 kB | |
devilsai-0.2.svn53-win.zip | 2011-08-29 | 8.1 MB | |
devilsai-0.2.svn53.tar.gz | 2011-08-29 | 4.5 MB | |
devilsai-0.2.svn51-win.zip | 2011-08-18 | 7.9 MB | |
devilsai-0.2.svn51.tar.gz | 2011-08-18 | 4.3 MB | |
Totals: 19 Items | 135.2 MB | 0 |
Important Note: If you have ever used an older version than 0.2.svn59, you should delete the folder "save" (or ~/.DevilsAI for linux users) before installing a new one. =============== Devilsai ======== Devilsai is a Action Role-Playing Game written in C++ using the SFML library. You will fight monsters and devils through a fantastic world, while gaining experience and valuable objects such as weapons, shields or armor. Authors ------- Quentin Henriet. Download -------- You can get the latest release and the current development version on SourceForge : http://sourceforge.net/projects/devilsai Install ------- If you are using Microsoft Windows, just get the latest version (file devilsai-0.X.svnXX-win.zip), decompress it, and launch Devils.exe. If you want to compile from sources, see 'Compiling from sources'. Compiling from sources ---------------------- Devilsai requires the SFML library (>= 2.0+git20120313). You can download the recommended version of the library here. Just download libsfml-2.0+git20120313.tar.gz and follow the instruction on SFML website (http://sfml-dev.org) in order to compile the SFML library. You will need PhysicsFS too. The latest version can be downloaded from http://icculus.org/physfs/ Then download Devilsai and decompress the tarball archive, or use SVN to ckeckout the latest revision, and type : cd devilsai-0.X.svnXX ./configure make make install