Search found 22 matches
- Tue Jul 14, 2009 1:03 pm
- Forum: Programming Discussion
- Topic: Allegro
- Replies: 2
- Views: 364
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...
- Tue Jul 14, 2009 5:28 am
- Forum: Programming Discussion
- Topic: Mapeditor
- Replies: 4
- Views: 505
Re: Mapeditor
Thanks both :D.
Really helpful .
Really helpful .
- Mon Jul 13, 2009 1:06 pm
- Forum: Programming Discussion
- Topic: Mapeditor
- Replies: 4
- Views: 505
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 ...
- Tue Jun 23, 2009 12:51 pm
- Forum: Programming Discussion
- Topic: Development Topic: Text Game
- Replies: 24
- Views: 2031
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?
I understand the enum part, but the rest confuses me a little.
If someone got time, could they care to explain please?
- Fri Jun 19, 2009 10:15 am
- Forum: Current Events and Science/Technology
- Topic: Jesus Christ, programable matter
- Replies: 17
- Views: 6008
Re: Jesus Christ, programable matter
Bumping a topic from 2006 trying to start a discussion?
Priceless.
Priceless.
- Thu Jun 18, 2009 5:03 pm
- Forum: Current Events and Science/Technology
- Topic: ARhrrrr - An augmented reality shooter
- Replies: 34
- Views: 7261
Re: ARhrrrr - An augmented reality shooter
Rofl I wish I was that original when it comes to naming games
- Tue Jun 16, 2009 10:08 am
- Forum: General/Off-Topic
- Topic: Any Writers Here?
- Replies: 14
- Views: 1312
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!
You created a topic on writes, so if your talking about writes your not offtopic!
- Mon Jun 15, 2009 11:14 am
- Forum: Programming Discussion
- Topic: Development Topic: Text Game
- Replies: 24
- Views: 2031
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?
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?
- Sun Jun 14, 2009 10:28 am
- Forum: Programming Discussion
- Topic: Where should an 11-12 year old Start?
- Replies: 47
- Views: 3771
Re: Where should an 11-12 year old Start?
I'd say YOU teach him C++ or C#.
- Fri Jun 12, 2009 3:55 pm
- Forum: Programming Discussion
- Topic: (solved =0] )Having problems setting up SDL
- Replies: 6
- Views: 776
Re: Having problems setting up SDL
Yeah I got problems with doing this to ;/.
- Fri Jun 12, 2009 3:44 pm
- Forum: Programming Discussion
- Topic: Development Topic: Text Game
- Replies: 24
- Views: 2031
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
It looks like the divided his console into 2 parts, no idea how he did it tho
- Fri Jun 12, 2009 7:08 am
- Forum: Programming Discussion
- Topic: Development Topic: Text Game
- Replies: 24
- Views: 2031
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...
- Fri Jun 12, 2009 6:39 am
- Forum: Game Development
- Topic: What puts you "In the mood" to dev?
- Replies: 30
- Views: 5408
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 ^^
- Fri Jun 12, 2009 4:44 am
- Forum: Programming Discussion
- Topic: Development Topic: Text Game
- Replies: 24
- Views: 2031
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"...
- Wed Jun 10, 2009 2:49 pm
- Forum: Programming Discussion
- Topic: Development Topic: Text Game
- Replies: 24
- Views: 2031
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...