Skip to content

Darts Cricket Game written in Python w/ Kivy for UI

License

Notifications You must be signed in to change notification settings

scottyplunkett/crayket

Repository files navigation

Crayket

The Darts Game– Cricket... But in A Ray's house.

Dependencies

Setup

In a terminal window–

  1. Clone this Repository: git clone https://github.com/scottyplunkett/crayket
  2. Change directories into project root: cd crayket

Test

from the project root: python -m unittest discover .

Run

from the project root: python main.py

NOTES

We'll probably want to nuke most of this code and just start over fresh now that I understand how to separate the kivy presentation from the logic a little better. Doing lots of presentation work in the main.py file and a lot of this should instead be managed from the crayket.ky file. Also using plain python for the logic atm, see the game.py and player.py files as well as their associated test... This kinda business we should work on inside the kivy python files (main.py), to take better advantage of Kivy Properties and what not.

About

Darts Cricket Game written in Python w/ Kivy for UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages