Skip to content

AlexanderB184/chess-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Chess Gui

A web interface to play against PieceMeal, my C based chess bot.

## How to use

Build the docker file with the command,

``` bash
docker build -t chess-gui .
```

Run the docker file,

``` bash
docker run -p 8080:8080 chess-gui
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published