Search found 8 matches
- Tue Dec 16, 2014 2:41 pm
- Forum: Game Development
- Topic: Tortuga: A Decent Into Hell
- Replies: 0
- Views: 22821
Tortuga: A Decent Into Hell
The title is just Tortuga; the subtitle is minor embellishment. So I've been working on one game for 18 months (first commit is listed as 6th June 2013); you can find it here . I've stalled again, for reasons that will soon become clear. This game started out as a client-server multiplayer turn base...
- Wed Aug 05, 2009 6:20 am
- Forum: Programming Discussion
- Topic: OpenGL easier than I thought
- Replies: 6
- Views: 773
Re: OpenGL easier than I thought
HUH? why does everything go over my head all the time?
not that you'd use it but, I'd do this.
yeah, whatever.
not that you'd use it but, I'd do this.
Code: Select all
float fspeed = 0;
while(falling == true)
{
fspeed += 0.1;
y -= fspeed;
}
- Tue Feb 24, 2009 4:40 am
- Forum: Programming Discussion
- Topic: help, C problem
- Replies: 4
- Views: 977
Re: help, C problem
Not a clue what anyone is talking about. however i think I figured it out. now... to write a program that actually does what i tell it too!
- Tue Feb 24, 2009 4:38 am
- Forum: Art, Music, and Design
- Topic: Menu
- Replies: 19
- Views: 4249
Re: Menu
Right now I'm writing a game in C#, so I'm taking advantage of the use of delegates (function pointers). So when I add a menu item, I pass in the function that will execute when it's selected, such as: TitleMenu.MenuItems.Add("Battle Mode", delegate() { TitleMenu.Visible = false; currentS...
- Fri Feb 20, 2009 7:58 am
- Forum: Art, Music, and Design
- Topic: Menu
- Replies: 19
- Views: 4249
Re: Menu
I think he means in game maker.... what's with people coming here for gamemaker help... :shock2: :lol: Well, we're programmers... If we can program, we MUST know how to use game maker! Not that I have anything against it; game maker just isn't "manly". ;) Heh, I'm manly! But how "man...
- Fri Feb 20, 2009 7:55 am
- Forum: Art, Music, and Design
- Topic: Menu
- Replies: 19
- Views: 4249
Re: Menu
Bite me!Ginto8 wrote:Well, we're programmers... If we can program, we MUST know how to use game maker!eatcomics wrote:I think he means in game maker.... what's with people coming here for gamemaker help...
Not that I have anything against it; game maker just isn't "manly".
- Fri Feb 20, 2009 7:52 am
- Forum: Programming Discussion
- Topic: help, C problem
- Replies: 4
- Views: 977
help, C problem
Hello. I'm experienced in Game maker, but Im just starting to learn C. my problem is, when I use a function, it works once, and then doesn't work again until i call main() and even then, other input fields don't work. it writes the string I put into the "continue" field into the "name...
- Sun Feb 01, 2009 2:36 am
- Forum: Art, Music, and Design
- Topic: Menu
- Replies: 19
- Views: 4249
Menu
Ok, I'm only a noob really when it comes to making games (doing it for three years, but only in game maker) so I'm wondering if anybody has any ideas on how to make a menu? i.e. items, etc.