Skip to content
Submitted 11 months ago

Fun Connect Four game with animations

react, react-aria, storybook, motion
LVL 4
@kim-fransson
A solution to the Connect Four game challenge

Solution retrospective


What are you most proud of, and what would you do differently next time?

I'm proud of the small animations made by motion js. And that I actually finnished the project (this one dragged out on time). I skipped the cpu part, local storage and did not have the energy to add sound.

If I would tackle this challenge again I would probably spend some more time making the layout more responsive, especially the board. I think I could use aspect-ratio property and min max width better, now I used a lot of fixed values which I don't like.

What challenges did you encounter, and how did you overcome them?

I spend a lot of time on the actual board, how to align the counters with the svg backgrounds. I think I ended up re-creating the counters using html/css instead of using the provided svg.

What specific areas of your project would you like help with?

If you find any issues leave a comment! 😊

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on Kim Fransson’s solution.

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord