I received an exercise: control a chess game.
No AI, just a human-vs-human chess game.
This is the first full-blown project I’m developing.
I have 3 weeks, during which I have about 2-4 hours every day.
I’m developing alone.
How do you suggest I manage the time and the flow of development?
Thanks,
Nur
Before delving into details, develop the logic on paper and start coding a simple prototype that includes the basic and core functions, no fancy things. Then, incrementally develop, add new features.