Search found 15 matches

by Izzo
Wed Apr 16, 2014 12:14 pm
Forum: Games and Creations
Topic: Luminosity 1.2 - WE GOT GREENLITGREENLIT, SEE YOU ON STEAM!!
Replies: 36
Views: 33636

Re: Luminosity - Just broke 1500 yes votes on Greenlight!

Congrats :) Steam lets you put up games with 0 support for steam features. If we get on steam we intend to add as many features as we can, It shouldn't be too hard. I've never worked with the Steam API, but it should be a piece of cake. Love allows you to import DLLs. You will have to get down and d...
by Izzo
Sat Apr 05, 2014 6:12 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 353145

Re: Löve Frames - A GUI Library

I was just wondering is there a technical reason for using:

Code: Select all

local stencilfunc = function() love.graphics.rectangle("fill", x, y, width, height) end
...
love.graphics.setStencil(stencilfunc)
instead of

Code: Select all

love.graphics.setScissor(x, y, width, height)
Does Löve handle the two differently?
by Izzo
Fri Apr 04, 2014 9:36 am
Forum: Games and Creations
Topic: Battle Dyzx
Replies: 5
Views: 4882

Re: Battle Dyzx

Thank you very much for the comments :) I have my speakers off so I can't comment on the sound That's a good thing because The sound is absolute ear-rape ...I did indeed find it difficult to understand who I was... ...there should be a clearer indication of who the player is since it seems to be ran...
by Izzo
Fri Apr 04, 2014 7:26 am
Forum: Games and Creations
Topic: Luminosity 1.2 - WE GOT GREENLITGREENLIT, SEE YOU ON STEAM!!
Replies: 36
Views: 33636

Re: Luminosity - Now on Greenlight and Itch.io!

Awesome, I would love to see it on Steam :)
by Izzo
Wed Apr 02, 2014 1:05 pm
Forum: Games and Creations
Topic: Battle Dyzx
Replies: 5
Views: 4882

Battle Dyzx

Hi, I've been working on a spinning tops action/fighting game (think about Beyblade) and decided to share it. Obviously it's a work in progress and will take some time before it is anything near complete, but showcasing it now is as good as ever. All suggestions and comments are welcome, especially ...
by Izzo
Wed Apr 02, 2014 11:56 am
Forum: Libraries and Tools
Topic: LOVE Terminal Emulator
Replies: 23
Views: 37574

Re: LOVE Terminal Emulator

This terminal is a great idea and it can be very useful not only for end-users but as a development tool as well. For instance logging/printing (especially with the current version of love for android which doesn't have console output) or debugging your game.
by Izzo
Wed Apr 02, 2014 11:45 am
Forum: Games and Creations
Topic: SUPER ORIGINAL FROG JUMPY JUMP
Replies: 9
Views: 4308

Re: SUPER ORIGINAL FROG JUMPY JUMP

I'd personally remove the last line of the text message "I hate you, kill yourself". I understand that as an insult. The player just gave you his time, so I consider this rude. (Edit: I just noticed, these lines already show up in the beginning of the game.) Besides that: Pretty descent g...
by Izzo
Wed Apr 02, 2014 11:23 am
Forum: Games and Creations
Topic: Tower Defence (0.6.2)
Replies: 14
Views: 12689

Re: Tower Defence (24h Game Jam)

This looks amazing, I love the visuals.
Keep at it. It will be awesome when it is finished.
by Izzo
Sun Jan 13, 2013 5:09 pm
Forum: Games and Creations
Topic: LOVE Community Games
Replies: 8
Views: 6574

Re: LOVE Community Games

Hey, I have an idea I hesitate to present since a few months. But I still struggle to find a clear the way to communicate it. A full GDD looks like an overkill to me. Any advice on how to organize my thoughts? Nah... GDDs are dead, only big companies use them out of necessity and they don't like th...
by Izzo
Sun Jan 13, 2013 2:43 pm
Forum: Games and Creations
Topic: [Platformer] GiLL Pre-Alpha Demo
Replies: 20
Views: 15883

Re: [Platformer] GiLL Pre-Alpha Demo

thanks for all your kind words guys :) Awesome game! It crashed on me twice,... Could you explain the "crash" a bit more ? :) Sure! Both times it happened when I interacted with an object. The first time I bumped into the trampoline from the side rather than from the top - it froze and th...