um-computacion-tm/scrabble-2023-meschinidino

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Scrabble

The goal of this development project is to create a Scrabble game using the Python programming language, 
following the rules and mechanics set out in the Wikipedia article on the game of Scrabble. The resulting 
game will allow users to play Scrabble games in a console interface, with functionality for the board, tiles, 
scoring and word validation.

The whole project was done following industry standards for CI/CD. Every line of code was tested and checked
before merging to main.

This software is delivered using containers via Docker, for more info on how to install docker read below,
and for details on the contents of the container check DockerFile.

# Instructions:
- Install docker
- Clone repo
- Build docker image from the Dockerfile
- Run docker image
- Enjoy =)

# CircleCI Badge
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/um-computacion-tm/scrabble-2023-meschinidino/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/um-computacion-tm/scrabble-2023-meschinidino/tree/main)

# CodeClimate Badge
[![Maintainability](https://api.codeclimate.com/v1/badges/4eea4bed7617da1b3357/maintainability)](https://codeclimate.com/github/um-computacion-tm/scrabble-2023-meschinidino/maintainability)

[![Test Coverage](https://api.codeclimate.com/v1/badges/4eea4bed7617da1b3357/test_coverage)](https://codeclimate.com/github/um-computacion-tm/scrabble-2023-meschinidino/test_coverage)

### Made on earth by humans

### Author: **Dino Meschini**