Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nisarg2061/tic-tac-toe
Simple tic tac toe game witten in Javascript with a go server along with Docker containerization
https://github.com/nisarg2061/tic-tac-toe
Last synced: 2 days ago
JSON representation
Simple tic tac toe game witten in Javascript with a go server along with Docker containerization
- Host: GitHub
- URL: https://github.com/nisarg2061/tic-tac-toe
- Owner: Nisarg2061
- Created: 2024-07-25T15:22:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T07:09:59.000Z (2 months ago)
- Last Synced: 2024-09-13T19:52:14.250Z (2 months ago)
- Language: JavaScript
- Homepage: http://nisarg2061.github.io/Tic-Tac-Toe/
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Tic Tac Toe
## Description
A game written in Javascript with a web server written in golang.## Dependencies
- Go
- Docker
- Docker Compose## Usage
1. Clone the repository:
```
git clone github.com/Nisarg2061/Tic-Tac-Toe.git
```
2. Navigate to the project directory:
```
cd Tic-Tac-Toe
```
3. Run the project:
```
make start
```
This command will build the Docker images and start the containers as defined in the `docker-compose.yml` file, and run it in background. Visit localhost:8080 to play the game.