Hero++ is finished - Check it out!
Posted: Sat Oct 09, 2004 3:25 pm
It's been a while since I've posted here, but since this community helped me out learn some things about C++, I thought it would be fitting to post a link to the finished product.
Starting in about May, myself and a pair of friends at school started making a game in C++. We coded it off and on in our free time amongst assignments, work, and other distractions. Date of official release was this week sometime. (Early October 2004)
Hero++ is an ascii rpg. Admittedly, it's the best ascii game I've ever played because it's the only ascii game I've ever played! It shouldn't take more than a few hours to finish the game to completion. The game is pretty well debugged, is only 240kb to download, and is Free! The game is being hosted by the nice folks at www.ninefires.net They're also game developers, but a lot more advanced. Check out their stuff too if you have the chance.
Check Hero++ out, leave some comments, tell your friends. You can download it from:
http://hero.ninefires.net/
A few technical notes about Hero++:
- made in C++ with ONLY the C Standard Libraries and "conio.h"
- 16 color ascii graphics
- about 7000 lines of code and over 60 maps with 3 70x25 matrices each
- supports a movement engine, buying/selling/equipping items, spells with animations, battles
- uses the space/enter, 8,6,4,2/5 keys for pretty much everything
- compatable on EVERY win32 platform (win95-winXP)
- read the FAQ if you're having difficulties!
I'd be happy to answer any questions about the game in this thread. Also, if you defeat the last boss, post your level, another member of the team wants to keep this statistic.
The source code will be posted eventually, it just needs to be cleaned up a bit, it's not a very pretty sight at this moment.
Archived topic from Iceteks, old topic ID:2741, old post ID:22374
Starting in about May, myself and a pair of friends at school started making a game in C++. We coded it off and on in our free time amongst assignments, work, and other distractions. Date of official release was this week sometime. (Early October 2004)
Hero++ is an ascii rpg. Admittedly, it's the best ascii game I've ever played because it's the only ascii game I've ever played! It shouldn't take more than a few hours to finish the game to completion. The game is pretty well debugged, is only 240kb to download, and is Free! The game is being hosted by the nice folks at www.ninefires.net They're also game developers, but a lot more advanced. Check out their stuff too if you have the chance.
Check Hero++ out, leave some comments, tell your friends. You can download it from:
http://hero.ninefires.net/
A few technical notes about Hero++:
- made in C++ with ONLY the C Standard Libraries and "conio.h"
- 16 color ascii graphics
- about 7000 lines of code and over 60 maps with 3 70x25 matrices each
- supports a movement engine, buying/selling/equipping items, spells with animations, battles
- uses the space/enter, 8,6,4,2/5 keys for pretty much everything
- compatable on EVERY win32 platform (win95-winXP)
- read the FAQ if you're having difficulties!
I'd be happy to answer any questions about the game in this thread. Also, if you defeat the last boss, post your level, another member of the team wants to keep this statistic.
The source code will be posted eventually, it just needs to be cleaned up a bit, it's not a very pretty sight at this moment.
Archived topic from Iceteks, old topic ID:2741, old post ID:22374