Skip to content

A set of tools used to build board games, and some example games.

Notifications You must be signed in to change notification settings

Bren585/Desktop-Simulator

Repository files navigation

Overview

Pieces.py contains a number of classes useful for implementing board and card games, demonstrated in the games written in yahtzee.py, poker.py, and blackjack.py. Pieces.py is meant to be a custom library made for this purpose.

I wrote this software to relearn Python3. I typically create similar projects to these when learning a new language.

Software Demo Video

Development Environment

Used VSCode, programming in Python 3 with the Random library.

Useful Websites

Future Work

  • More pieces (Spinners, boards)
  • More games (Crazy Eights, Kings in the Corner)
  • Implement universal display functions

About

A set of tools used to build board games, and some example games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages