Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.