Please refer to the directions available on the course webpage.
Make sure you've followed the Setup instructions before continuing. (Installing Chrome, Node.js, and Python 3.11 and above + running ./helper init).
- Complete the Tic-Tac-Toe React tutorial while writing down notes in
tic-tac-toe.txt. All changes should be made insrc/App.jsx. Use./helper devto view your changes. - Change Tic-Tac-Toe to conform with the Chorus Lapilli rules while writing down notes in
chorus-lapilli.txt. Use./helper devto view your changes. - Write test cases in
test_chorus_lapilli.pyto make sure your solution works. Run these tests using./helper test. - Create a ZIP file for submission to Gradescope. Running
./helper zipwill create a ZIP file calledassign.zip.