https://github.com/simlmx/pybj
Blackjack simulator written in python
https://github.com/simlmx/pybj
Last synced: 6 days ago
JSON representation
Blackjack simulator written in python
- Host: GitHub
- URL: https://github.com/simlmx/pybj
- Owner: simlmx
- Created: 2013-01-21T05:09:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-29T22:49:48.000Z (over 13 years ago)
- Last Synced: 2025-03-03T09:16:08.884Z (over 1 year ago)
- Language: Python
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pybj
====
Blackjack simulator written in python.
Work in progress that might never be finished...
installation
============
Downloading
-----------
git clone https://github.com/simlmx/pybj.git
cd pybj
Installing the old way
----------------------
python setup.py install
Installing using pip
--------------------
pip install .