Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philspil66/aceyducey-basic
This a BASIC game version of the Acey Ducey card game which was published in the 1978 BASIC Computer Games book from Creative Computing.
https://github.com/philspil66/aceyducey-basic
basic basic-programming basicgame basicgames
Last synced: about 1 month ago
JSON representation
This a BASIC game version of the Acey Ducey card game which was published in the 1978 BASIC Computer Games book from Creative Computing.
- Host: GitHub
- URL: https://github.com/philspil66/aceyducey-basic
- Owner: philspil66
- Created: 2024-01-18T16:05:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T16:10:15.000Z (about 1 year ago)
- Last Synced: 2024-11-06T10:10:22.406Z (3 months ago)
- Topics: basic, basic-programming, basicgame, basicgames
- Language: BASIC
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Acey Ducey
This game written in BASIC was a simulation of the Acey Ducey card game. In the game, the dealer (the computer) deals teo cards face up. You have an option to bet or not to bet depending on whether or not you feel the next card dealt will have a value between the first two.
Yout initial money (Q) is set to $100; you may alter statement 110 if you want to start with more or less than $100. The game keeps going on until you lose all your money or you intrerupt the program.
The original program author was Bill Palmby of Praire View, Illinoi, and the game was published in the 1978 BASIC Computer Games book from Creative Computing.
![BASIC-AceyDuecy](https://github.com/philspil66/AceyDucey/assets/14840708/c8804bc3-6552-4823-bf65-5730e747192e)