Search found 22 matches

by Martijn
Tue Jul 14, 2009 1:03 pm
Forum: Programming Discussion
Topic: Allegro
Replies: 2
Views: 258

Allegro

I'm using devcpp and I just can't get allegro to work. I've installed "allegro-4.2.1-1mol.DevPak" and at project options -> parameters -> linker I wrote "-lalleg". and umm.. used if I compile the code from this tutorial (or any) http://loomsoft.net/resources/alltut/alltut_lesson1...
by Martijn
Tue Jul 14, 2009 5:28 am
Forum: Programming Discussion
Topic: Mapeditor
Replies: 4
Views: 375

Re: Mapeditor

Thanks both :D.
Really helpful :).
by Martijn
Mon Jul 13, 2009 1:06 pm
Forum: Programming Discussion
Topic: Mapeditor
Replies: 4
Views: 375

Mapeditor

Hello :). I was wondering, how does a mapeditor work? can someone give me a short explanation of how they work? This game im playing has private servers which they call "open tibia" servers. And a guy made a mapeditor in C++ which is open source so I downloaded it but it kinda confused me ...
by Martijn
Tue Jun 23, 2009 12:51 pm
Forum: Programming Discussion
Topic: Development Topic: Text Game
Replies: 24
Views: 1491

Re: Development Topic: Text Game

Okay. I tried to understand, I really did been googling for days but I don't get it ;/.
I understand the enum part, but the rest confuses me a little.

If someone got time, could they care to explain please?
by Martijn
Fri Jun 19, 2009 10:15 am
Forum: Current Events and Science/Technology
Topic: Jesus Christ, programable matter
Replies: 17
Views: 4760

Re: Jesus Christ, programable matter

Bumping a topic from 2006 trying to start a discussion?


Priceless.
by Martijn
Thu Jun 18, 2009 5:03 pm
Forum: Current Events and Science/Technology
Topic: ARhrrrr - An augmented reality shooter
Replies: 34
Views: 5616

Re: ARhrrrr - An augmented reality shooter

Rofl I wish I was that original when it comes to naming games :worship:
by Martijn
Tue Jun 16, 2009 10:08 am
Forum: General/Off-Topic
Topic: Any Writers Here?
Replies: 14
Views: 1110

Re: Any Writers Here?

How can this be off topic?
You created a topic on writes, so if your talking about writes your not offtopic!
by Martijn
Mon Jun 15, 2009 11:14 am
Forum: Programming Discussion
Topic: Development Topic: Text Game
Replies: 24
Views: 1491

Re: Development Topic: Text Game

@Bakkon: Meh, i'm not really getting it but thats okay got other things to worry about atm :p.


Like the walking, it works but you can move EVERYWHERE and I want to be able to say for each map exits = north, west
so you can only leave the map to the north and west! Anyone got an idea how to do that?
by Martijn
Sun Jun 14, 2009 10:28 am
Forum: Programming Discussion
Topic: Where should an 11-12 year old Start?
Replies: 47
Views: 2787

Re: Where should an 11-12 year old Start?

I'd say YOU teach him C++ or C#.
by Martijn
Fri Jun 12, 2009 3:55 pm
Forum: Programming Discussion
Topic: (solved =0] )Having problems setting up SDL
Replies: 6
Views: 577

Re: Having problems setting up SDL

Yeah I got problems with doing this to ;/.
by Martijn
Fri Jun 12, 2009 3:44 pm
Forum: Programming Discussion
Topic: Development Topic: Text Game
Replies: 24
Views: 1491

Re: Development Topic: Text Game

If I would unput lines until the bottom of the page, i would need to CLS each time.. which I don't want :p.
It looks like the divided his console into 2 parts, no idea how he did it tho :o
by Martijn
Fri Jun 12, 2009 7:08 am
Forum: Programming Discussion
Topic: Development Topic: Text Game
Replies: 24
Views: 1491

Re: Development Topic: Text Game

eeeeeeeeedit: Lucas helped me on MSN, and it now works perfect :). I just "mapped" some placed and it's really confusing atm but w/e :p. Here is a screenshot of how it looks now: http://i43.tinypic.com/so1wde.png See the compass? Well it looks great in my opinion but I want it at the botto...
by Martijn
Fri Jun 12, 2009 6:39 am
Forum: Game Development
Topic: What puts you "In the mood" to dev?
Replies: 30
Views: 4528

Re: What puts you "In the mood" to dev?

If I see some cool youtube video of someone making a simple game in C++ I remember that, that is my goal also and I am motivated again ^^
by Martijn
Fri Jun 12, 2009 4:44 am
Forum: Programming Discussion
Topic: Development Topic: Text Game
Replies: 24
Views: 1491

Re: Development Topic: Text Game

Argh this is driving me nuts :(. #include <iostream> using namespace std; //character int Health = 100; int Mana = 20; string nickname; string skills; string ShowSkills; string ShowItems; string items; int gold; //game string input; string direction; static string place_name = "Place Name"...
by Martijn
Wed Jun 10, 2009 2:49 pm
Forum: Programming Discussion
Topic: Development Topic: Text Game
Replies: 24
Views: 1491

Re: Development Topic: Text Game

Oh sorry, well I want to type "n" and then it should show the info of "Main Street" and have 2 exits to E and W, so you can "walk" also i would like to know how I can put the display 4 lines of code as "description" (eq:) describtion = " cout << "Thi...