Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JanneMattila/unnecessary-roughness
Unnecessary Roughness is turn based board game based on historical football game called Calcio Storico.
https://github.com/JanneMattila/unnecessary-roughness
azure board-game turn-based-strategy
Last synced: 2 months ago
JSON representation
Unnecessary Roughness is turn based board game based on historical football game called Calcio Storico.
- Host: GitHub
- URL: https://github.com/JanneMattila/unnecessary-roughness
- Owner: JanneMattila
- License: mit
- Created: 2020-07-17T20:31:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T13:01:26.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T20:56:24.964Z (5 months ago)
- Topics: azure, board-game, turn-based-strategy
- Language: JavaScript
- Homepage:
- Size: 609 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unnecessary Roughness
## Build Status
[![CICD](https://github.com/JanneMattila/unnecessary-roughness/actions/workflows/CICD.yaml/badge.svg)](https://github.com/JanneMattila/unnecessary-roughness/actions/workflows/CICD.yaml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)## Introduction
Unnecessary Roughness (later referred just by "UR") is based
on historical football game called [Calcio Storico](https://en.m.wikipedia.org/wiki/Calcio_Fiorentino).## Working with UR
### How to create image locally
```powershell
# Build container image
docker build -t ur -f .\src\UR.Server\Dockerfile .# Run container using command
docker run --rm -p "2001:80" -p "2002:443" ur:latest
```