Flying Game

Show off your games, demos and other (playable) creations.
Maurice
Prole
Posts: 23
Joined: Mon Jul 19, 2010 11:41 am

Flying Game

Post by Maurice »

Except it's not much of a game yet.

Imagepew 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
Image
(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.
Last edited by Maurice on Mon Nov 15, 2010 5:38 am, edited 2 times in total.
User avatar
ninwa
Party member
Posts: 118
Joined: Tue Oct 12, 2010 1:21 am
Location: Metro Detroit
Contact:

Re: Flying Game

Post by ninwa »

I am not worthy! :) This is fantastic, keep it up.
User avatar
arquivista
No longer with us
Posts: 266
Joined: Tue Jul 06, 2010 8:39 am
Location: Insert Geolocation tag here
Contact:

Re: Flying Game

Post by arquivista »

wow! afterburner that thing! :D
--------------------------------------------------------
To Do: Insert Signature Here
--------------------------------------------------------
User avatar
thelinx
The Strongest
Posts: 857
Joined: Fri Sep 26, 2008 3:56 pm
Location: Sweden

Re: Flying Game

Post by thelinx »

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.
Maurice
Prole
Posts: 23
Joined: Mon Jul 19, 2010 11:41 am

Re: Flying Game

Post by Maurice »

Nah, drawing the not moving hud stuff at 0,0.
It's definitely the filter thing. Not chosing "nearest" messes it up.
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: Flying Game

Post by Robin »

Oh great! (And now I can look at your source code and find out what i've been doing wrong all this time :P)

Too bad it has an altitude cap and barrel rolling more than once isn't fluid.
Help us help you: attach a .love.
User avatar
tentus
Inner party member
Posts: 1060
Joined: Sun Oct 31, 2010 7:56 pm
Location: Appalachia
Contact:

Re: Flying Game

Post by tentus »

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.
Kurosuke needs beta testers
Czrlos
Prole
Posts: 14
Joined: Wed Nov 10, 2010 9:09 pm

Re: Flying Game

Post by Czrlos »

Obviously doesn't use "real" 3D but tries to simulate it as good as possible, though I only used values that "feel right".
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 opinion :awesome:

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
User avatar
middlerun
Citizen
Posts: 64
Joined: Tue Nov 25, 2008 4:31 am
Location: Sydney, Australia
Contact:

Re: Flying Game

Post by middlerun »

I got this error when I tried to run it:

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
Löve 0.6.2 on Ubuntu Maverick.

Can't wait to play it though, the screenshot looks really cool!
Maurice
Prole
Posts: 23
Joined: Mon Jul 19, 2010 11:41 am

Re: Flying Game

Post by Maurice »

Hm..
Try setting t.screen.fsaa = 16 to 0 in the conf.lua?
Post Reply

Who is online

Users browsing this forum: No registered users and 71 guests