![]() |
Programming - Project 2 - RPG - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Programming (https://mirage-engine.uk/forums/forumdisplay.php?fid=24) +----- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=27) +----- Thread: Programming - Project 2 - RPG (/showthread.php?tid=2783) |
Programming - Project 2 - RPG - Jacob - 07-05-2009 Project 2 is to build a simple single player RPG. You can make any type of program, all form controls, dx7,dx8, whatever you want. This can be any programming language. You must include the core mechanics of an RPG. These include, but are not limited to: Overview
Notes
The next project will build upon this, so make your code expandable. I've been teaching myself a little bit of c++. It's very basic, as I'm still learning. I'm using DEV-C++ and MingW32 for the compiler. www.deadnoggin.com/files/awesomeRPG.rar Re: Programming - Project 2 - RPG - Jack - 08-05-2009 Wow thats pritty nice Dugor, Good little base to start off and then code upwards to having a Visual View and being able to have Movement for your character. But anyway it looks real Nice, Kewlie. 10/10 good start on C++ Re: Programming - Project 2 - RPG - Egon - 08-05-2009 It looks like you have a little bug in the ointment. [spoiler] ![]() ![]() But in all honesty, I cheated my way there like no other. Re: Programming - Project 2 - RPG - Robin - 08-05-2009 Can I use the new hybrid graphics engine I've been developing? Re: Programming - Project 2 - RPG - Jacob - 08-05-2009 You can use whatever you want! And egon is a crippled cheater! Re: Programming - Project 2 - RPG - Beres - 09-05-2009 Dugor, I just got that Dev C++. Is there any way to actually create forms? If not, how do you go on doing an application besides the consol application. Re: Programming - Project 2 - RPG - Pbcrazy - 11-05-2009 as far as i know, you'll have to impliment a graphics system, such as DX7,8,9 or SDL, or OpenGL, and blt your own GUI to the screen. I wouldn't be surprised though if you can code a windows GUI though. Re: Programming - Project 2 - RPG - GIAKEN - 11-05-2009 You definitely can... http://mayhem.auburnflame.com/main.cpp I definitely didn't make that code from scratch ![]() Re: Programming - Project 2 - RPG - Jacob - 11-05-2009 I've only made console apps. I'm not gonna try a real GUI for a bit. I want to learn a lot more c++. Re: Programming - Project 2 - RPG - GIAKEN - 11-05-2009 Well here's my console RPG I made a few years ago in C++. [ATTACHMENT NOT FOUND] Re: Programming - Project 2 - RPG - Jacob - 15-05-2009 GIAKEN Wrote:Well here's my console RPG I made a few years ago in C++. That sucks. You should actually code something now. Re: Programming - Project 2 - RPG - Exadon - 15-05-2009 GIAKEN Wrote:Well here's my console RPG I made a few years ago in C++. All that work just to log out? Gah! You have the same problem as a previous poster did with a calc program he posted. Look at the end of this thread here to fix. Re: Programming - Project 2 - RPG - GIAKEN - 15-05-2009 I sucked at C++ ![]() |