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....
Cannonship - 2d shooter
Cannonship - 2d shooter
Last edited by zielok on Mon Nov 22, 2010 9:24 pm, edited 1 time in total.
Zielok
http://www.zielok.com
http://www.zielok.com
Re: Cannonship - 2d shooter
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:
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:
Zielok
http://www.zielok.com
http://www.zielok.com
- 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
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
--------------------------------------------------------
To Do: Insert Signature Here
--------------------------------------------------------
Re: Cannonship - 2d shooter
Wow, man, it looks gorgeous.
Re: Cannonship - 2d shooter
This looks really good. I've always been a fan of this genre so I can't wait to see where this goes.
Re: Cannonship - 2d shooter
Nice. I have to try it on Caanoo & Dingoo :-).
Re: Cannonship - 2d shooter
I agree it looks really good, did you do the graphics yourself?
@rynesaur
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: Cannonship - 2d shooter
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: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.
Code: Select all
if love.keyboard.isDown("rctrl") or love.keyboard.isDown("lctrl") then
Code: Select all
local fireKey = love.keyboard.isDown("rctrl") or love.keyboard.isDown("lctrl")
Re: Cannonship - 2d shooter
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.
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.
Yes, I make graphics.I agree it looks really good, did you do the graphics yourself?
Zielok
http://www.zielok.com
http://www.zielok.com
Who is online
Users browsing this forum: Ahrefs [Bot] and 9 guests