Difference between revisions of "Sunstorm"

From RogueBasin
Jump to navigation Jump to search
m
Line 44: 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.2)
</td>
</td>
</tr>
</tr>
Line 99: Line 99:
It is basically the tutorial [[http://www.roguebasin.com/index.php?title=Complete_Roguelike_Tutorial,_using_python%2Blibtcod Complete Roguelike Tutorial]] but with many differences.
It is basically the tutorial [[http://www.roguebasin.com/index.php?title=Complete_Roguelike_Tutorial,_using_python%2Blibtcod Complete Roguelike Tutorial]] but with many differences.


The game is finished with tons of content and love put into it.
The game is stable with tons of content and love put into it.


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:
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:
Line 112: Line 112:
     - Randomized damage
     - Randomized damage
     - Town at the end where you can slaughter idiot humans
     - Town at the end where you can slaughter idiot humans
    - Different classes
    - ASCII or Block graphics
     - Fun
     - Fun
    
    
Line 118: Line 120:
     - Different damage types
     - Different damage types
     - Different defense 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 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.

Revision as of 22:53, 6 May 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.2)
Licensing Freeware
P. Language Python
Platforms Windows
Interface ASCII
Game Length Medium to long
Official site of Sunstorm

A roguelike using the Doryen Library. It is basically the tutorial [Complete Roguelike Tutorial] but with many differences.

The game is stable with tons of content and love put into it.

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: [Official Python Site]

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
  

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]