Algorithm-Arena / weekly-challenge-8-ultimate-tic-tac-toe

3 stars 0 forks source link

Submission - Ultimate Tic-Tac-Toe + PointerPointer #1

Open evgenyvinnik opened 8 months ago

evgenyvinnik commented 8 months ago

Description

My submission is a mashup of two projects:

For some reason this week's challenge have reminded me of a cool project I have seen some time ago - pointerpointer.com I have really liked that website back in the day. Turns out nowadays it is a pure React app, so I kinda was able to replicate it on Github pages without any issues.

For ultimate tic-tac-toe part I also have decided not to bother myself too much and just used someone else's code (under Creative Commons license) as an inspiration: I just tried several implementations and ended up copying code which I felt was organized the best.

Demo

https://evgenyvinnik.github.io/ultimate-tic-tac-toe-pointer/

Video

https://youtu.be/2zjjnsOSDog

Source code

https://github.com/evgenyvinnik/ultimate-tic-tac-toe-pointer