Linux
- You MUST remove SDLMain.h and SDLMain.m (those SDLMain files are only for OSX)
- SDL, SDL_image, and SDL_mixer libraries are required (probably available through your regular package manager)
- The following command will compile the game on most systems (run this in the src folder)
g++ -I /usr/include/SDL *.cpp -o rpgdemo -lSDL -lSDL_image -lSDL_mixer
- Move rpgdemo to the resources folder and run it from there
I've tested it and it successfully compiles and runs.
Game: Jed
Thanks for video, added
Thanks for video, added
Forum topic: REMIX THIS GAME!
Yes, I have a whole games
Yes, I have a whole games page at http://dto.github.com/notebook/games.html
And a new project at http://indiedb.com/games/void-mission
Game: Jed
Excellent game
Excellent game but not open source :(
Video demostration:
http://www.youtube.com/watch?v=XltdkDTttbs
Forum topic: REMIX THIS GAME!
Hmm, interesting idea, but
Hmm, interesting idea, but unfortunately I don't have free time to participate. But I hope others will do. BTW, are you planning making new games ?
Game: Frogatto & Friends
Just clocked it
Pretty cool, I hope they are making a sequel.
Game: FLARE
Thanks
I didn't see that README.
It compiles fine and looks quite promising. I am gonna keep an eye on this
Game: Frogatto & Friends
Nice retro plattform
Quite nice and light retro game. I like it!!
Game: FLARE
There's a README included in
There's a README included in src/ directory:
Linux
- You MUST remove SDLMain.h and SDLMain.m (those SDLMain files are only for OSX)
- SDL, SDL_image, and SDL_mixer libraries are required (probably available through your regular package manager)
- The following command will compile the game on most systems (run this in the src folder)
g++ -I /usr/include/SDL *.cpp -o rpgdemo -lSDL -lSDL_image -lSDL_mixer
- Move rpgdemo to the resources folder and run it from there
I've tested it and it successfully compiles and runs.
Game: FLARE
Help building
I have downloaded the source, but I don't see how I am I supposed to build it.
I can't see any makefile of configure or bootstrap or autogen in the source package
Game: Clonk Rage
Ok, I'll add it in the next
Ok, I'll add it in the next few days