A rouge-like, top-down game made by the Cool Coders, a CSCE 490/492 team.
About
Steel Exile is a 2D Top Down roguelike game with a variety of enemy types, power-ups, and bosses. The game challanges players to fight there way through 10 levels with increasing difficulty. Along the way, you will obtain coins from enemies to buy items to make you stronger. Additionally, defeating enemies over various runs will allow for playstyle expression with the skill tree.
Download now!
Developers
Austin Cappucino Benjamin Goodman Matthew Maloney Nolan Pelino Reagan Tibbetts Made with Unity Game Engine
Skill Upgrades to upgrade your player's base stats
In game image of the first floor
Elements
Text
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';