doublebeta
Member
- Joined
- Jun 22, 2010
- Messages
- 194
I'll probably regret releasing this tomorrow...
But this is my RPG, which I intend to eventually finish.
the code sucks, the graphics suck, i suppose the gameplay sucks at the moment too.
The simple to fix thing that annoys me most is that the items are represented by bool flags. In fact my usage of bools annoys me, I should be using bit flags.
Uh, just don't complain about the code sucking, as i'm aware. run at your own risk.
if anyone can get it compiled for Windows, let me know, I run Linux and haven't been able to coax mingw32 to compile Windows code with SDL.
To compile, unzip the zip (it's zip for Windows users) to a directory, and type 'g++ game.c -o game -lSDL -lSDL_ttf -lSDL_image'. I don't know how you'd do it in windows, probably by navigating 10k windows.
Possibly NSFW dialog. Just a warning. NSFW = Not Safe For Work
EDIT: Didn't attach, I fail. Also, i assume the FreeMono font is free as in freedom??? Also i love the font...View attachment 444
But this is my RPG, which I intend to eventually finish.
the code sucks, the graphics suck, i suppose the gameplay sucks at the moment too.
The simple to fix thing that annoys me most is that the items are represented by bool flags. In fact my usage of bools annoys me, I should be using bit flags.
Uh, just don't complain about the code sucking, as i'm aware. run at your own risk.
if anyone can get it compiled for Windows, let me know, I run Linux and haven't been able to coax mingw32 to compile Windows code with SDL.
To compile, unzip the zip (it's zip for Windows users) to a directory, and type 'g++ game.c -o game -lSDL -lSDL_ttf -lSDL_image'. I don't know how you'd do it in windows, probably by navigating 10k windows.
Possibly NSFW dialog. Just a warning. NSFW = Not Safe For Work
EDIT: Didn't attach, I fail. Also, i assume the FreeMono font is free as in freedom??? Also i love the font...View attachment 444