Skip to content

sp4c38/kniffel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kniffel / Yahtzee

This is a game which makes the populare game Kniffel playable on your computer using python with pygame.

Installation

Kniffel game is currently only avalible on test.pypi.org.

Prerequisites
  • works with python3.7 and python3.8 (not tested on other versions)
  • pip must be installed

If all prerequisites are satisfied run:

pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple kniffelGame -U

--index-url tells pip to install from the test python package index
--extra-index-url will make sure that all dependencies are downloaded from the official python package index

Usage

After you installed the game you can run it by simply typing

$ kniffel

into your console.

Demo

demo.mp4

What is Kniffel?

Kniffel or also known as Yahtzee is a popular game. The goal of the game is to roll different combinations with five dices. For example if you would roll this combination...

... you could count all threes together which would be 9 and register the reached points in a table like this:

So you could register 9 in the "Threes" column. You also could register them in "Three Of A Kind".

There are multiple different combinations which you have to reach to win the game.

For futher explanation see the Wikipedia article.

About

Play 🎲 Kniffel on your computer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages