Live data from Hacker News

Show HN: Test your shape rotation skills

0xf00ff00f.github.io

1–10 of 210 posts

Show HN: Test your shape rotation skills

#1
Hi all, hope someone enjoys (or not) my weekend project. See how many matching pairs you can find in two minutes.

This is written in C++ and built to WebAssembly with Emscripten. The code is at https://github.com/0xf00ff00f/rotator

Show HN: Test your shape rotation skills
0xf00ff00f.github.io

Re: Show HN: Test your shape rotation skills

#8
Small bug: occasionally there are multiple matching pairs, although only 1 works (screenshot: https://ibb.co/JpRp0Pm)

Additionally, the auto rotation itself is mostly confusing, could be better to enable manual mouse rotation.

Cool game nonetheless!

Edit: The bug seems to be that shapes with different "DNA" can still be isometric in some cases: https://github.com/0xf00ff00f/rotator/blob/master/demo.cc#L4...

Re: Show HN: Test your shape rotation skills

#10
post #8

Small bug: occasionally there are multiple matching pairs, although only 1 works (screenshot: https://ibb.co/JpRp0Pm ) Additionally, the auto rotation itself is mostly confusing, could be better to enable manual mouse rotation. Cool game nonetheless! Edit: The bug seems to be that shapes with different "DNA" can still be isometric in some cases: https://github.com/0xf00ff00f/rotator/blob/master/demo.cc#L4...

I encountered the same bug and it was also a donut kind of shape, maybe something to do with the closing of the loop?
Post reply on HN