Difference between revisions of "Sunstorm"

From RogueBasin
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
A roguelike using the Doryen Library.
It is basically the tutorial [[http://www.roguebasin.com/index.php?title=Complete_Roguelike_Tutorial,_using_python%2Blibtcod]] but with a few differences.
The game is finished with tons of content and love put into it
Finished:
    - Hundreds of different monsters and items
    - A few dozen different AI's for different monsters
    - Minibosses
    - Different realms
    - Final Boss Fight
    - Randomized damage
    - Town at the end where you can slaughter idiot humans
    - Fun
 
To be Finished:
    - More monsters and Items (Always)
    - Different damage types
    - Different defense types
The story of the game is a brief, introduction that tells you how the lord of chaos enslaved your people. You have to go through every realm and fight the final boss. The realms change the map color and the types of monsters and weapons you get and fight. All in all it is a pretty fun roguelike.
The difficulty spikes at dungeon level 4 so if it seems really easy at the start be ready for this.
You can download it here: [[http://gamejolt.com/games/adventure/sunstorm/45747/ Sunstorm Download Page]]
[[Category:Roguelike games]]
[[Category:Roguelike games]]


Line 29: Line 4:


<tr>
<tr>
<th colspan="2" style="background:#C2D8EF; padding:.4em; margin:1em; font-size:110%"><i>{{{name}}}</i>
<th colspan="2" style="background:#C2D8EF; padding:.4em; margin:1em; font-size:110%"><i>Sunstorm</i>
</th>
</th>
</tr>
</tr>
Line 41: Line 16:
<th style="background:#C2D8EF; padding:.2em; margin:1em;width:7em">[[Developer]]
<th style="background:#C2D8EF; padding:.2em; margin:1em;width:7em">[[Developer]]
</th>
</th>
<td>{{{Alexs2112sss}}}
<td>Alexs2112
</td>
</td>
</tr>
</tr>
Line 48: Line 23:
<th style="background:#C2D8EF; padding:.2em; margin:1em;">[[Theme]]
<th style="background:#C2D8EF; padding:.2em; margin:1em;">[[Theme]]
</th>
</th>
<td>{{{Fantasy}}}
<td>Fantasy
</td>
</td>
</tr>
</tr>
Line 55: Line 30:
<th style="background:#C2D8EF; padding:.2em; margin:1em;">[[Influences]]
<th style="background:#C2D8EF; padding:.2em; margin:1em;">[[Influences]]
</th>
</th>
<td>{{{Angband, Dungeon Crawl Stone Soup}}}
<td>Angband, Dungeon Crawl Stone Soup
</td>
</td>
</tr>
</tr>
Line 62: Line 37:
<th style="background:#C2D8EF; padding:.2em; margin:1em;">Released
<th style="background:#C2D8EF; padding:.2em; margin:1em;">Released
</th>
</th>
<td>{{{February 25, 2015}}} ({{{V 0.6}}})
<td>February 25, 2015 (V 0.6)
</td>
</td>
</tr>
</tr>
Line 69: Line 44:
<th style="background:#C2D8EF; padding:.2em; margin:1em;">Updated
<th style="background:#C2D8EF; padding:.2em; margin:1em;">Updated
</th>
</th>
<td>{{{April 20, 2015}}} ({{{V 1}}})
<td>May 6, 2015 (V 1.3)
</td>
</td>
</tr>
</tr>
Line 76: Line 51:
<th style="background:#C2D8EF; padding:.2em; margin:1em;">[[Licensing]]
<th style="background:#C2D8EF; padding:.2em; margin:1em;">[[Licensing]]
</th>
</th>
<td>{{{Freeware}}}
<td>Freeware
</td>
</td>
</tr>
</tr>
Line 83: Line 58:
<th style="background:#C2D8EF; padding:.2em; margin:1em;">[[Programming Language|P. Language]]
<th style="background:#C2D8EF; padding:.2em; margin:1em;">[[Programming Language|P. Language]]
</th>
</th>
<td>{{{Python}}}
<td>Python
</td>
</td>
</tr>
</tr>
Line 90: Line 65:
<th style="background:#C2D8EF; padding:.2em; margin:1em;">[[Platforms]]
<th style="background:#C2D8EF; padding:.2em; margin:1em;">[[Platforms]]
</th>
</th>
<td>{{{Windows}}}
<td>Windows
</td>
</td>
</tr>
</tr>
Line 97: Line 72:
<th style="background:#C2D8EF; padding:.2em; margin:1em;">[[Interface]]
<th style="background:#C2D8EF; padding:.2em; margin:1em;">[[Interface]]
</th>
</th>
<td>{{{ASCII}}}
<td>ASCII, Keyboard and Mouse
</td>
</td>
</tr>
</tr>
Line 104: Line 79:
<th style="background:#C2D8EF; padding:.2em; margin:1em;">Game Length
<th style="background:#C2D8EF; padding:.2em; margin:1em;">Game Length
</th>
</th>
<td>{{{Medium to long}}}
<td>Medium to long
</td>
</td>
</tr>
</tr>


<tr>
<tr>
<td colspan="2" style="background:#C2D8EF; padding:.2em; margin:1em; text-align:center;">[{{{site}}} Official site of {{{name}}}]
<td colspan="2" style="background:#C2D8EF; padding:.2em; margin:1em; text-align:center;">[http://sunstormgame.weebly.com/ Official site of Sunstorm]
</td>
</td>
</tr>
</tr>
Line 121: Line 96:
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>
A roguelike using the Doryen Library.
It was originally the tutorial [[http://www.roguebasin.com/index.php?title=Complete_Roguelike_Tutorial,_using_python%2Blibtcod Complete Roguelike Tutorial]] but has evolved into a completely different game.
Note: Most of the games options are in the main game code, no coding knowledge is necessary. You also need Python 2.7x to run this game and the installer is included within the game folder.
Finished:
    - Hundreds of different monsters and items
    - A few dozen different AI's for different monsters
    - Minibosses
    - Different realms
    - Final Boss Fight
    - Randomized damage
    - Town at the end where you can slaughter idiot humans
    - Different classes
    - ASCII or Block graphics
    - Fun
    - Classes
    - Simple Magic System
 
To be Finished:
    - More monsters and Items (Always)
    - Different damage types
    - Different defense types
    - Tileset
    - Options Menu (Right now you have to open the program to change the options, see enclosed txt)
The story of the game is a brief, introduction that tells you how the lord of chaos enslaved your people. You have to go through every realm and fight the final boss. The realms change the map color and the types of monsters and weapons you get and fight. All in all it is a pretty fun roguelike.
The difficulty spikes at dungeon level 4 so if it seems really easy at the start be ready for this.
You can download it here: [[http://gamejolt.com/games/adventure/sunstorm/45747/ Sunstorm Download Page]]

Latest revision as of 19:46, 23 June 2015


Sunstorm
Stable game
Developer Alexs2112
Theme Fantasy
Influences Angband, Dungeon Crawl Stone Soup
Released February 25, 2015 (V 0.6)
Updated May 6, 2015 (V 1.3)
Licensing Freeware
P. Language Python
Platforms Windows
Interface ASCII, Keyboard and Mouse
Game Length Medium to long
Official site of Sunstorm

A roguelike using the Doryen Library. It was originally the tutorial [Complete Roguelike Tutorial] but has evolved into a completely different game.

Note: Most of the games options are in the main game code, no coding knowledge is necessary. You also need Python 2.7x to run this game and the installer is included within the game folder.

Finished:

   - Hundreds of different monsters and items
   - A few dozen different AI's for different monsters
   - Minibosses
   - Different realms
   - Final Boss Fight
   - Randomized damage
   - Town at the end where you can slaughter idiot humans
   - Different classes
   - ASCII or Block graphics
   - Fun
   - Classes
   - Simple Magic System
  

To be Finished:

   - More monsters and Items (Always)
   - Different damage types
   - Different defense types
   - Tileset
   - Options Menu (Right now you have to open the program to change the options, see enclosed txt)

The story of the game is a brief, introduction that tells you how the lord of chaos enslaved your people. You have to go through every realm and fight the final boss. The realms change the map color and the types of monsters and weapons you get and fight. All in all it is a pretty fun roguelike. The difficulty spikes at dungeon level 4 so if it seems really easy at the start be ready for this.

You can download it here: [Sunstorm Download Page]