Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
/ Skat Public archive

Liitle Python Skat Game for Improving Porgramming Skills and Trying diffrent tools

Notifications You must be signed in to change notification settings

PascalStehling/Skat

Repository files navigation

Travis-CI Stats
Build Status
SonarCloud Stats Codacy
Duplicated Lines (%) Codacy Badge
Maintainability Rating
Quality Gate Status
Coverage Codacy Badge
Code Smells
Bugs
Lines of Code
Reliability Rating
Technical Debt

Skat

This is my little Petproject in which I programmed the card game Skat. The program itself is usable, but does not contain all game elements. So it is for example not yet possible to make a zero game. There are also still bugs in the game. It is also possible that many of them are still unknown to me, because I never did an integration test. The goal of this project was not to program a perfect Skat, but to try out many different tools and paradigms around programming.

The game is written in pure Python and does not need any other libraries to run it. It can be started inside the root folder with the command python main.py.

More detailed information about the game and different paradigms/tools (points 1-9) can be found in the documentation. This is located in the build folder. There is a PDF (in the folder pdf) an an interactive web application in the folder html. The web application can be started by launching the index.html in your web browser. It is better to use the Web App instead of the PDF, as it is easier to understand and the images are displayed better and larger.

About

Liitle Python Skat Game for Improving Porgramming Skills and Trying diffrent tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published