Search found 56 matches

by EmmanuelOga
Tue Jul 19, 2011 9:30 pm
Forum: General
Topic: [OFF TOPIC] Recommended Android Applications
Replies: 8
Views: 4718

Re: [OFF TOPIC] Recommended Android Applications

TechnoCat wrote:music-making programs: uhhh, sound recorder?
Yeah, I'm quite sure there is nothing even coming close to this:

http://itunes.apple.com/app/sunvox/id324462544?mt=8

for android :(
by EmmanuelOga
Tue Jul 19, 2011 9:00 pm
Forum: General
Topic: [OFF TOPIC] Recommended Android Applications
Replies: 8
Views: 4718

[OFF TOPIC] Recommended Android Applications

Hey guys, I recently got a Droid 2 phone and I'm looking for some killer apps. Google is a mess with its crapload of TOP-NNN-APPS-FOR-ANDROID generic pages, so I thought the might be a couple of you experienced in this regard. So far I'm liking What's Up for messaging and the usual suspects... offic...
by EmmanuelOga
Thu Apr 21, 2011 4:20 am
Forum: Games and Creations
Topic: Volley Brawl is for sale in the USC
Replies: 41
Views: 13129

Re: Volley Brawl is for sale in the USC

Since the .love package is what you get when you pay, and it contains the source code... would it be ok for the publishers if the source was hosted somewhere, say, code.google or github? No. Redistributing the game without our permission would be in breach of the license. I wasn't talking about vol...
by EmmanuelOga
Thu Apr 14, 2011 4:43 pm
Forum: Games and Creations
Topic: Invader - Reinvention of Vertical Shoot-em-up Game
Replies: 8
Views: 11727

Re: Invader - Reinvention of Vertical Shoot-em-up Game

Fun an addictive :) I think I'd like to be able to shoot myself though. Those walls killing the player are annoying too. I'd rather to be completely stripped down of weapons but allow me to continue (perhaps with a chance of getting a single humble weapon after being strip down). Not sure if you can...
by EmmanuelOga
Thu Apr 14, 2011 4:34 pm
Forum: Games and Creations
Topic: "Launcher"
Replies: 14
Views: 7487

Re: "Launcher"

Nice! those exploding walls are very fun to watch with the cool retro sounds.
by EmmanuelOga
Thu Apr 14, 2011 4:22 am
Forum: Support and Development
Topic: What am I doing wrong here?
Replies: 36
Views: 11142

Re: What am I doing wrong here?

Here is one way to do it: http://pastie.org/1793974 I'm using a metatable there to tell all enemies that they should look for properties in the enemies table when they cannot find one (__index property of the metatable). Each time you call the setupEnemy function it creates a factory function and sa...
by EmmanuelOga
Wed Apr 13, 2011 11:43 pm
Forum: General
Topic: Tweening
Replies: 4
Views: 3212

Re: Tweening

Here are a couple of examples you can try which use the "tweener" library. https://github.com/EmmanuelOga/tweener/tree/master/examples/love To run it, get git. Download it here: https://github.com/EmmanuelOga/tweener/zipball/master then: cd tweener; love examples/love/follow love examples/...
by EmmanuelOga
Wed Apr 13, 2011 11:37 pm
Forum: General
Topic: Sound not playing
Replies: 15
Views: 8527

Re: Sound not playing

The easiest is create the source each time you want to play it. Otherwise you need to checkout if the sound is playing, if it is, create a new source for the source file, in order to get the same sound to play more than once, etc... function shot_sound() love.audio.newSource("sound/glock18.wav&...
by EmmanuelOga
Wed Apr 06, 2011 3:08 am
Forum: Games and Creations
Topic: Columns! 0.0.1
Replies: 22
Views: 15896

Re: Columns! 0.0.1

ha! Just stumbled upon this

http://andrewrussell.net/lightblocks/

Perhaps I should try to make Columns! graphics and music style less frantic, like that game...
by EmmanuelOga
Tue Apr 05, 2011 5:12 am
Forum: Games and Creations
Topic: Columns! 0.0.1
Replies: 22
Views: 15896

Re: Columns! 0.0.1

Hey guys, thanks for the nice comments! I started out with the levels; it was a little boring, but endless mode was more promising. I tried the levels again later; they're OK so far, haven't played very many. I added the levels in a rush without thinking a lot about them. Making them progressively c...