Difference between revisions of "Incursion"

From RogueBasin
Jump to navigation Jump to search
(Bumped up the version to the new release)
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
|influences = [[Omega]], D20
|influences = [[Omega]], D20
|released = 2007 Jul 28
|released = 2007 Jul 28
|updated = 2014 December 23 (0.6.9Y15)
|updated = 2015 August 14 (0.6.9Y19)
|licensing = [[Freeware]]
|licensing = [[Freeware]]
|language = [[Cpp | C++ | IncursionScript]]
|language = [[Cpp | C++ | IncursionScript]]
|platforms = [[Windows]]
|platforms = [[Windows]]
|interface =  
|interface =
|length = 10-20 hours
|length = 10-20 hours
|site = https://bitbucket.org/rmtew/incursion-roguelike/
|site = http://incursion-roguelike.net
}}
}}


Line 39: Line 39:
The official released source code can easily built by following the instructions given in the release post.  Unfortunately, it is based on an old, unsupported version of [https://www.allegro.cc Allegro], which has been a source of many show-stopper bugs.
The official released source code can easily built by following the instructions given in the release post.  Unfortunately, it is based on an old, unsupported version of [https://www.allegro.cc Allegro], which has been a source of many show-stopper bugs.


The only fork of this source code can be found [https://bitbucket.org/rmtew/incursion-roguelike/ on bitbucket].  It has been modified to use [https://bitbucket.org/jice/libtcod libtcod], in place of Allegro, fixing many of the long time crash and interface bugs.
The only actively maintained and released version of Incursion can be found [https://bitbucket.org/rmtew/incursion-roguelike/ on bitbucket].  It has been modified to use [https://bitbucket.org/libtcod/libtcod libtcod], in place of Allegro, fixing many of the long time crash and interface bugs.


== External Links ==
== External Links ==


* [http://incursion.wikidot.com/ Incursion Wiki]
* [http://incursion.wikidot.com/ Incursion Wiki]
* [http://www.bay12forums.com/smf/index.php?topic=2668 Bay 12 forum thread]
* [http://www.bay12forums.com/smf/index.php?topic=2668 Bay 12 forum old thread]
* [http://www.bay12forums.com/smf/index.php?topic=139289.0 Bay 12 forum current thread]
* [http://forums.penny-arcade.com/showthread.php?t=31335 Penny Arcade forum thread]
* [http://forums.penny-arcade.com/showthread.php?t=31335 Penny Arcade forum thread]

Revision as of 04:23, 14 August 2015

Incursion
Beta Project
Developer Julian Mensch, Richard Tew
Theme Fantasy
Influences Omega, D20
Released 2007 Jul 28
Updated 2015 August 14 (0.6.9Y19)
Licensing Freeware
P. Language C++ | IncursionScript
Platforms Windows
Interface
Game Length 10-20 hours
Official site of Incursion


Introduction

Incursion: Halls of the Goblin King is a freeware roguelike game based on the mechanics of the d20 system, available under the Open Game License by Wizards of the Coast. The game boasts 9 races, 10 classes, 45 skills, and 18 choices of god (including no god), each requiring totally different strategies to be played effectively.

Gameplay Overview

Playability and Completeness

The game is unfinished, but complete enough to have an active playing community. It is currently maintained by someone other than its creator. Its source code has been released, so it is possible for other build upon the existing framework.

Further Information

History

According to the its creator, Incursion: Halls of the Goblin King was "a promo game for the upcoming roguelike epic Incursion: Return of the Forsaken", which would have featured overland map, multiple dungeons, towns, more prestige classes and other features. Return of the Forsaken was slated in the best case scenario for a release in the last quarter of 2011.

A detailed tech doc about the game is provided here. It could prove useful in roguelike development.

On 2013-04-14, its creator posted a proclamation that development on Incursion was finished--having moved on to other interests, he no longer had time or interest in maintaining the project. On 2014-03-16, after offers to maintain the codebase and fix the bugs, he posted to the Incursion Google group announcing the release of the source code for the last couple of released versions.

The Source Code

The official released source code can easily built by following the instructions given in the release post. Unfortunately, it is based on an old, unsupported version of Allegro, which has been a source of many show-stopper bugs.

The only actively maintained and released version of Incursion can be found on bitbucket. It has been modified to use libtcod, in place of Allegro, fixing many of the long time crash and interface bugs.

External Links