Turious
Turn Based Strategy Game
Turious is a turn based strategy game, there are 4 versions available for download:
- The original text-mode only version.
- A graphical (SDL) version, this has enhanced gameplay, more unit classes, full graphics and sound. This requires my TSDL library, which is available for download on this site.
- Binary installers for the graphical version, these include TSDL, and are available for both 32bit and 64bit Linux systems
- The latest development snapshot - usually unstable and/or incomplete.
Turious on IRC: irc.freenode.net:6667 #turious
The current stable version is 0.2
Download: Turious installer (4.9MB | downloads: 117)
Download: Turious installer - x86_64 (4.8MB | downloads: 58)
Note that installers need to be run as root - source downloads are at the bottom of the page.
FEATURES: 3 classes of soldier 3 classes of civilian 3 levels of difficulty (setable from the options menu) up to 5 ai enemies (setable from the options menu - although if you feel like editing the makefile.inc you can up this to however many you want) some basic in-game help
Screenshots of Turious 0.2 release candidates:

The source below is for the TSDL version of Turious.
SourceView for Turious
Source Tree
File Contents
images
player_lost.png
village_centre.png
barracks.png
end_turn.png
background.xcf
player_icon.png
loading.png
king.xcf
loading.xcf
game_bg.xcf
farms.png
background.png
game_bg.png
igm_bg.xcf
player_icon.xcf
igm_bg.png
build
Makefile
src
inc
sdl.h
ai.h
menu.h
turiouslib.h
output.h
player.h
engine.h
game.h
sdl
sdl_game.c
sdl_menus.c
Makefile
sdl_init.c
sdl_play.c
ai
ai.c
Makefile
lib
main.c
Makefile
menus
optionsmenu.c
mainmenu.c
helpmenu.c
Makefile
game
output.c
game.c
Makefile
engine
engine.c
Makefile
player
player.c
Makefile
main.c
sounds
battle.wav
gavel.wav
win.wav
horn.wav
menu.wav
README
LICENSE
Makefile
Makefile.inc
Dynamix SourceView
Choose a file for viewing from the left
Download Source: Turious 0.2 (4.4MB | downloads: 114)
Download Source: Turious dev snapshot (4.4MB | downloads: 61)
Download Source: Turious - text mode (21.6KB | downloads: 54)