You can Download my new Game (Break Out Generation) here
www.breakout.tk
Sorry!! the homepage is German (Menu is English)
You can Play the Game with 24 Level and try to make a highscore the Game Update the Internethighscore of www.breakout.tk.
Game is programmed with vb.net and Irrlicht.
Search found 5 matches
- Thu Apr 03, 2008 11:00 am
- Forum: Project Announcements
- Topic: Break Out Generation
- Replies: 1
- Views: 483
- Sat Mar 01, 2008 2:16 pm
- Forum: Beginners Help
- Topic: Slowdowns by 2D Game and ~ 300 FPS ??!!!!
- Replies: 5
- Views: 277
- Fri Feb 29, 2008 12:43 pm
- Forum: Beginners Help
- Topic: Slowdowns by 2D Game and ~ 300 FPS ??!!!!
- Replies: 5
- Views: 277
Thanks ;) and Thanks for your help so thats the needed Code. I Write all in Classes. In my Imageclass is a Function for Updating: Public Sub Updateting() Dim multi = deltatime spritepos.X += myvelX * multi spritepos.Y += myvely * multi Engine.VideoDriver.Draw2DImage(spriteimage, spritepos, SpriteREC...
- Fri Feb 29, 2008 11:53 am
- Forum: Beginners Help
- Topic: Slowdowns by 2D Game and ~ 300 FPS ??!!!!
- Replies: 5
- Views: 277
do you mean when you try and change the direction the player's platform is moving in? That's due to bad event receiver code when handling the key presses. I didn't notice any other slow downs at all... NoNo is not Only by the Events.. I Move the Ball in a Loop and for the Ball i need no Eventreceiv...
- Fri Feb 29, 2008 11:32 am
- Forum: Beginners Help
- Topic: Slowdowns by 2D Game and ~ 300 FPS ??!!!!
- Replies: 5
- Views: 277
Slowdowns by 2D Game and ~ 300 FPS ??!!!!
Hi iam new :) Sorry for my Bad English.. iam German ;9 So my Problem is that i whil create a 2D Game (Break Out Clone) and i have Slowdowns in the Movement ...?? I dont no what that is i have on my Computer ~ 300 FPS and the Game runs great.. only that the Movement is not Smooth.. looks like Slowdow...