2H4U : Too Hard For You Code
Brought to you by:
insa_piwai
INTRODUCTION Thank you for downloading 2H4U v1.3. This program has been tested and built on Windows (XP SP2), Linux (Ubuntu Dapper Drake and Edgy Eft) and partialy on Mac Os X. COMPILATION Windows : The build version is given and is called 2H4U.exe. To rebuild, please install Code::Blocks IDE, and open 2H4U_win.cbp in the scripts folder. Then build the project (F9). You must have installed the librairies SDL, SDL_image, SDL_ttf and SDL_mixer in Code::blocks before building. Linux : Using a console, go to the scripts folder, and type "make". You must have installed the packages called libsdl1.2-dev, libsdl-image1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, using applications like Synaptic or apt-get. Mac OS : It should work the same way as Linux, using make (but it has not been tested yet). If the sound causes troubles, you may disable it before building, just uncomment //#define NO_SOUND_2H4U in the file sdl_includes.h. Please let us know of any successful building with any other OS, as well as the changes you may have done to the program. Please do not hesitate to tell us about any change brought to the game, in any field. AUTHORS This game was created by the team I4GOT MY BRAIN, between March and May 2006. We did it for an I4 project during our 2nd year of preparation cycle of INSA of Rouen (french school of engineering). I4GOT MY BRAIN, is composed of two members : Pierre Lagouge (developer) Pierre-Yves Ricau (Lead developer, designer and maintainer). LICENSE This program is released under the terms of the GNU General Public License, please read COPYING or COPYING.txt for further details. Engine.h et Engine.cpp files were created from a tutorial available here : http://gpwiki.org/index.php/SDL:Tutorials:Simple_Engine_Framework CONTACT You may contact us by mail, using the following adresses : Pierre Lagouge : pierre.lagouge@insa-rouen.fr Pierre-Yves Ricau : pierre-yves.ricau@insa-rouen.fr We would like to thank Kayl for the help he gave us in organizing the project, he really made 2H4U evolve. You may contact him at : kayl@kaylnet.com Also, many thanks to nxdev for the whole English translation of the help files, you may contact him at : xnoxios@yahoo.com The help pages were created using GeneeWeb : http://www.geneeweb.com email adress : admin@geneeweb.com (We are also 2 of the 4 members of GeneeWeb project). We did our best to write in a good english, but some mistakes may remain. Please do not hesitate to contact us and let us know about any change we should bring to this file.