Search found 22 matches

by Martijn
Wed Jun 10, 2009 2:01 am
Forum: Programming Discussion
Topic: Development Topic: Text Game
Replies: 24
Views: 1565

Re: Development Topic: Text Game

Still can't fix the map loading etc, can someone push me into the right direction... again?
by Martijn
Mon Jun 08, 2009 4:22 am
Forum: General Gaming
Topic: Wolfenstein 3D ported to sega 32x
Replies: 1
Views: 981

Re: Wolfenstein 3D ported to sega 32x

That looks so awesome :p.
by Martijn
Sun Jun 07, 2009 1:37 pm
Forum: Programming Discussion
Topic: Development Topic: Text Game
Replies: 24
Views: 1565

Re: Development Topic: Text Game

Oh right! :D.
Sweet it works :).

Been messing with that for days really! Now, I'm going to try to make the walking work :p.
Wish me luck xD
by Martijn
Sun Jun 07, 2009 12:20 pm
Forum: Programming Discussion
Topic: Development Topic: Text Game
Replies: 24
Views: 1565

Re: Development Topic: Text Game

Wow thanks guys, that's a great idea! :O I would have never thought of it, I want to test it out right away but my compiler is doing weird. This the current code: #include <iostream> using namespace std; //character int Health = 100; int Mana = 20; string nickname; string skills; string ShowSkills; ...
by Martijn
Sun Jun 07, 2009 6:57 am
Forum: General/Off-Topic
Topic: Hello!
Replies: 15
Views: 1211

Re: Hello!

Thanks for the welcome all! @MarauderIIC: Maybe for a city name, okay? ;). @rolland: It's still in really really early stages. @dandymcgee: I'll do my best to google ! :). @PixelP: Oh well, maybe not haven't thought it through yet. @Innerscope: Tic Tac Toe sounds like a good idea, i'll keep that in ...
by Martijn
Sun Jun 07, 2009 6:52 am
Forum: Programming Discussion
Topic: Development Topic: Text Game
Replies: 24
Views: 1565

Development Topic: Text Game

Hi thanks for reading. "Development Topic: Text Game" it sounds fancy, but it's not. I'm kinda stuck atm, because my program doesn't do what I want it to do. Here is what I got so far; #include <iostream> using namespace std; //character string nickname; string skills; string ShowSkills; s...
by Martijn
Thu Jun 04, 2009 5:05 pm
Forum: General/Off-Topic
Topic: Hello!
Replies: 15
Views: 1211

Hello!

Hi, thanks for reading :). I'm a newbie C++ programmer, and found this forum thanks to holloweye (christer here) and yeah. The reason why I started programming is because I want to create a gameboy zelda kinda style game. Ofcourse I know you can't just start with something that hard, and i'm fine wi...