Difference between revisions of "The Test of Inn"

From RogueBasin
Jump to navigation Jump to search
(Created page with 'A coffee-break under-development Roguelike game written in C. == Features == In this game you can easily add/edit any enemy and item you want, by editing the items.txt and enem…')
 
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A coffee-break under-development Roguelike game written in C.
{{game-beta|name = The Test of Inn
 
|developer = [[Lefteris Hatzipetros]]
|theme =
|influences = Elder Scrolls
|released = 2009
|updated = May 8, 2010 (0.1.5)
|licensing =
|language = [[C]]
|platforms = [[Windows]]
|interface = [[Keyboard]],[[ASCII]]
|length = short
|site = http://users.auth.gr/ekchatzi/
}}
A coffee-break real-time Roguelike game written in C.
The game as of now takes place in an endless dungeon.
== Features ==
== Features ==
You can add/edit any enemy you want, by editing enemies.txt files.
You can choose your char and color when starting a new game, as well as the color of menus/backgrounds/messages via the Settings menu.


In this game you can easily add/edit any enemy and item you want, by editing the items.txt and enemies.txt files.
Time is ticking by the time you start the game and is not depended by the time you play.Npcs and the players have the same characteristics.That allows fully equiped,fully lootable(under development) and fully customizable npcs to be easily implemented in the future.Player and npcs share the same targeting system ,so npcs now fight other npcs as you play based on their family.Characters that died in past games are now propable of coming back as ghosts.Basic Creature generator added. The game also features a basic ranged combat system.
In contrast to most roguelikes ,you can choose your char and color when starting a new game ,as well as the color of menus/backgrounds/messages via the Settings menu.You can also load a specific level by using a seed.




== Features to come ==
== Features to come ==


 
- Project is abandoned
-More Level Generators(only 3 so far)
 
-Effect Panels (elemental panels,traps,etc)
 
-Ranged Combat system
 
-Better Inventory Menu and Item Features
 
-Shops
 
-Point System
 
-Not so always aggresive enemies
 
-Custom Personalities
 
-Point allocation on level up
 
-Bonuses for achievements
 
-Time/move driven events

Latest revision as of 16:30, 11 December 2010

The Test of Inn
Beta Project
Developer Lefteris Hatzipetros
Theme
Influences Elder Scrolls
Released 2009
Updated May 8, 2010 (0.1.5)
Licensing
P. Language C
Platforms Windows
Interface Keyboard,ASCII
Game Length short
Official site of The Test of Inn


A coffee-break real-time Roguelike game written in C. The game as of now takes place in an endless dungeon.

Features

You can add/edit any enemy you want, by editing enemies.txt files. You can choose your char and color when starting a new game, as well as the color of menus/backgrounds/messages via the Settings menu.

Time is ticking by the time you start the game and is not depended by the time you play.Npcs and the players have the same characteristics.That allows fully equiped,fully lootable(under development) and fully customizable npcs to be easily implemented in the future.Player and npcs share the same targeting system ,so npcs now fight other npcs as you play based on their family.Characters that died in past games are now propable of coming back as ghosts.Basic Creature generator added. The game also features a basic ranged combat system.


Features to come

- Project is abandoned