*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* *-*-*-* Chris Pedersens Minigolf Engine *-*-*-* *-*-*-* ReadMe File *-*-*-* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -(00)--------------- Index -------------------- (00).......................Index (01)..................How To Run (02)........Playing Other Levels (03)....................Controls -(01)------------ How To Run ------------------ The game can be run by executing the MinigolfEngineNew.exe file. If you are unable to run it, it might be because you are missing the glut32.dll file. In that case you will need to put the glut32.dll file in the same directory or the system32 folder in the windows directories. It might be possible that the engine so far will not run under a 64 bit system, especially since the glut32.dll is a 32bit library. The engine comes with a default level, and this level file must be present in the same folder as the exe file, if you are not specifying another level as input. -(02)------- Playing Other Levels ------------- To play a different level than the default provided, you simply have to specify the level file name in an argument following the exe file when running it. For example if you want to run a level called 'Tower.txt', you have to run the exe through a command prompt with the following command: MinigolfEngineNew.exe "Tower.txt" Alternatively you could specify it in an X shortcut. -(03)------------- Controls ------------------- The controls are quite simple as of now and you cant make any "advanced" movement. This means that controls are strictly keyboard movement for now. It is also not possible to tilt the camera upwards or downwards yet, however below is a list of accepted commands: KEY UP - Moves the camera forward KEY DOWN - Moves the camera backward KEY LEFT - Turns the camera to the left KEY RIGHT - Turns the camera to the right KEY PG UP - Moves the camera vertically up KEY PG DOWN - Moves the camera vertically down