My Random Game

Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.

Moderator: PC Supremacists

Post Reply
dream_coder
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 34
Joined: Sat Mar 27, 2010 5:16 pm

My Random Game

Post by dream_coder »

Hey all, I am currently following some C++ tutorials. Whilst doing this I am applying the code to make a random game. So far I have a game menu. I really aint sure how this is going to turn out, Im just making it up as I go along. But as its just a console application Im imaging it will be some sort of text adventure game. I will keep you all posted as time goes on.
Image
Image
Image
User avatar
LeonBlade
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1314
Joined: Thu Jan 22, 2009 12:22 am
Current Project: Trying to make my first engine in C++ using OGL
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: Blossvale, NY

Re: My Random Game

Post by LeonBlade »

Sounds like a cool idea :)
I'll be keeping watch on this, most definitely.
There's no place like ~/
dream_coder
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 34
Joined: Sat Mar 27, 2010 5:16 pm

Re: My Random Game

Post by dream_coder »

Not really done much so far. I have changed from VC++ to Dev C++. It seems to work as I expected. Redone all my code so far and added the ability for multi coloured text. Going to start designing my player and monster classes soon and create some basic battle system. Then need to design some sort of file structure to hold level information in, which may be quite a challenge.
Image
Image
Image
User avatar
Bakkon
Chaos Rift Junior
Chaos Rift Junior
Posts: 384
Joined: Wed May 20, 2009 2:38 pm
Programming Language of Choice: C++
Location: Indiana

Re: My Random Game

Post by Bakkon »

dream_coder wrote:I have changed from VC++ to Dev C++.
Why would you do this?
dream_coder
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 34
Joined: Sat Mar 27, 2010 5:16 pm

Re: My Random Game

Post by dream_coder »

I was just having problems with VC++ earlier on. WHen Ive run more or less identical code in Dev C++ Im getting less errors. Aint sure why this is.
Image
Image
Image
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: My Random Game

Post by eatcomics »

dream_coder wrote:I was just having problems with VC++ earlier on. WHen Ive run more or less identical code in Dev C++ Im getting less errors. Aint sure why this is.
Visual c++ has a better debugger maybe? lol
Image
dream_coder
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 34
Joined: Sat Mar 27, 2010 5:16 pm

Re: My Random Game

Post by dream_coder »

Guess I might try it again in VC++ now I have sorted out the header file problems that I had before. And VC++ does look prettier as well, lol.
Image
Image
Image
User avatar
Moosader
Game Developer
Game Developer
Posts: 1081
Joined: Wed May 07, 2008 12:29 am
Current Project: Find out at: http://www.youtube.com/coderrach
Favorite Gaming Platforms: PC, NES, SNES, PS2, PS1, DS, PSP, X360, WII
Programming Language of Choice: C++
Location: Kansas City
Contact:

Re: My Random Game

Post by Moosader »

dream_coder wrote:I was just having problems with VC++ earlier on. WHen Ive run more or less identical code in Dev C++ Im getting less errors. Aint sure why this is.
I'd suggest using Code::Blocks instead. VC++ is very old and outdated, never updated anymore. Code::Blocks, Eclipse, or NetBeans (I think it has a C++ environment?) are decent alternatives to Visual Studio.
User avatar
Bakkon
Chaos Rift Junior
Chaos Rift Junior
Posts: 384
Joined: Wed May 20, 2009 2:38 pm
Programming Language of Choice: C++
Location: Indiana

Re: My Random Game

Post by Bakkon »

Moosader wrote:VC++ is very old and outdated, never updated anymore.
Wait what? Are we talking about the same thing?
http://www.microsoft.com/express/Downlo ... Visual-CPP
I use this and love it.
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: My Random Game

Post by eatcomics »

she meant dev c++...

Edit: at least I thought...
Image
K-Bal
ES Beta Backer
ES Beta Backer
Posts: 701
Joined: Sun Mar 15, 2009 3:21 pm
Location: Germany, Aachen
Contact:

Re: My Random Game

Post by K-Bal »

Moosader wrote:VC++ is very old and outdated, never updated anymore.
:>
dream_coder
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 34
Joined: Sat Mar 27, 2010 5:16 pm

Re: My Random Game

Post by dream_coder »

OK Ive finally got VC++ working the way I want it to, for now. Think my previous problems were my lack of knowledge in VC++ 2008. Just had a look at MSDN and it turns out that before when I was selecting a CLR COnsole App for my project I was doing it wrong. Ive now done it as a Win32 Console app with no precompiled headers and it works just fine. Totally different from when I did C++ at uni years and years ago as we used VC++ 6 back then. Shame I aint really touched it since then up until now.
Image
Image
Image
jacob.krustchinsky
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 34
Joined: Tue Feb 23, 2010 10:18 pm

Re: My Random Game

Post by jacob.krustchinsky »

Moosader wrote:
dream_coder wrote:I was just having problems with VC++ earlier on. WHen Ive run more or less identical code in Dev C++ Im getting less errors. Aint sure why this is.
I'd suggest using Code::Blocks instead. VC++ is very old and outdated, never updated anymore. Code::Blocks, Eclipse, or NetBeans (I think it has a C++ environment?) are decent alternatives to Visual Studio.

Netbeans - nod nod- ! Very good editor in my book!
User avatar
RyanPridgeon
Chaos Rift Maniac
Chaos Rift Maniac
Posts: 447
Joined: Sun Sep 21, 2008 1:34 pm
Current Project: "Triangle"
Favorite Gaming Platforms: PC
Programming Language of Choice: C/C++
Location: UK
Contact:

Re: My Random Game

Post by RyanPridgeon »

Aye, get your IDE sorted and get to work, programming isn't easy :)

Look forward to seeing your progress!
Ryan Pridgeon
C, C++, C#, Java, ActionScript 3, HaXe, PHP, VB.Net, Pascal
Music | Blog
Post Reply