Share your fiddles!

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
Smoggert
Prole
Posts: 29
Joined: Thu Nov 10, 2016 11:23 pm

Re: Share your fiddles!

Post by Smoggert »

Damn, that's pretty cool! :cool:
Btw, the love.wheelmoved(x,y) function feeds -100/100 y-values instead of the regular -1/1 from love. Not sure if you can fix that or if its dependant on some lib you used.

For now I'll just devide the value by 100 I suppose ^^.
alloyed
Citizen
Posts: 80
Joined: Thu May 28, 2015 8:45 pm
Contact:

Re: Share your fiddles!

Post by alloyed »

http://lovefiddle.com/H56HHtA4mCJnEM5pY
here's a procedural dungeon generator ripped from my game
this is the debug mode, so you get to watch the dungeon being made in real time :O
User avatar
Smoggert
Prole
Posts: 29
Joined: Thu Nov 10, 2016 11:23 pm

Re: Share your fiddles!

Post by Smoggert »

alloyed wrote:http://lovefiddle.com/H56HHtA4mCJnEM5pY
here's a procedural dungeon generator ripped from my game
this is the debug mode, so you get to watch the dungeon being made in real time :O
I like it :D you get a clear view of whats happening
User avatar
pgimeno
Party member
Posts: 3551
Joined: Sun Oct 18, 2015 2:58 pm

Re: Share your fiddles!

Post by pgimeno »

The infinite maze generator in fiddle form.

http://lovefiddle.com/jjoiYCbQu56phSrYi

I ran into a problem, that love.graphics.clear(table) is not supported, so I had to replace the usages by a function returning tuples. Is that a known limitation of the Emscripten version?
User avatar
easy82
Party member
Posts: 184
Joined: Thu Apr 18, 2013 10:46 pm
Location: Hungary

Re: Share your fiddles!

Post by easy82 »

This infinite maze thing is really cool! One could use it for a game where the screen moves at a constant speed, and the player would have to navigate a character in the maze by making quick decisions about the right direction.
User avatar
pgimeno
Party member
Posts: 3551
Joined: Sun Oct 18, 2015 2:58 pm

Re: Share your fiddles!

Post by pgimeno »

Thanks. Feel free, I'm not planning to do anything with it. I realize now that I didn't insert a license notice. Consider it public domain.
davisdude
Party member
Posts: 1154
Joined: Sun Apr 28, 2013 3:29 am
Location: North Carolina

Re: Share your fiddles!

Post by davisdude »

Bezier curve visualization http://lovefiddle.com/WqGuizFBYZRZgDKRL

Controls: Click to add point; any key to run visualization; "r" to reset
GitHub | MLib - Math and shape intersections library | Walt - Animation library | Brady - Camera library with parallax scrolling | Vim-love-docs - Help files and syntax coloring for Vim
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 40 guests