This is a command-line based Tic Tac Toe game built using JavaScript and the Screen API.
To install the game, follow these steps:
- Clone this repository to your local machine using
https://github.com/CAP42S/tic-tac-toe.git - Navigate to the project directory using
cd tic-tac-toe - Install the dependencies using
npm install
To start the game, run the following command in your terminal:
node ./starter/game.js
This will launch the game and display the game board. You can then take turns playing against a second player by selecting the cell you want to place your mark in.
- Command-line based interface for easy use
- Uses the Screen API for improved display of the game board
- Simple and intuitive gameplay mechanics
- Allows you to play against a second player
Contributions are always welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch for your feature or bug fix
- Make your changes and commit them with a descriptive commit message
- Push your changes to your forked repository
- Create a pull request and describe the changes you made
This project is licensed under the MIT License. See the LICENSE file for details.
This game was made possible thanks to the excellent curriculum and support provided by App Academy Open, an online immersive coding bootcamp that offers a comprehensive web development curriculum. Additionally, this game was built using the Screen API by OpenAI, which allowed for improved display of the game board. Thanks to the developers at OpenAI for their great work!