https://github.com/bashkirtsevich-llc/pyblackjack
https://github.com/bashkirtsevich-llc/pyblackjack
blackjack blackjack-game blackjack-python game pygame pygame-application python
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bashkirtsevich-llc/pyblackjack
- Owner: bashkirtsevich-llc
- License: unlicense
- Created: 2017-03-09T11:11:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T05:14:21.000Z (about 9 years ago)
- Last Synced: 2025-03-16T11:28:04.686Z (about 1 year ago)
- Topics: blackjack, blackjack-game, blackjack-python, game, pygame, pygame-application, python
- Language: Python
- Size: 373 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
------------
BLACKJACK VERSION 1.0
ALLAN LAVELL
------------
REQUIREMENTS:
- To run the game, you need to have python (python.org) and pygame (pygame.org) installed.
HOW TO RUN:
LINUX
- Open up a terminal, cd to this directory, and type
python blackjack.py
WINDOWS
- Double click on the file blackjack.py
- Open up a console, cd to this directory, and type
blackjack.py
- An alternate method to run the game follows. In Windows Explorer, navigate to the folder where blackjack.py
resides, right-click blackjack.py, and select "Edit With IDLE". Click on the window that has just popped up
that contains the code, and hit F5 to run it.
**NOTE: Exiting the program often doesn't go well with IDLE, and the whole thing will probably freeze up,
then crash. This causes no harm, but it's extremely annoying. Therefore, I recommend running the game from the
command line, where no such errors occur.
DOCUMENTATION:
- The documentation included with this project is in the "docs" folder, in the form of a PDF file.
This game won first place in the Dalhousie University High School Programming Competition. Yay! :D