[Development Alpha 1.22] Flyer Alpha 1.20

Show off your games, demos and other (playable) creations.
User avatar
vladgalay
Citizen
Posts: 60
Joined: Sun Jan 29, 2012 4:54 pm
Location: The Motherland

[Development Alpha 1.22] Flyer Alpha 1.20

Post by vladgalay »

Image
Version: Alpha 1.20

That's me again, with my top-down space shooter. Eventually, first level is not in open space, but in training center on Mars. Don't worry, there will be open space levels =)
Features:

No bots AI!
No normal levels!
Two types of weapons!
Inventory!
Forcefields!
And that crappy metal box!

Controls:
Right/Left arrows - rotate ship
Left Ctrl - shoot primary weapon
Space - shoot secondary weapon
A/Z - ship movement
S - force engines
= - drop inventory item (key)
f - fullscreen (HUD on fullscreen is quite crappy) (set the resolution in settings)
ESC - pause


Screenshots:

Image

Image

Image

Image

Image

Image

Useful for lazy users - just launch EXE file =)

Download PC version (*.rar)

And for hard LOVErs =D
Love version: 0.8.0

Download PC version (*.love)

P.S.: My artworks, related to the Flyer =)
Press on the image to get better quality XD

Paint.NET Artworks

Image

Image

Image

Image

Image

Image

Image

Image

Image

Made in school at physics =)

Image

Image

Image

Image

Sorry for that really long post, but i think my game deserve it =)
Last edited by vladgalay on Sat Aug 04, 2012 9:42 am, edited 4 times in total.
User avatar
molul
Party member
Posts: 264
Joined: Sun Feb 05, 2012 6:51 pm
Location: Valencia, Spain
Contact:

Re: [Game] Flyer Alpha 1.00

Post by molul »

It looks good. I'd remove A/Z keys to move the ship, as Up/Down are much intuitive, and they already work in this demo. I don't like Esc for fullscreen, as I usually use it to exit programs or menus.

Apart from the control, I liked the speed of the ship going forward and backwards,, but I found a bit confusing that when I press shoot, all the ships shoot.

Anyway, nice alpha. Looking forward for a beta!
User avatar
vladgalay
Citizen
Posts: 60
Joined: Sun Jan 29, 2012 4:54 pm
Location: The Motherland

Re: [Game] Flyer Alpha 1.00

Post by vladgalay »

molul wrote:I don't like Esc for fullscreen, as I usually use it to exit programs or menus.
So, in next version, F button will be for fullscreen mode =)
molul wrote:but I found a bit confusing that when I press shoot, all the ships shoot.
I have done that because now ships(they are bots =)) haven't got AI =)
molul wrote:Anyway, nice alpha. Looking forward for a beta!
Thanks! I hope, that next version will be on Thursday =)
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: [Game] Flyer Alpha 1.00

Post by Nixola »

When I press shoot, only one ship shoots, and it's not mine =(
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: [Game] Flyer Alpha 1.00

Post by josefnpat »

I had to tear your exe apart, and put it back together as a .love to run it on linux.

If you were trying to obfuscate your code, I can remove the attached love file.

As for the game, very nice start. Most of the issues have already been mentioned, but I would like to suggest for your milestone 1, to create some kind of "win condition", so that I'm not just sitting at the end of the game wondering what to do.

Best thing about this game is the multi-language support. I would highly suggest creating a language definition file for each language (e.g. en.lua and ru.lua). When the user chooses a language, just require the proper lua language file. This way, if you want another language, you don't have to sift through all the code just to add it.
Attachments
Flyer.love
(486.99 KiB) Downloaded 376 times
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
User avatar
vladgalay
Citizen
Posts: 60
Joined: Sun Jan 29, 2012 4:54 pm
Location: The Motherland

Re: [Game] Flyer Alpha 1.00

Post by vladgalay »

Nixola wrote:When I press shoot, only one ship shoots, and it's not mine =(
That's strange. What version of LOVE 2D do you have?
josefnpat wrote:If you were trying to obfuscate your code, I can remove the attached love file.
I packed the game into one executable file because i wanted to make the process of launching LOVE game simple to end-user =)
In future versions, i will attach *.love file.
josefnpat wrote:but I would like to suggest for your milestone 1, to create some kind of "win condition", so that I'm not just sitting at the end of the game wondering what to do.
This is only Alpha, so for that moment there is not normal level script file, which will be in further versions of the game.
josefnpat wrote:I would highly suggest creating a language definition file for each language (e.g. en.lua and ru.lua). When the user chooses a language, just require the proper lua language file. This way, if you want another language, you don't have to sift through all the code just to add it.
That will be not so easy, because LOVE doesn't support Cyrillic(Russian) fonts, so i had to make my own font called "Origami". Small letters are English, big letters and some symbols are Russian. But i will think how to make language adding easy =)

If something is wrong, sorry for my bad English =)
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: [Game] Flyer Alpha 1.00

Post by Nixola »

I have LÖVE 0.7.2 running on Ubuntu 11.10...
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: [Game] Flyer Alpha 1.00

Post by Robin »

vladgalay wrote:I packed the game into one executable file because i wanted to make the process of launching LOVE game simple to end-user =)
In future versions, i will attach *.love file.
Good. On this forum, .loves are preferred by everyone, because it is less hassle than anything else (download size, for example).
Help us help you: attach a .love.
User avatar
MarekkPie
Inner party member
Posts: 587
Joined: Wed Dec 28, 2011 4:48 pm
Contact:

Re: [Game] Flyer Alpha 1.00

Post by MarekkPie »

You can safely assume that if you are posting on this forum, then all the other people posting on this forum have LOVE installed.
User avatar
Jasoco
Inner party member
Posts: 3725
Joined: Mon Jun 22, 2009 9:35 am
Location: Pennsylvania, USA
Contact:

Re: [Game] Flyer Alpha 1.00

Post by Jasoco »

I have every version of Löve since 0.5.0 including 0.8.0 LuaJIT specifically to be prepared for any .love file I come upon. So rest assured the .love is enough for us.
Post Reply

Who is online

Users browsing this forum: No registered users and 63 guests