using sveltekit with static site + test

Solution retrospective
I successfully wrote tests in the TDD style, which have been invaluable during redesigns. Next time, I would aim to iterate faster on the test-design cycle to further enhance the process.
What challenges did you encounter, and how did you overcome them?When adding AI to the system, the reactivity code didn't behave as expected. I identified the issue and corrected it, ensuring functionality, although the solution might not be the most optimal.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@joeleg96
Hey JConan,
Overall good job on your solution, it looks very clean, and works very well. There are a few small details that you could fix though:
-
I don't think you're using the correct font in the starting menu.
-
I noticed that when you start a new round in both vs cpu and PVP X no longer goes first.
-
I think it might be helpful to apply a delay to the CPU's turn rather than it going automatically, but this might just be a personal preference.
This is just me nit picking for constructive criticism though. Great job on a great solution, and good luck on your coding journey!
-
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