Difference between revisions of "ExploringTheBleak"
m |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|theme = Fantasy | |theme = Fantasy | ||
|influences = [[NetHack]] | |influences = [[NetHack]] | ||
|released = 2010 Sep 19th | |released = 2010 Sep 19th | ||
|updated = | |relver = RC 1 | ||
|updated = 2011 Jan 10th | |||
|updver = RC 2.4 | |||
|licensing = [[Open source]], GPL v3 | |licensing = [[Open source]], GPL v3 | ||
|language = [[VB.NET|Visual Basic .NET]] | |language = [[VB.NET|Visual Basic .NET]] | ||
Line 10: | Line 12: | ||
|interface = [[ASCII]], [[Keyboard]], [[Mouse]] | |interface = [[ASCII]], [[Keyboard]], [[Mouse]] | ||
|length = Coffee Break | |length = Coffee Break | ||
|site = https:// | |site = https://github.com/5v3nd0ttg/ExploringTheBleak/releases | ||
}} | }} | ||
=ETB= | =ETB= | ||
Exploring The Bleak is a Graphical Roguelike videogame created by Nathaniel Inman of The Other Experiment Studio. ETB was released on September 19th 2010 for ARRP, or the Annual Roguelike Release Party. The project was original released as closed source, but is now available in open source as of ETB RC2 (November 10th). Information on the project and other projects by Nathaniel Inman or TOES respectively can be accessed at it's [http://www. | Exploring The Bleak is a Graphical Roguelike videogame created by Nathaniel Inman of The Other Experiment Studio. ETB was released on September 19th 2010 for ARRP, or the Annual Roguelike Release Party. The project was original released as closed source, but is now available in open source as of ETB RC2 (November 10th). Information on the project and other projects by Nathaniel Inman or TOES respectively can be accessed at it's [http://www.theoestudio.com homepage]. | ||
==Current Features== | ==Current Features== | ||
* Randomly Generated Dungeons ( | * Randomly Generated Dungeons (4 Presets : Ruins, Dungeon, Tunnels, & Ordinal Tunnels) | ||
* 10 Dungeon Graphical Tilesets | * 10 Dungeon Graphical Tilesets | ||
* 10 Simple Creatures | * 10 Simple Creatures | ||
Line 22: | Line 24: | ||
* Top Scores List | * Top Scores List | ||
* A Very Simple, Beatable Game. | * A Very Simple, Beatable Game. | ||
http://i282.photobucket.com/albums/kk243/p03tic5ickn355/ | http://i282.photobucket.com/albums/kk243/p03tic5ickn355/Exploring%20The%20Bleak/examplewaters.png | ||
http://i282.photobucket.com/albums/kk243/p03tic5ickn355/ | http://i282.photobucket.com/albums/kk243/p03tic5ickn355/Exploring%20The%20Bleak/exampleices.png | ||
http://i282.photobucket.com/albums/kk243/p03tic5ickn355/Exploring%20The%20Bleak/examplelavas.png | |||
==How To Play== | ==How To Play== | ||
Delve into the depths of the dungeons to retrieve the Everspark. In order to level up you kill enemies by walking into them. Strength makes your regular attacks stronger. Dexterity gives you the chance to dodge attacks. Constitution gives you damage reduction on all attacks. Wisdom gives you more points when you level to increase stats. Intelligence increases your skill damage. Luck increases the amount of loot that you find. Charisma increases the chance to cause enemies to flee. | Delve into the depths of the dungeons to retrieve the Everspark. In order to level up you kill enemies by walking into them. Strength makes your regular attacks stronger. Dexterity gives you the chance to dodge attacks. Constitution gives you damage reduction on all attacks. Wisdom gives you more points when you level to increase stats. Intelligence increases your skill damage. Luck increases the amount of loot that you find. Charisma increases the chance to cause enemies to flee. | ||
There is a | There is a class skills list available at the local wiki [http://code.google.com/p/exploringthebleak/wiki/ClassSkills here]. | ||
==Controls== | ==Controls== | ||
* 'p' or 't' picks up items. | * 'p' or 't' picks up items. | ||
* 'i' shows your inventory. | * 'i' shows your inventory. | ||
* '5' on the num pad waits a turn and allows you to heal | * '?' or 'h' shows and hides this help. | ||
* '1' is your primary skill | * '5' on the num pad waits a turn and allows you to heal 1HP/1WP. | ||
* '2' is your secondary skill | * '1' is your primary skill | ||
* '3' is your support skill. | * '2' is your secondary skill | ||
* '>' goes down stairs | * '3' is your support skill | ||
* '<' goes up stairs. | |||
* '>' goes down stairs. | |||
* 'f1' shows the high scores. | * 'f1' shows the high scores. | ||
* 'f2' shows your character stats. | * 'f2' shows your character stats. | ||
* 'f3' shows or hides the activity | * 'f3' shows or hides the activity log. | ||
* 'f4' exits game and restarts character creation. | |||
* 'f5' enables graphical mode. | |||
* 'f6' enables ascii mode. | |||
* 'f7' turns on image filtering. | |||
* 'f8' turns off image filtering. | |||
==VB.NET Source Code== | ==VB.NET Source Code== | ||
Line 53: | Line 58: | ||
==Free/Open Source Licensing== | ==Free/Open Source Licensing== | ||
All source code to the game is GNU GPL v3, but all artwork is copyrighted to Nathaniel Inman (and not GPLv3). Permission may be granted to use artwork of the game by only Nathaniel Inman himself either in person or in writing to his email address available on | All source code to the game is GNU GPL v3, but all artwork is copyrighted to Nathaniel Inman (and not GPLv3). Permission may be granted to use artwork of the game by only Nathaniel Inman himself either in person or in writing to his email address available on TOES [http://www.theoestudio.com homepage]. |
Latest revision as of 03:15, 5 May 2014
Exploring The Bleak | |
---|---|
Stable game | |
Developer | Nathaniel Inman |
Theme | Fantasy |
Influences | NetHack |
Released | 2010 Sep 19th (RC 1) |
Updated | 2011 Jan 10th (RC 2.4) |
Licensing | Open source, GPL v3 |
P. Language | Visual Basic .NET |
Platforms | Windows GUI |
Interface | ASCII, Keyboard, Mouse |
Game Length | Coffee Break |
Official site of Exploring The Bleak |
ETB
Exploring The Bleak is a Graphical Roguelike videogame created by Nathaniel Inman of The Other Experiment Studio. ETB was released on September 19th 2010 for ARRP, or the Annual Roguelike Release Party. The project was original released as closed source, but is now available in open source as of ETB RC2 (November 10th). Information on the project and other projects by Nathaniel Inman or TOES respectively can be accessed at it's homepage.
Current Features
- Randomly Generated Dungeons (4 Presets : Ruins, Dungeon, Tunnels, & Ordinal Tunnels)
- 10 Dungeon Graphical Tilesets
- 10 Simple Creatures
- 100+ Randomly Generated Items
- 20+ Unique Skills
- Top Scores List
- A Very Simple, Beatable Game.
How To Play
Delve into the depths of the dungeons to retrieve the Everspark. In order to level up you kill enemies by walking into them. Strength makes your regular attacks stronger. Dexterity gives you the chance to dodge attacks. Constitution gives you damage reduction on all attacks. Wisdom gives you more points when you level to increase stats. Intelligence increases your skill damage. Luck increases the amount of loot that you find. Charisma increases the chance to cause enemies to flee.
There is a class skills list available at the local wiki here.
Controls
- 'p' or 't' picks up items.
- 'i' shows your inventory.
- '?' or 'h' shows and hides this help.
- '5' on the num pad waits a turn and allows you to heal 1HP/1WP.
- '1' is your primary skill
- '2' is your secondary skill
- '3' is your support skill
- '<' goes up stairs.
- '>' goes down stairs.
- 'f1' shows the high scores.
- 'f2' shows your character stats.
- 'f3' shows or hides the activity log.
- 'f4' exits game and restarts character creation.
- 'f5' enables graphical mode.
- 'f6' enables ascii mode.
- 'f7' turns on image filtering.
- 'f8' turns off image filtering.
VB.NET Source Code
Exploring The Bleak was created using VB.NET which is different than most Roguelikes that generally use Java, C derivatives, Python, etc. It more-or-less was a proof of concept. The language was readily available because Nathaniel Inman was using it at work for a customer.
Free/Open Source Licensing
All source code to the game is GNU GPL v3, but all artwork is copyrighted to Nathaniel Inman (and not GPLv3). Permission may be granted to use artwork of the game by only Nathaniel Inman himself either in person or in writing to his email address available on TOES homepage.