wolfenste / tictactoe

0 stars 0 forks source link

Document the game first #1

Closed flavius closed 6 years ago

flavius commented 6 years ago

Create a directory docs/ in the project root and inside a markdown document in which you describe how the game is played, winning conditions, everything.

You can later use this document as a help, but the most important usage for you is textual analysis: you will extract from it nouns and verbs which you'll use to model your actors, classes and operations.

Use natural language. This document should be non-technical.