Cannonship - 2d shooter

Show off your games, demos and other (playable) creations.
zielok
Prole
Posts: 12
Joined: Sun Oct 24, 2010 8:43 am

Cannonship - 2d shooter

Post by zielok »

I started creating a new game "CannonShip" (2d top shooter like Tyrian).

Download (11.22.2010 version)
http://www.zielok.com/love/cannon.love

I have:
- tiled map loader (another version based on xml lua parser)
- fast and smooth scrolling (two layers and three tileset - more is possible)
and no more this time....
Last edited by zielok on Mon Nov 22, 2010 9:24 pm, edited 1 time in total.
zielok
Prole
Posts: 12
Joined: Sun Oct 24, 2010 8:43 am

Re: Cannonship - 2d shooter

Post by zielok »

Sorry for double post!
New version is availbale (in the first post) - this is very early stage (without collision, some animations and more..)

Controls:
WSAD - move our ship
Right Control - shoot

Screenshot:
Image
User avatar
arquivista
No longer with us
Posts: 266
Joined: Tue Jul 06, 2010 8:39 am
Location: Insert Geolocation tag here
Contact:

Re: Cannonship - 2d shooter

Post by arquivista »

Don't have much to comment for now but an advice: use another key than right crtl since that keycode don't seem to work on OSX.
--------------------------------------------------------
To Do: Insert Signature Here
--------------------------------------------------------
User avatar
Mud
Citizen
Posts: 98
Joined: Fri Nov 05, 2010 4:54 am

Re: Cannonship - 2d shooter

Post by Mud »

Wow, man, it looks gorgeous.
User avatar
ninwa
Party member
Posts: 118
Joined: Tue Oct 12, 2010 1:21 am
Location: Metro Detroit
Contact:

Re: Cannonship - 2d shooter

Post by ninwa »

This looks really good. I've always been a fan of this genre so I can't wait to see where this goes.
User avatar
SiENcE
Party member
Posts: 792
Joined: Thu Jul 24, 2008 2:25 pm
Location: Berlin/Germany
Contact:

Re: Cannonship - 2d shooter

Post by SiENcE »

Nice. I have to try it on Caanoo & Dingoo :-).
User avatar
zac352
Party member
Posts: 496
Joined: Sat Aug 28, 2010 8:13 pm
Location: In your head.
Contact:

Re: Cannonship - 2d shooter

Post by zac352 »

You overdid those graphics. ._.
Hello, I am not dead.
User avatar
Ryne
Party member
Posts: 444
Joined: Fri Jan 29, 2010 11:10 am

Re: Cannonship - 2d shooter

Post by Ryne »

I agree it looks really good, did you do the graphics yourself?
@rynesaur
User avatar
Jasoco
Inner party member
Posts: 3725
Joined: Mon Jun 22, 2009 9:35 am
Location: Pennsylvania, USA
Contact:

Re: Cannonship - 2d shooter

Post by Jasoco »

arquivista wrote:Don't have much to comment for now but an advice: use another key than right crtl since that keycode don't seem to work on OSX.
MacBook's don't even have a right Control key. You should instead of just checking for right control, check for left as well by doing:

Code: Select all

if love.keyboard.isDown("rctrl") or love.keyboard.isDown("lctrl") then
I also like placing the key in a local like:

Code: Select all

local fireKey = love.keyboard.isDown("rctrl") or love.keyboard.isDown("lctrl")
Other than that, even though I can't shoot, it's amazing looking.
zielok
Prole
Posts: 12
Joined: Sun Oct 24, 2010 8:43 am

Re: Cannonship - 2d shooter

Post by zielok »

New version is available.
Features:
- added enemy destruction
- added particles effect
- fixed shoot key
and maybe more but I don't remember :)

Port for Dingoo? Yes, it's possible but first I must finish game.
I agree it looks really good, did you do the graphics yourself?
Yes, I make graphics.
Post Reply

Who is online

Users browsing this forum: No registered users and 34 guests