Difference between revisions of "Interhack"

From RogueBasin
Jump to navigation Jump to search
m
Line 1: Line 1:
{{game-alpha| name = Interhack
{{game-alpha| name = Interhack
|developer =  
|developer = Nathan Daniels
|theme =  
|theme =  
|influences = [[Nethack]]
|influences = [[Nethack]]
Line 8: Line 8:
|language = [[Cpp|C++]]
|language = [[Cpp|C++]]
|platforms = Currently [[Unix|*nix]]
|platforms = Currently [[Unix|*nix]]
|interface =  
|interface = Plugin based
|site =  
|site =  
|length =  
|length =  
Line 15: Line 15:
What are you looking for? Rabbits? Or something Bigger?
What are you looking for? Rabbits? Or something Bigger?


10,277
Requirements: glibmm - selected as it has been ported to Unix/Linux, Windows and Mac OS X.


Fully turn based, multi player.
11,372 lines of C++ and growing fast...
 
Interhack is a fully turn based, multiplayer roguelike game. There is no real time movement. There is no Sureal Time. It uses a core game engine with plugins, allowing others to develop custom plugins. This also allows each server running Interhack to have custom plugins the player does not know about.
 
Interhack currently supports the following plugins:
* Interfaces: ansi (working), gtkmm (partial), curses (basic)
* Magic: basic attack, healing, digging, identify, magic mapping, teleport, speed, confusion, wishing
* Objects: gold, potions, scrolls, spellbooks, wands, rings (basic)
* Monsters: gridbugs, rodents
* MonsterAI: bot, gridbug
* Players: wizard, bot
* Levels: normal, cavern, maze
* Rooms: simple

Revision as of 09:30, 3 August 2009

Interhack
Alpha Project
Developer Nathan Daniels
Theme
Influences Nethack
Released Sep 03, 2000 (1.0.1)
Updated July 28, 2009 (2.1.4)
Licensing GPL
P. Language C++
Platforms Currently *nix
Interface Plugin based
Game Length
[ Official site of Interhack]


What are you looking for? Rabbits? Or something Bigger?

Requirements: glibmm - selected as it has been ported to Unix/Linux, Windows and Mac OS X.

11,372 lines of C++ and growing fast...

Interhack is a fully turn based, multiplayer roguelike game. There is no real time movement. There is no Sureal Time. It uses a core game engine with plugins, allowing others to develop custom plugins. This also allows each server running Interhack to have custom plugins the player does not know about.

Interhack currently supports the following plugins:

  • Interfaces: ansi (working), gtkmm (partial), curses (basic)
  • Magic: basic attack, healing, digging, identify, magic mapping, teleport, speed, confusion, wishing
  • Objects: gold, potions, scrolls, spellbooks, wands, rings (basic)
  • Monsters: gridbugs, rodents
  • MonsterAI: bot, gridbug
  • Players: wizard, bot
  • Levels: normal, cavern, maze
  • Rooms: simple