Show HN: A puzzle game inspired by functional programming, written in PureScript
1–10 of 50 posts
Re: Show HN: A puzzle game inspired by functional programming, written in PureScript
#2GitHub link: https://github.com/sharkdp/cube-composer
Re: Show HN: A puzzle game inspired by functional programming, written in PureScript
#3This is still work in progress. I would love to hear your feedback. GitHub link: https://github.com/sharkdp/cube-composer
Re: Show HN: A puzzle game inspired by functional programming, written in PureScript
#4This is still work in progress. I would love to hear your feedback. GitHub link: https://github.com/sharkdp/cube-composer
It would be better if we could see the adjacent cubes with same color clearly. Especially on objective part, it is hard to determine how long a line segment is if it is same color.
Re: Show HN: A puzzle game inspired by functional programming, written in PureScript
#5Very very challenging
Re: Show HN: A puzzle game inspired by functional programming, written in PureScript
#6Re: Show HN: A puzzle game inspired by functional programming, written in PureScript
#7Re: Show HN: A puzzle game inspired by functional programming, written in PureScript
#8Earlier quoted context omitted.
It would be better if we could see the adjacent cubes with same color clearly. Especially on objective part, it is hard to determine how long a line segment is if it is same color.
Thank you for the feedback. I have been thinking about this earlier ( https://github.com/sharkdp/cube-composer/issues/7 ). I will definitely try to improve it.
Re: Show HN: A puzzle game inspired by functional programming, written in PureScript
#9It find it by far the best AltJS implementation currently available.
Have a look at the code implementing the transformer functions, so clean!
https://github.com/sharkdp/cube-composer/blob/master/src/Tra...
Nice demo!
Re: Show HN: A puzzle game inspired by functional programming, written in PureScript
#10The interface is really fun though, and the blocks look nice. Only the "Solved!" text is quite small and not easy to spot.