Yeah... I haven't implemented any form of life yet... I'll get round to it at some point.T-Bone wrote:Shouldn't the o's and the like kill you?
Search found 6 matches
- Wed Aug 31, 2011 10:29 pm
- Forum: Games and Creations
- Topic: Glyph Attack
- Replies: 6
- Views: 3735
Re: Glyph Attack
- Wed Aug 31, 2011 7:58 pm
- Forum: Games and Creations
- Topic: Glyph Attack
- Replies: 6
- Views: 3735
Re: Glyph Attack
Thanks! I'll add a backwards movement feature. these controls are wired if you ask me. make the shooter aim toward the mouse and then just make WASD move him straight along the X and Y axis. either that or make it like asteroids. The controls aren't meant to be standard, I'm not trying to make an as...
- Tue Aug 30, 2011 8:36 pm
- Forum: Games and Creations
- Topic: Glyph Attack
- Replies: 6
- Views: 3735
Glyph Attack
Recently I've been remaking a font, and it just so happens one morning I woke up with an idea for a top-down shooting game based on the font. This is what the current rendition looks like: http://fc00.deviantart.net/fs71/f/2011/242/0/8/mini_game_by_mattyhex-d48chyf.png Attached is the love archive. ...
- Sat Jul 30, 2011 11:03 pm
- Forum: Libraries and Tools
- Topic: Simple Scenes lib
- Replies: 3
- Views: 4074
Re: Simple Scenes lib
I had a quick look at them just after I'd finished working on the first version. Though personally I like enjoy writing my own.
At some point in time I think I'll try to make a point and click escape game or something similar, my coding ability doesn't really go beyond that right now.
At some point in time I think I'll try to make a point and click escape game or something similar, my coding ability doesn't really go beyond that right now.
- Thu Jul 28, 2011 12:22 am
- Forum: Libraries and Tools
- Topic: Simple Scenes lib
- Replies: 3
- Views: 4074
Re: Simple Scenes lib
I can see this has been popular...
Anyway, for anyone interested I've made the init function available, it's called when the scene is set active, I've also updated the scenes.love a bit.
Anyway, for anyone interested I've made the init function available, it's called when the scene is set active, I've also updated the scenes.love a bit.
- Tue Jul 26, 2011 10:57 pm
- Forum: Libraries and Tools
- Topic: Simple Scenes lib
- Replies: 3
- Views: 4074
Simple Scenes lib
Long story short, I found myself trying to use the Crafty javascript game engine and found a neat little idea, an inbuilt 'scenes' system, this basically allows one to create multiple different game scenes (or game states) with ease. So I set about making one for LOVE, and below is the file itself, ...