Turious
Turn Based Strategy Game
Turious is a turn based strategy game, there are 3 versions available for download:
- Turious 0.1 is the original text-mode only version.
- Turious 0.2 is a basic graphical (SDL) version. This is the current stable release.
- Turious 0.3 is a more involved graphical multiplayer online version. This version is currently in development, and is in an early, but playable, state.
Turious on IRC: irc.freenode.net:6667 #turious
The current stable version is 0.2
Like my software? PLEASE DONATE so I can keep working on it.
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 Added Features in 0.3: dynamically generated maps 4 modes of gameplay (Campaign and Open World, in both RTS and TBS formats) Online Multiplayer
Screenshot of Turious 0.2:
Screenshot of Turious 0.3 alpha builds:
Note that 0.2 installers need to be run as root - 0.3 installers can be run as any user.
Download 0.1:
- source (21.6KB | downloads: 325)
Download 0.2:
- source (4.4MB | downloads: 646)
- Linux x86 installer (4.9MB | downloads: 1128)
- Linux x86_64 installer (4.8MB | downloads: 548)
Download 0.3alpha5:
The source below is for Turious 0.2.
SourceView for Turious
Source Tree
File Contents
build
Makefile
sounds
menu.wav
battle.wav
gavel.wav
win.wav
horn.wav
src
player
player.c
Makefile
ai
ai.c
Makefile
inc
sdl.h
engine.h
player.h
output.h
ai.h
game.h
turiouslib.h
menu.h
game
game.c
Makefile
output.c
engine
engine.c
Makefile
sdl
sdl_init.c
sdl_game.c
Makefile
sdl_play.c
sdl_menus.c
lib
main.c
Makefile
menus
optionsmenu.c
helpmenu.c
Makefile
mainmenu.c
main.c
images
game_bg.xcf
player_icon.png
igm_bg.xcf
village_centre.png
player_icon.xcf
loading.png
player_lost.png
igm_bg.png
king.xcf
game_bg.png
farms.png
background.png
end_turn.png
barracks.png
loading.xcf
background.xcf
Makefile.inc
README
LICENSE
Makefile
Dynamix SourceView
Choose a file for viewing from the left


