TABLE OF CONTENTS Introduction License Compiling Meeting the rules How to play |
INTRODUCTION - Back to top Thank you for trying out Bamboozle Machinae! All of what you can find inside this archive was created in less than 72 hours for a competition called Speedhack (where the goal is to produce something which abides to the random rules in less than 72 hours). Speedhack site: http://www.speedhack.allegro.cc This year's (2003) rules were: - 3D elements System requirements: - a 3D acceleratorThis product (code + music) was created by Inphernic (http://edu.kauhajoki.fi/~juipe). Big thanks go to another contestant, Timorg, for the Mandelbrot fractal routine! |
LICENSE - Back to top This product is open-source and free, and you can use and modify the code in any way you see fit (provided that you can actually make some sense out of that mess :D). This program is provided as-is, and I cannot be held responsible for anything that happens. You take all responsibility for your actions. |
COMPILING - Back to top This C code compiles at least on a Windows platform (using MingW, http://www.mingw.org), and I can't see any reason why it wouldn't compile on others (except for the possible OpenGL libraries on other platforms). You will need the Allegro (http://alleg.sf.net) and AllegroGL (http://allegrogl.sf.net) libraries though. An example commandline compile (I can compile this using the line below): gcc main.c -lagl -lalleg -luser32 -lgdi32 -lopengl32 -lglu32 -o main.exe The midi files included are not necessary for operation, and you can also replace them with your own. There is a make.bat for Windows included in the source directory. It assumes that the compiler is set up properly and all the required libraries are installed. |
MEETING THE RULES - Back to top 3D elements: Play the game and you'll see! :)Easter egg: The easter egg can be found by starting the executable like this:"Helping others": The game includes a pictorial how-to-play guide, which are reading right now! :)Fractal: The star-like figure displayed in the main menu and some other places and Mandelbrot in the highscore list (again, thanks go to Timorg, just playing safe in case the star doesn't qualify ;)) |
HOW TO PLAY - Back to top Main menu: Select the item you want with ARROW KEYS and press ENTER to select.In-game:
Entering highscore: Type the name you want on the highscore list and press ENTER. |