Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. e Project 1
  2. Congratulations on making it to your first milestone!
  3.  
  4. You've already learned a ton and are ready to work on a real project.
  5.  
  6. Your assignment: Create a Tic Tac Toe game. You are free to use any IDE you like.
  7.  
  8. Here are the requirements:
  9.  
  10. 2 players should be able to play the game (both sitting at the same computer)
  11. The board should be printed out every time a player makes a move
  12. You should be able to accept input of the player position and then place a symbol on the board
  13.  
  14. Feel free to use Google to help you figure anything out (but don't just Google "Tic Tac Toe in Python" otherwise you won't learn anything!) Keep in mind that this project can take anywhere between several hours to several days.
  15.  
  16. There are 4 Jupyter Notebooks relat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement