Behind it's interface with simple graphics and poor sound you can find and endless challenge where every game is different. It has a huge technology tree, huge maps and a huge amount of options to build your empire and interact with your opponents. I had never spent so much time in a single battle before.
Open source games usually lack all those small details that make the gameplay fun. The Battle for Wesnoth is not included in this category. All you may expect to be in a strategy game is here, and it gets even better with every new version. It is a must-play.
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: Freeciv
Very addictive
Behind it's interface with simple graphics and poor sound you can find and endless challenge where every game is different. It has a huge technology tree, huge maps and a huge amount of options to build your empire and interact with your opponents. I had never spent so much time in a single battle before.
Game: Battle for Wesnoth
Just play it
Open source games usually lack all those small details that make the gameplay fun. The Battle for Wesnoth is not included in this category. All you may expect to be in a strategy game is here, and it gets even better with every new version. It is a must-play.
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.