Show HN: LSD – The Game
lalo.li
Show HN: LSD – The Game
1–9 of 9 posts
Re: Show HN: LSD – The Game
#2Loosely 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
#3The 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…
Re: Show HN: LSD – The Game
#4Re: Show HN: LSD – The Game
#5With 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.
Re: Show HN: LSD – The Game
#6Re: Show HN: LSD – The Game
#7Re: Show HN: LSD – The Game
#8Addictive.
Re: Show HN: LSD – The Game
#9Very fun. I found bug(?) The ball slip through when confined to a very small square.