Search found 53 matches
- Sun Mar 22, 2009 11:46 am
- Forum: Programming Discussion
- Topic: Programming Practice
- Replies: 56
- Views: 6111
Re: Programming Practice
Sure eatcomics... pm me your code, and I will put mine here! Now, I was looking up my projects folder and I found one that is really fun and might fit as a 'programming practice': You are requested to do a 'Hang Man' game, in which one player types the word, and a second one tries to guess it by typ...
- Tue Mar 10, 2009 2:29 pm
- Forum: General Gaming
- Topic: Nintoaster
- Replies: 8
- Views: 1445
Re: Nintoaster
That is freaking awesome
This is the most genius insane person ever ... maybe not... but yes ...
This should be worth millions on ebay xD
P.S.: Love the orange lights when running the NinToaster xD
This is the most genius insane person ever ... maybe not... but yes ...
This should be worth millions on ebay xD
P.S.: Love the orange lights when running the NinToaster xD
- Tue Mar 10, 2009 12:55 pm
- Forum: Programming Discussion
- Topic: Programming Practice
- Replies: 56
- Views: 6111
Re: Programming Practice
Ok... I dont know if I should bring this topic up again, but I like the idea of it, and I will post a very simple challenge which I remember doing when I was learning the basics of C (which I still am... kinda lol) You are requested to print on screen X numbers of the fibonacci sequence (starting fr...
- Mon Mar 09, 2009 11:54 am
- Forum: General/Off-Topic
- Topic: Official "Hello, World! (I'm new!)" thread
- Replies: 821
- Views: 629525
Re: Official "Hello, World! (I'm new!)" thread
Hey there... I just want to officially introduce myself... I have done some posts here on the forum but never get to say a Hi to everyone :) Soo... my name is Guilherme (weird for americans huh..), I am from Brazil, I am 17 and finishing high school (doing a special course to get in a good college h...
- Fri Feb 27, 2009 9:23 am
- Forum: Programming Discussion
- Topic: Problem with cursor and grid ( kinda. )
- Replies: 14
- Views: 1566
Re: Problem with cursor and grid ( kinda. )
Are you following lazyfoo's tutorials? ... because you code look like it... Well, you said your problem appears after scrolling through your map... maybe you are not adjusting the camera right... look at this part of the tutorial: void put_tile( Tile *tiles[], int tileType ) { //Mouse offsets int x ...
- Thu Feb 26, 2009 9:30 am
- Forum: General Gaming
- Topic: Reccomend an RTS?
- Replies: 20
- Views: 3319
Re: Reccomend an RTS?
I love Rise of Nations, and will probably play it till I wear the disk out when I get a working desktop that doesn't have vista on it :lol: Agreed :lol: Rise of Nations is awesome... has a lot of features, goes beyond the ages of AgeOfEmpires 2 (which is still the best for me xD), and has great cap...
- Thu Feb 26, 2009 9:07 am
- Forum: General/Off-Topic
- Topic: YouTube rapes freedom of speech!!!!!!
- Replies: 35
- Views: 2967
Re: YouTube rapes freedom of speech!!!!!!
Here is the thing... Google wants to control the whole world... they suck, and they are screwing everything up!! :x I agree with some restrictions, the "Are you 18?? ... to watch this video press here" was enough ... but they went forward on that and now banish your video if it has a backg...
- Wed Feb 25, 2009 9:16 pm
- Forum: Art, Music, and Design
- Topic: Text based game help
- Replies: 10
- Views: 2360
Re: Text based game help
Cool... I also had that in mind to start learning C, but I stopped at the beginning, I have to keep working on it... I dont have the battle and item system implemented so I cant help you much... but this guy might : http://www.rdxgames.com/projects/wrathlands/index.html Hope that is what you are loo...
- Sun Feb 22, 2009 8:40 am
- Forum: Programming Discussion
- Topic: visual studio and sdl?
- Replies: 8
- Views: 1487
Re: visual studio and sdl?
Isnt that probably because the computer have to have the .dll files of SDL in the system? Try putting it in the system32 folder (if you are using windows) the SDL.dll, and other dlls if needed (SDL_image, etc)... But I think that the easiest way is to create a setup project, which I think is not ava...
- Sat Feb 21, 2009 6:58 pm
- Forum: Programming Discussion
- Topic: [Release] Programming Tutorials (PDF's)'
- Replies: 10
- Views: 1467
Re: [Release] Programming Tutorials (PDF's)'
WOW... thanks dude...
I have already downloaded the C, Java, and Blender tutorials... haven't look deeply at those yet but it looks awesome
thanks again xD
I have already downloaded the C, Java, and Blender tutorials... haven't look deeply at those yet but it looks awesome
thanks again xD
- Fri Feb 20, 2009 6:11 am
- Forum: Programming Discussion
- Topic: Code Help (ARCE)
- Replies: 17
- Views: 2148
Re: Code Help (ARCE)
Arce might reply to you directly, but for now give a look at this topic:TheLividePianoist wrote:So I know It's been a while but can I still expect a tutorial Arce? Guess I should have posted right away.
http://elysianshadows.com/phpBB3/viewto ... art=999999
- Wed Feb 18, 2009 2:06 pm
- Forum: Programming Discussion
- Topic: Some Level Editor problems!
- Replies: 6
- Views: 947
Re: Some Level Editor problems!
Ah I am starting to get it now xD... The thing is... I have the SDL_Surfaces in my main class (App), and they are private, which means only this class members can manipulate those surfaces right? But I had to let my Tile::SetTilesheet() function to draw stuff to one of those surfaces, and it first s...
- Wed Feb 18, 2009 9:23 am
- Forum: Programming Discussion
- Topic: Some Level Editor problems!
- Replies: 6
- Views: 947
Re: Some Level Editor problems!
So... I got it solved... First, I decided that I am going to make it full C++, because I know C (and like it), but at the same time I am trying to learn C, C++ classes and stuff appears in my code and try to convert it to C, and it all get mixed up and I thing it is not helping me any.. Now the stru...
- Mon Feb 16, 2009 12:49 pm
- Forum: Programming Discussion
- Topic: Some Level Editor problems!
- Replies: 6
- Views: 947
Re: Some Level Editor problems!
Could you post the header files with your classes, as well as your LoadTileSheet() function? Those would greatly help with understanding what is wrong. I may have overlooked something, seeing as I only skimmed your code, but seeing the other parts would greatly help. ;) Sure, but dont care about th...
- Mon Feb 16, 2009 12:21 pm
- Forum: Programming Discussion
- Topic: Some Level Editor problems!
- Replies: 6
- Views: 947
Some Level Editor problems!
Soo, I started working on the level editor for my little rpg, and I got one weird issue :O The thing is on the clipping part of the tilesheet, not the clipping itself but what happens between it and the rendering of the tilesheet! I do the clipping and load the function on the OnInit() part, then wh...