Skip to content

mozammal/tictactoe-with-computer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tictactoe-with-computer

Requirements

For building and running the application you need:

Running the application locally

clone the repo with the command given below:

git clone https://github.com/mozammal/tictactoe-with-computer.git

One way to run this application is to use docker-compose from the command line (tested on ubuntu 18.04.1):

cd  tictactoe-with-computer
cd  tictactoe-server
mvn clean package
sudo docker-compose up -d
cd ..
cd tictactoe-client
sudo docker-compose up -d

One way to stop this application is to use docker-compose from the command line (tested on ubuntu 18.04.1):

cd  tictactoe-with-computer
cd  tictactoe-client
sudo docker-compose stop
cd ..
cd  tictactoe-server
sudo docker-compose stop

The can now play the tic tac toe game at the follwing url

Enjoy beating the computer!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published