Difference between revisions of "CrashRun"

From RogueBasin
Jump to navigation Jump to search
(Added a link to the github repo for crashrun.)
(Updated text to current version.)
Line 4: Line 4:
|influences = Angband, Nethack (in terms of RLs I play a lot)
|influences = Angband, Nethack (in terms of RLs I play a lot)
|released = 2008 May 24
|released = 2008 May 24
|updated = 2009 January 31
|updated = 2010 March 21
|licensing = GNU GPL
|licensing = GNU GPL
|language = [[Python]] + [[SDL]] ([[Pygame]])
|language = [[Python]] + [[SDL]] ([[Pygame]])
Line 15: Line 15:
'''crashRun''' started off as an entry in the [[Orange October Minigun 7DRL Contest 2006]].  Or rather, Orange October was an excuse to begin work on it.
'''crashRun''' started off as an entry in the [[Orange October Minigun 7DRL Contest 2006]].  Or rather, Orange October was an excuse to begin work on it.


The most recent version is 0.3.0.
The most recent version is 0.4.0.


The player controls a crash runner - a sort of combination of hacker and saboteur - who is tasked with infiltrating an abandoned military complex in order to destroy an AI that has gone rogue and is threatening to destroy humankind.  Oh, and the player has only a limited time to complete his mission before the Department of Defense will nuke the complex from orbit.
The player controls a crash runner - a sort of combination of hacker and saboteur - who is tasked with infiltrating an abandoned military complex in order to destroy an AI that has gone rogue and is threatening to destroy humankind.  Oh, and the player has only a limited time to complete his mission before the Department of Defense will nuke the complex from orbit.

Revision as of 09:21, 21 March 2010

crashRun
Alpha Project
Developer ywg.dana
Theme cyberpunk
Influences Angband, Nethack (in terms of RLs I play a lot)
Released 2008 May 24
Updated 2010 March 21
Licensing GNU GPL
P. Language Python + SDL (Pygame)
Platforms Multi-platform
Interface ASCII
Game Length Short-ish
Official site of crashRun


crashRun started off as an entry in the Orange October Minigun 7DRL Contest 2006. Or rather, Orange October was an excuse to begin work on it.

The most recent version is 0.4.0.

The player controls a crash runner - a sort of combination of hacker and saboteur - who is tasked with infiltrating an abandoned military complex in order to destroy an AI that has gone rogue and is threatening to destroy humankind. Oh, and the player has only a limited time to complete his mission before the Department of Defense will nuke the complex from orbit.

crashRun is based off code written originally for Wa, but is far smaller in scope (and less intimidating for the devloper...).

crashRun is implemented in Python, and uses Pygame for its interface.

The source code for crashRun is hosted on github.