I decided to teach myself c++ yesterday (being sick tends to give you some free time). After reading through a lot of tutorials I decided to apply my knowledge to somthing lol.

My plan is to make a nice console rpg, even perhaps make it multiplayer once i learn how...
The first step i decided to take was to create a combat system, its 326 lines long (a lot longer then i expected...) and written in about 4 hours.

The whole point of this demo is to er kill a monster standing in front of you.

The zip file has the source code and the exe for whoever cares, what i'm looking for is perhaps pointers and tips as well as any suggestions for the final game.

The source is a bit messy in places, and it doesn't have too many comments, so good luck

Thanks for anyone who care to have a look