CSET-115 Week 4

Project: Tic-Tac-Toe

This week, you and a partner will build the classic game of wits. A browser based game will give you more practice with HTML, CSS, and JavaScript working with the DOM. But it will also provide an opportunity to see how a team develops a single product.


Setup

  1. One of you should go to GitHub and create a new repository called tic-tac-toe.
  2. Then go to the Settings tab and select Manage access. Click the green button to Invite a collaborator and enter your partner's GitHub username.
  3. Your partner should check their email and accept the invitation.
  4. Now both of you can clone the repo to your code directory.

Last week, we learned about different git workflows and realized we'd been following the Centralized workflow but without collaborators. We'll continue with this workflow for this project to see how it's different with other people. So no need to create forks or feature branches. Commit onto the main branch as usual, but this time you'll have to be more careful about pushing and pulling from the remote.


Requirements