Live data from Hacker News

Show HN: LSD – The Game

lalo.li

1–9 of 9 posts

Re: Show HN: LSD – The Game

#2
The goal is the one you make up for yourself, but basically get the dot into the square! Again and again and again!

Loosely based on http://annotated-code.maryrosecook.com/circles-bouncing-off-... which was on HN a few months ago.

See the source: https://github.com/franzenzenhofer/lsd - MIT

If you find a bug or want to improve it, you are welcome! If you want to "steal" the code and make something complete different with it, just do it. Want to make a native app, sell it for 99c and get a millionaire, go ahead.

Re: Show HN: LSD – The Game

#3
post #2

The goal is the one you make up for yourself, but basically get the dot into the square! Again and again and again! Loosely based on http://annotated-code.maryrosecook.com/circles-bouncing-off-... which was on HN a few months ago. See the source: https://github.com/franzenzenhofer/lsd - MIT If you find a bug or want to improve it, you are welcome! If you want to "steal" the code and make something complete different…

note: LSD is the abbrev. for line square dot

Re: Show HN: LSD – The Game

#5

With no limit on the length and number of lines that can be drawn, making the ball touch the square is just a process of drawing successively smaller triangles.

that's why there is an average counter on the right hand side top, you can play agains yourself (aim to get a better average over time)