Search found 31 matches

by YenTex
Tue Sep 22, 2009 12:38 am
Forum: General/Off-Topic
Topic: Music you code to
Replies: 26
Views: 2049

Re: Music you code to

aerosmithfan4ever wrote:= Mighty Mighty Bosstones - "1-2-8".
THIS!!!
by YenTex
Tue Sep 22, 2009 12:37 am
Forum: General/Off-Topic
Topic: Official "Hello, World! (I'm new!)" thread
Replies: 821
Views: 585235

Re: Official "Hello, World! (I'm new!)" thread

MarauderIIC wrote:Ahoy, Samet!
C/C++ is always good. C# is also good, though.

Hello, im new here, im occasionally on the IRC as YenTex, and I'm using c++ with openGL to make some kickass games :)
by YenTex
Tue Sep 22, 2009 12:33 am
Forum: General/Off-Topic
Topic: House Season 6
Replies: 10
Views: 813

Re: House Season 6

I liked it...
by YenTex
Mon Jun 15, 2009 8:38 pm
Forum: Programming Discussion
Topic: SDL problem.
Replies: 2
Views: 286

Re: SDL problem.

nope, but this fixed it. thanks!
by YenTex
Mon Jun 15, 2009 8:30 pm
Forum: Programming Discussion
Topic: SDL problem.
Replies: 2
Views: 286

SDL problem.

I followed LazyFoo's hello world tutorial exactly, it compiles fine, and launches, but the images I try to load don't load. I'm using a MacBook Pro with the latest version of Xcode, and Leopard. The same exact code with the same exact images work fine on my PC with Dev-C++ CODE //The headers #includ...
by YenTex
Thu Jun 11, 2009 8:23 pm
Forum: Game Development
Topic: What puts you "In the mood" to dev?
Replies: 30
Views: 4527

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

free time.
by YenTex
Thu Apr 30, 2009 6:28 pm
Forum: Programming Discussion
Topic: good books for game programming?
Replies: 8
Views: 564

Re: good books for game programming?

you guys are awesome, thanks for everything!

Getting focus on SDL, and C++ Programming In Easy Steps.
:) :) :) :)
Thanks!!!
by YenTex
Tue Apr 28, 2009 11:00 pm
Forum: Programming Discussion
Topic: good books for game programming?
Replies: 8
Views: 564

Re: good books for game programming?

What are some good books on game programming? Tricks of the Windows Game Programming Gurus: http://www.amazon.com/Tricks-Windows-Programming-Gurus-Other/dp/0672323699 It's a really good book, and even though there's a lot of Windows and DirectX stuff in it, it can all be applied to any OS/language/...
by YenTex
Tue Apr 28, 2009 10:47 pm
Forum: Programming Discussion
Topic: good books for game programming?
Replies: 8
Views: 564

good books for game programming?

What are some good books on game programming?
by YenTex
Tue Apr 21, 2009 9:56 pm
Forum: General/Off-Topic
Topic: ES Dev Team - ART POSITION OPEN!
Replies: 47
Views: 3702

Re: ES Dev Team - ART POSITION OPEN!

Okay, I saw your latest video, and in the next few days, I'll upload some pixel art.

How big are the tiles for the editor?
by YenTex
Tue Apr 21, 2009 12:56 am
Forum: Programming Discussion
Topic: How do I make maps scroll
Replies: 10
Views: 879

Re: How do I make maps scroll

from what I remember, It's a lot like moving a sprite, only when your sprite moves up the BG moves down etc.
by YenTex
Fri Mar 27, 2009 9:46 pm
Forum: Programming Discussion
Topic: Pygame problem ,PLEASE HELP
Replies: 1
Views: 254

Pygame problem ,PLEASE HELP

I'm reading a pygame tutorial, and when I type this code (below), I get a black screen, when I try to quit, I see the box with the background, and then my program freezes. I'm running a mac, with Python 2.5 #Initilize import pygame pygame.init() #Display screen = pygame.display.set_mode((640,480)) p...
by YenTex
Tue Mar 24, 2009 12:10 am
Forum: General/Off-Topic
Topic: ES Dev Team - ART POSITION OPEN!
Replies: 47
Views: 3702

Re: ES Dev Team - ART POSITION OPEN!

I'm gonna upload some of my pixel art in a couple of days.
Sorry it's taking so long, I'm learning Python.
by YenTex
Sun Mar 22, 2009 11:03 pm
Forum: Game Development
Topic: What projects are you currently working on?
Replies: 500
Views: 150034

Re: What projects are you currently working on?

I started working on an RPG in blitzplus.
by YenTex
Sun Mar 22, 2009 9:05 pm
Forum: Game Development
Topic: Good mac tools for C/C++
Replies: 4
Views: 905

Re: Good mac tools for C/C++

Thanks!