From 5c021cfd9c27c30abc174295f326a56b5618d54a Mon Sep 17 00:00:00 2001 From: alepulver Date: Tue, 27 Feb 2007 14:10:57 +0000 Subject: Battle for Mandicor is a free (as in freedom) real time strategy game using the Stratagus game engine. Stratagus is a free cross-platform RTS (Real Time Strategy) game engine written in C, and scripted with Lua. Stratagus has been used for many games, Battle for Mandicor being one of them. The fantasy world called Mandicor is much like Tolkien's Middle-Earth and has a long history. Though not yet finished, a player can control four races in game; dwarves, gnomes, humans, and goblins. Each has advantages and disadvantages within the game. While playing, you need to collect resources, train large armies, and research items in order to create a more powerful society and defeat the enemy. Campaigns, yet to be finished, will be based upon a long and interesting history. WWW: http://www.mandicor.org/ --- games/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/Makefile') diff --git a/games/Makefile b/games/Makefile index 6e49c4a07c5c..fa599327853b 100644 --- a/games/Makefile +++ b/games/Makefile @@ -63,6 +63,7 @@ SUBDIR += bastet SUBDIR += battalion SUBDIR += battleball + SUBDIR += bfm SUBDIR += biloba SUBDIR += biorythm SUBDIR += bitefusion -- cgit