Monday, 30 June 2014

RPG Game in C++

This is a primitive game I started developing some time ago...and I never finished. It's a simple 2d, RPG game, nothing you haven't already seen millions times.

For this project I used sprite sheets, NONE OF WHICH ARE MINE. I'm distributing this game for free. If you see your sprite sheet being used, please contact me and if you wish me to remove the game from the server I will not hesitate to do it. I will also post a video of it. The video itself isn't great, pretty bad frame rate, I'll see if I can take a better one in the near future.

Some animations are missing (when the characters attack for example) and the audio is still quite basic. And of course, some occasional bug....Anyway, this game has some "cool" features, like the ability to drop items and recover them later, buy and sell inventory items, magic spells (with magic spells inventory) and a simple quest system.

The videogame was written in C++ and the library Allegro 5.

Take a look




The game is downloadable here

WARINING: there's some bad language

Almost forgot: for those of you that share the same passion of game programming, I strongly suggest to go here. This is a perfect start for videogame development, awesome tutorials, must check!

No comments:

Post a Comment