The epic love demo thread!

Showcase your libraries, tools and other projects that help your fellow love users.
Post Reply
User avatar
farvardin
Party member
Posts: 167
Joined: Sat Jun 28, 2008 6:46 pm

Re: The epic love demo thread!

Post by farvardin »

ok, thank you.
User avatar
cag
Citizen
Posts: 65
Joined: Sun Jun 29, 2008 5:09 am

Re: The epic love demo thread!

Post by cag »

An obligatory high score screen to a playable demo I've just hacked together today and will be putting some sounds and finishing touches to. Ignore debug info in the corner.
Image
:) Just a teaser, you know.
User avatar
cag
Citizen
Posts: 65
Joined: Sun Jun 29, 2008 5:09 am

Re: The epic love demo thread!

Post by cag »

And I present to you a love tetris clone!

Controls:
Up - spin
Left/Right - move
Down - go down
Space - quick drop/restart at game over screen
F4 - toggle fullscreen
Attachments
lovetris.love
Lovetris is like Tetris :x
(40 KiB) Downloaded 226 times
User avatar
rude
Administrator
Posts: 1052
Joined: Mon Feb 04, 2008 3:58 pm
Location: Oslo, Norway

Re: The epic love demo thread!

Post by rude »

No way! :D

I love it! Hope you don't mind if I put this in the demopack in the next release. Wouldn't hurt to have more playable demos in there.

Nice work!
User avatar
farvardin
Party member
Posts: 167
Joined: Sat Jun 28, 2008 6:46 pm

Re: The epic love demo thread!

Post by farvardin »

yes, this tetris is perfectly done!
User avatar
cag
Citizen
Posts: 65
Joined: Sun Jun 29, 2008 5:09 am

Re: The epic love demo thread!

Post by cag »

It really is a hack, you know. If you look at the source,... it's pretty messy and scary. ;) I would say far from perfectly done.
But it's playable, and I've just wasted a few hours playing my own tetris clone. >_>

Post-ur-high-skorez-dudez.

Also, feel free to use it in whatever love release you want. Go ahead and rip the track and/or sound samples too. Just give me my credit.... my precious credit.... and fame.... and showers of gold.... yes.... and first-born children....
User avatar
qubodup
Inner party member
Posts: 775
Joined: Sat Jun 21, 2008 9:21 pm
Location: Berlin, Germany
Contact:

Re: The epic love demo thread!

Post by qubodup »

cag wrote:And I present to you a love tetris clone!

Controls:
Up - spin
Left/Right - move
Down - go down
Space - quick drop/restart at game over screen
F4 - toggle fullscreen
the funny thing is that if you use sound instead of music, it will loop..

Do you think your demo is cool because you made the stones turn the wrong way?

It's not.

It's cool for other reasons though.
lg.newImage("cat.png") -- made possible by lg = love.graphics
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
User avatar
cag
Citizen
Posts: 65
Joined: Sun Jun 29, 2008 5:09 am

Re: The epic love demo thread!

Post by cag »

Huh. Sounds loop.
That's probably not a good idea to use music as sfx, though.

Also, if you're picky about the spinning direction, you can change line 468 to

Code: Select all

	else new_rot = math.fmod(piece_rot - 2, 4) + 1
;)
User avatar
qubodup
Inner party member
Posts: 775
Joined: Sat Jun 21, 2008 9:21 pm
Location: Berlin, Germany
Contact:

Re: The epic love demo thread!

Post by qubodup »

cag wrote:Huh. Sounds loop.
That's probably not a good idea to use music as sfx, though.
Yeah. I guess making it loop 99999 times is better... or just wait for 0.3.2

also: http://vimeo.com/1260263 booyeah
lg.newImage("cat.png") -- made possible by lg = love.graphics
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
User avatar
cag
Citizen
Posts: 65
Joined: Sun Jun 29, 2008 5:09 am

Re: The epic love demo thread!

Post by cag »

w00t, thanks.

Also: updated it. Probably won't be making any more revisions to it. Whew.
Use this one for the pack-in demo. It's bettar. Be sure to change it so the music loops properly if you get that fixed...
Attachments
lovetris.love
new and improved
(40 KiB) Downloaded 188 times
Post Reply

Who is online

Users browsing this forum: No registered users and 81 guests