Difference between revisions of "The Serpentine Caves"

From RogueBasin
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{game-alpha| name = The Serpentine Caves
{{game-alpha| name = The Serpentine Caves
|developer = Chris Capobianco
|developer = [[User:ccapo|Chris Capobianco]]
|theme = Fantasy
|theme = Fantasy
|influences = Rogue, Nethack, Lost Labyrinth, Mission: Thunderbolt and Mission: Firestorm
|influences = [[Rogue]], [[Lost Labyrinth]]
|released = 2012-11-18
|released = 2012-11-18
|updated = 2012-11-20
|updated = 2012-11-20
|licensing = GPL
|licensing = GPL
|language = C++
|language = C++, libtcod
|platforms = Linux
|platforms = Linux
|interface = Tiles, FPS controls
|interface = Keyboard, Mouse
|length = 15 levels
|length = 15 levels
|site = https://bitbucket.org/ccapo/tsc
|site = https://bitbucket.org/ccapo/tsc
}}
}}
== Desription ==
== Desription ==
The Serpentine Caves is a simple tile-based, role-playing, rogue-like game with FPS controls. The game is written in C++ and makes use of the libtcod[http://doryen.eptalys.net] library, and should compile on most 32-bit and 64-bit Linux systems. The game also makes use of the FMOD sound library for the background music, which enhances the gaming experience.
The Serpentine Caves is a simple tile-based, role-playing, rogue-like game with FPS controls. The game is written in C++ and makes use of the [[libtcod]] library, and should compile on most 32-bit and 64-bit Linux systems. The game also makes use of the FMOD sound library for the background music, which enhances the gaming experience.


== Status ==
== Status ==
Currently only basic actions are implemented, while none of the the mini-bosses or the final boss have yet to be coded. The intended goal is to have a magic system that will enable the player to interact with the cave environment to add a sandbox element, which will be central to progressing through the game.
Currently only basic actions are implemented, the magic system has yet to be included and none of the the mini-bosses or the final boss have been coded yet. The intended goal is to have a magic system that will enable the player to interact with the cave environment to add a sandbox element, which will be central to progressing through the game.


== Concept ==
== Concept ==
The emphasis of the game is on exploration, tactical fighting and learning the art of how to run away effectively. Aside from the sandbox magic system, the only other unique features of the game are: permadeath (but the game is saved automatically when the player returns to the world map), and that dead creatures do not drop money. To gather enough money to buy items, buy equipment, rest at the inn or take a ferry to bypass the cave system, the player has to haul their hides to town to claim their a bounty.
The emphasis of the game is on exploration, tactical fighting and learning the art of how to run away effectively. Aside from the sandbox magic system, the only other unique features of the game are: permadeath (but the game is saved automatically when the player returns to the world map), and that dead creatures do not drop money.
 
To gather enough money to buy items or equipment, rest at the inn or take a ferry to an otherwise inaccessible town or temple, the player has to haul the creature hides to town to claim a bounty. There is also a simple economy in the game, so the prices and quantities of items will respond to the player's behaviour, and will also fluctuate in the absence of player interaction with the shopkeepers.
 
== Screenshots ==
More screenshots can be found in the screenshots folder in the repository.
 
https://bitbucket.org/ccapo/tsc/downloads/screenshot000.png
 
https://bitbucket.org/ccapo/tsc/downloads/screenshot002.png
 
https://bitbucket.org/ccapo/tsc/downloads/screenshot012.png

Latest revision as of 04:46, 22 March 2015

The Serpentine Caves
Alpha Project
Developer Chris Capobianco
Theme Fantasy
Influences Rogue, Lost Labyrinth
Released 2012-11-18
Updated 2012-11-20
Licensing GPL
P. Language C++, libtcod
Platforms Linux
Interface Keyboard, Mouse
Game Length 15 levels
Official site of The Serpentine Caves


Desription

The Serpentine Caves is a simple tile-based, role-playing, rogue-like game with FPS controls. The game is written in C++ and makes use of the libtcod library, and should compile on most 32-bit and 64-bit Linux systems. The game also makes use of the FMOD sound library for the background music, which enhances the gaming experience.

Status

Currently only basic actions are implemented, the magic system has yet to be included and none of the the mini-bosses or the final boss have been coded yet. The intended goal is to have a magic system that will enable the player to interact with the cave environment to add a sandbox element, which will be central to progressing through the game.

Concept

The emphasis of the game is on exploration, tactical fighting and learning the art of how to run away effectively. Aside from the sandbox magic system, the only other unique features of the game are: permadeath (but the game is saved automatically when the player returns to the world map), and that dead creatures do not drop money.

To gather enough money to buy items or equipment, rest at the inn or take a ferry to an otherwise inaccessible town or temple, the player has to haul the creature hides to town to claim a bounty. There is also a simple economy in the game, so the prices and quantities of items will respond to the player's behaviour, and will also fluctuate in the absence of player interaction with the shopkeepers.

Screenshots

More screenshots can be found in the screenshots folder in the repository.

screenshot000.png

screenshot002.png

screenshot012.png