Code
Some of my more useful code snippets or libraries that you can use. Some of them are just code I borrowed from others and changed more or less to do what I want. Feel free to download them if you have use for them!
Most of my code is for GL Basic.
- Mappy Loader - Loading tile-maps created with the great map utility Mappy and use in your games! (GL Basic)
- Bitmap fonts - with kerning (proportional spacing fonts) created by PeeJay and slightly modified by me to include colours and shadows
- DDgui - Grafical user interface adapted to use proportional fonts instead of fixed width font. Uses the DDgui that comes with GL-Basic together with the Bitmap font routines above.
- MIDI library - A little different Midi library for creating your own music in MIDI format with GLBasic.
- Online highscore - Simple game for showing how to make online score system with a signature check to make it harder to hack.
- Base64 Library - for using Base64 encoding for sending binary files over mail, URL and other protocols that can't handle binary.
Previous page: Worm - The classic
Next page: Tilemap loader
