Except it's not much of a game yet.
pew pew
(Looks better in motion picture(tm))
Started in some free lessons during school and continued at home.
It's gonna be one of those "avoid obstacles" games.
Obviously doesn't use "real" 3D but tries to simulate it as good as possible, though I only used values that "feel right".
Controls:
Left/Right: Steer
Up/Down: Change altitude
(Left or Right twice)
Download! (90 kB) (Nov 14 2010)
(It's not finished)
Features! Or the lack thereof!
-illusion of flying like really fast
-super cool stripe pattern (stripes are in this winter)
-smooth steering
-shifting perspective when going up and down
-barrel roll!
-2 different mountain layers to give some more 3D feeling
-the back layer of the mountains moves a bit with the altitude for 3D
-fog or whatever on the far end when on high altitude
-super cool hud
-super cool colorable hud and colorable almost anything
Also looking for a potential artist. Won't have to do a lot.
Flying Game
Flying Game
Last edited by Maurice on Mon Nov 15, 2010 5:38 am, edited 2 times in total.
Re: Flying Game
I am not worthy! This is fantastic, keep it up.
- arquivista
- No longer with us
- Posts: 266
- Joined: Tue Jul 06, 2010 8:39 am
- Location: Insert Geolocation tag here
- Contact:
Re: Flying Game
wow! afterburner that thing!
--------------------------------------------------------
To Do: Insert Signature Here
--------------------------------------------------------
To Do: Insert Signature Here
--------------------------------------------------------
Re: Flying Game
Great job. I'd guess the image issue is because you're not drawing at whole numbers, which causes things to blur because of OpenGL.
Try rounding the x and y in your draw calls.
Try rounding the x and y in your draw calls.
Re: Flying Game
Nah, drawing the not moving hud stuff at 0,0.
It's definitely the filter thing. Not chosing "nearest" messes it up.
It's definitely the filter thing. Not chosing "nearest" messes it up.
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: Flying Game
Oh great! (And now I can look at your source code and find out what i've been doing wrong all this time )
Too bad it has an altitude cap and barrel rolling more than once isn't fluid.
Too bad it has an altitude cap and barrel rolling more than once isn't fluid.
Help us help you: attach a .love.
- tentus
- Inner party member
- Posts: 1060
- Joined: Sun Oct 31, 2010 7:56 pm
- Location: Appalachia
- Contact:
Re: Flying Game
Badass, keep up the good work.
One suggestion (if I may be so bold), you may want to store barrelroll as 0, 1, or -1,rather than false, "right", and "left". That way you can just multiply maxsidespeed and barrelrollspeed by it and you only have to write your rotation code once.
One suggestion (if I may be so bold), you may want to store barrelroll as 0, 1, or -1,rather than false, "right", and "left". That way you can just multiply maxsidespeed and barrelrollspeed by it and you only have to write your rotation code once.
Kurosuke needs beta testers
Re: Flying Game
I got back to this post to ask you if the game is in 3D, then I read that part. It felt very much like 3D in my opinionObviously doesn't use "real" 3D but tries to simulate it as good as possible, though I only used values that "feel right".
I'm liking the game so far, but in the first 5 seconds I kept pressing the space expecting to see some rockets blowing up stuff XD.
Keep up the good work
Re: Flying Game
I got this error when I tried to run it:
Löve 0.6.2 on Ubuntu Maverick.
Can't wait to play it though, the screenshot looks really cool!
Code: Select all
Could not set video mode: Couldn't find matching GLX visual
boot [string "boot.lua"]:277: Could not set screen mode stack traceback:
[string "boot.lua"]:833: in function 'error_printer'
[string "boot.lua"]:768: in function <[string "boot.lua"]:766>
[C]: in function 'assert'
[string "boot.lua"]:277: in function <[string "boot.lua"]:215>
[C]: in function 'xpcall'
[string "boot.lua"]:838: in main chunk
Can't wait to play it though, the screenshot looks really cool!
Re: Flying Game
Hm..
Try setting t.screen.fsaa = 16 to 0 in the conf.lua?
Try setting t.screen.fsaa = 16 to 0 in the conf.lua?
Who is online
Users browsing this forum: Amazon [Bot] and 3 guests