Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesusgraterol/tictactoe-top
This application implements the popular Tic Tac Toe game and it is the submission for The Odin Project: Tic Tac Toe.
https://github.com/jesusgraterol/tictactoe-top
theodinproject theodinproject-nodejs theodinprojectfoundations
Last synced: 3 days ago
JSON representation
This application implements the popular Tic Tac Toe game and it is the submission for The Odin Project: Tic Tac Toe.
- Host: GitHub
- URL: https://github.com/jesusgraterol/tictactoe-top
- Owner: jesusgraterol
- Created: 2023-10-09T12:54:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T15:17:36.000Z (about 1 year ago)
- Last Synced: 2024-11-16T16:19:55.926Z (2 months ago)
- Topics: theodinproject, theodinproject-nodejs, theodinprojectfoundations
- Language: JavaScript
- Homepage: https://jesusgraterol.github.io/tictactoe-top/
- Size: 372 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe
![Tic Tac Toe](./readme-assets/screenshot-01.png)
This application implements the popular Tic Tac Toe game and it is the submission for [The Odin Project: Tic Tac Toe](https://www.theodinproject.com/lessons/node-path-javascript-tic-tac-toe).
The key features are:
- Any number of games can be played
- The computer is an implementation of the Minimax algorithm
- Cross-Platform Compatibility## Live Demo
[Tic Tac Toe](https://jesusgraterol.github.io/tictactoe-top/)
## Getting Started
### Requirements
- GIT
- Python ^v3### Installation
1) Clone the repository
```bash
git clone [email protected]:jesusgraterol/tictactoe-top.git
```## Usage
1) Run a local server with:
```bash
python3 -m http.server
```2) Access the app through: [http://localhost:8000/](http://localhost:8000/)
## Build Process
N/A
## Deployment
Deploys to **Github Pages** automatically when commits are pushed into the `main` branch.
## Built With
- HTML5
- CSS3
- JavaScript## Running the Tests
```bash
# Unit Tests
N/A# Integration Tests
N/A# E2E Tests
N/A
```## @TODO
N/A
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Acknowledgments
- [Google Fonts](https://fonts.google.com/icons)