- boarded a 2-dimensional array that represents a 3x3 tic-tac-toe board
- located a 2-item tuple that specifies a cell on the board
- player is a String, either "X" or "Y"
- Returned a copy of the board with the player String placed at the location.
- The board is the wrong size
- The location is already occupied by a player
- The location is invalid
- The player String is something other than "X" or "Y"
-
Purpose of this app: This app is build to play a game on local terminal, with 2 players.
-
How to use: One of the user should download the python file, and run a command on terminal, then just wait for it to be prompted.
-
Features on the app: The app has 3x3 matrix, and prompts on terminal allowing 2 users to play a game
First two folders are Python related and 2nd week folder has tic-tac-toe game completed, 1st week folder has more exercise on Python. At bootcamp everything moves very quickly, it is all about hands-on exercises and projects we do. We complete learning a new programming language with lots of tools and dependencies in one week or at most 2 weeks.