More or less a continuation of my last thread asking for project ideas for my entry level C++ class.
I've elected to go the simple RPG route, with a few basic requirements:
Now, I've managed to do all of the above (and more) already via a console app, but I have a few weeks left in the semester, and want to make it graphical (not a requirement). I have something of a coding background (C#, Java, C, SQL), so I'm pretending that I'll have the skillset to pull it off in time.
I was planning to use Dark GDK as a platform, but for some reason that has yet to be explained, the teacher told me to use Allegro or OpenGL instead of Dark GDK.
So I'm trying to determine which of the 2 will be the easiest to get going with. I'm having a hard time finding suitable tutorials/documentation for either one - the OpenGL stuff seems oriented more towards 3D programming (and I just want 2D), and the few english Allegro tutorials I've found either offer no help getting Allegro installed, or are talking about the "new Pentium II and III's", which makes me wonder how relevant they'd be to the current release of Allegro.
So, any input on which platform (OpenGL, Allegro) will be easiest to churn out a simplistic 2D RPG type game with?
And any recommended tutorials or books?
Thanks in advance 🙂
I've elected to go the simple RPG route, with a few basic requirements:
- Player be able to walk around a map
- Player be able to transition between 2 maps (i.e., enter a store)
- Player be able to find various items, and "equip" them to their character
- Player can randomly encounter and enemy, causing a turn-based fight (Finaly Fantasy style) to ensue
- Player can save/load the game
Now, I've managed to do all of the above (and more) already via a console app, but I have a few weeks left in the semester, and want to make it graphical (not a requirement). I have something of a coding background (C#, Java, C, SQL), so I'm pretending that I'll have the skillset to pull it off in time.
I was planning to use Dark GDK as a platform, but for some reason that has yet to be explained, the teacher told me to use Allegro or OpenGL instead of Dark GDK.
So I'm trying to determine which of the 2 will be the easiest to get going with. I'm having a hard time finding suitable tutorials/documentation for either one - the OpenGL stuff seems oriented more towards 3D programming (and I just want 2D), and the few english Allegro tutorials I've found either offer no help getting Allegro installed, or are talking about the "new Pentium II and III's", which makes me wonder how relevant they'd be to the current release of Allegro.
So, any input on which platform (OpenGL, Allegro) will be easiest to churn out a simplistic 2D RPG type game with?
And any recommended tutorials or books?
Thanks in advance 🙂