Live data from Hacker News

Show HN: A puzzle game inspired by functional programming, written in PureScript

david-peter.de

1–10 of 50 posts

Re: Show HN: A puzzle game inspired by functional programming, written in PureScript

#3
post #2

This 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

#4
post #3
post #2

This 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.

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

#8
post #4
post #3

Earlier 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.

Yeah, thin black borders between all the cubes would be a world of help.

Re: Show HN: A puzzle game inspired by functional programming, written in PureScript

#9
PureScript is a game changer. Compilation is fairly simple (unlike GHCJS), full Haskell'ish type system and modern/compact syntax, picked up a lot of momentum lately.

It 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!

Post reply on HN