Skip to content

An implementation of Chess in Scala for the lecture Software Engineering at HTWG Konstanz

License

Notifications You must be signed in to change notification settings

PanterSoft/Chess

Repository files navigation

bannerImage


Build Status Coverage Status RepoSize License: MIT Forks Watcher


How to run Docker container with X11

Building the Container

docker build -t chess:v1 .

Running the Container

xhost +

ip=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}')

docker run -e DISPLAY=$ip:0 -v /tmp/.X11-unix:/tmp/.X11-unix -ti chess:v1

xhost -

Contributors

PanterSoft TeefanDev
image image

About

An implementation of Chess in Scala for the lecture Software Engineering at HTWG Konstanz

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published