DanScott posted: (14th Jul 2011 12:33 am)
the gameplay is a lot faster than the snake I made in pascal :L! Kinda difficult :X
I'll have to slow it down, especially since I made the play area smaller!
I can NOT get the fonts to work though. I followed the example exactly, even used their font, even ran the example and saw it work. When I use the same code though it crashes at
al_draw_textf(font, al_map_rgb(255, 0, 0), 10, 10, 0, "text");
edit - Figured it out! I wasn't including/initializing the image addon and its a bitmap font.
---
class EOSERV {
Programmer | Oldbie
Open source EO Client: https://github.com/ethanmoffat/EndlessClient
};