Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 7 hours 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 (about 1 year ago)
- Last Synced: 2023-12-05T08:35:07.331Z (about 1 year ago)
- Topics: chess, scala
- Language: Scala
- Homepage:
- Size: 1.21 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![bannerImage](chess_banner.jpeg)
---
[![Build Status](https://github.com/PanterSoft/Chess/actions/workflows/scala.yml/badge.svg?branch=main)](https://github.com/PanterSoft/Chess/actions/workflows/scala.yml)
[![Coverage Status](https://coveralls.io/repos/github/PanterSoft/Chess/badge.svg?branch=main)](https://coveralls.io/github/PanterSoft/Chess?branch=main)
![RepoSize](https://img.shields.io/github/repo-size/PanterSoft/Chess)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MI)
![Forks](https://img.shields.io/github/forks/PanterSoft/Chess?color=green&style=social)
![Watcher](https://img.shields.io/github/watchers/PanterSoft/Chess?style=social)---
# 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) |
|---|---|
| ![image](https://github-readme-streak-stats.herokuapp.com/?user=PanterSoft) | ![image](https://github-readme-streak-stats.herokuapp.com/?user=TeefanDev) |