https://github.com/pantersoft/chess
An implementation of Chess in Scala for the lecture Software Engineering at HTWG Konstanz
https://github.com/pantersoft/chess
chess scala
Last synced: 3 months ago
JSON representation
An implementation of Chess in Scala for the lecture Software Engineering at HTWG Konstanz
- Host: GitHub
- URL: https://github.com/pantersoft/chess
- Owner: PanterSoft
- License: mit
- Created: 2022-10-07T09:47:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T11:24:54.000Z (over 1 year ago)
- Last Synced: 2025-02-07T00:20:25.902Z (5 months ago)
- Topics: chess, scala
- Language: Scala
- Homepage:
- Size: 1.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

---
[](https://github.com/PanterSoft/Chess/actions/workflows/scala.yml)
[](https://coveralls.io/github/PanterSoft/Chess?branch=main)

[](https://opensource.org/licenses/MI)

---
# 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](https://github.com/PanterSoft) | [TeefanDev](https://github.com/TeefanDev) |
|---|---|
|  |  |