Search found 444 matches

by Ryne
Sun Jan 08, 2012 4:37 pm
Forum: Games and Creations
Topic: Scary Monsters
Replies: 113
Views: 49696

Re: Scary Monsters

edit: didn't want to triple-post. Just letting you guys know that I'm not dead. Expect updates, and possibly a new demo in the next few days :) just a bump for the update graphics on pg1 -- getting a little more polished every day I took some time to re-design almost everything so that it fits a 8x8...
by Ryne
Mon Jan 02, 2012 4:33 am
Forum: LÖVE-Android
Topic: love-java-android/love-native-android: project information
Replies: 72
Views: 107739

Re: love-android: project information

Man, the thought of creating an ENTIRE game using solely the device is awesome.

Would be great if you're at work and just want to test some code, or make a little demo of something using a android-based code editor, android-based graphics editor, and LOVE.
by Ryne
Mon Jan 02, 2012 3:53 am
Forum: Games and Creations
Topic: Gluttony (formerly The Five Second Game)
Replies: 17
Views: 7065

Re: The Five Second Game

That's awesome, Ryne. Thanks a bunch. no problem, I didn't really stick to your games resolution or anything so if you want I can resize whatever you need. the graphics are also meant to scale, so they are pretty tiny and should be scaled using "love.graphics.scale(4, 4)" you can use this...
by Ryne
Mon Jan 02, 2012 3:46 am
Forum: Games and Creations
Topic: Gluttony (formerly The Five Second Game)
Replies: 17
Views: 7065

Re: The Five Second Game

fun game, I was kinda bored earlier so I created some quick graphics. hope you don't mind, you can feel free to use these if you like. http://dl.dropbox.com/u/7905642/5second/5second.png http://dl.dropbox.com/u/7905642/5second/redtest.png http://dl.dropbox.com/u/7905642/5second/bluetest.png http://d...
by Ryne
Sun Jan 01, 2012 10:52 pm
Forum: Games and Creations
Topic: Zombie Frenzy - Holiday Edition
Replies: 13
Views: 7225

Re: Zombie Frenzy - Holiday Edition

wow, this is great headchant!
by Ryne
Thu Dec 29, 2011 5:20 pm
Forum: Games and Creations
Topic: Scary Monsters
Replies: 113
Views: 49696

Re: Scary Monsters

clickrush wrote:oh your concept looks much more defined now. I kinda missunderstood it until now. apparently your going for a solid, traditional design. looking forward to see how this evolves!
Thanks for the interest!
by Ryne
Thu Dec 29, 2011 4:30 pm
Forum: Games and Creations
Topic: Scary Monsters
Replies: 113
Views: 49696

Re: Scary Monsters

Jasoco wrote:So glad to see this project being moved forward! Keep it going!
Thanks Jas!

edit: bump for update information on page 1.
by Ryne
Thu Dec 29, 2011 3:38 pm
Forum: General
Topic: A proposal
Replies: 5
Views: 1868

Re: A proposal

Robin wrote:I have no time. :(

I should be good in about two weeks, though.
I'm here if you need an artist buddy :)
by Ryne
Mon Dec 26, 2011 7:48 pm
Forum: Support and Development
Topic: Warping screen? [RESOLVED]
Replies: 20
Views: 11999

Re: Warping screen?

It works but it's kinda fishy. It looks like its teleporting. Can you make its so that if you go out of screen on the right it will only teleport if the left edge touches it? Is that possible? By "warp" I assumed you meant teleport. Also yeah, you can just do the same thing as I did with ...
by Ryne
Mon Dec 26, 2011 7:38 pm
Forum: Support and Development
Topic: Warping screen? [RESOLVED]
Replies: 20
Views: 11999

Re: Warping screen?

Just some noob code i wrote, you can see what it does... How can i make it so when hes out of screen in a horizontal position. Like if he went out of the right or left side of the screen, how can i make him appear on the other side? you can do something like this: function love.update(dt) if love.k...