CodeWarriorMalo.com

Acey Ducey

I wanted to code more console applications in several languages. This time, I picked the simple ACEY DUCEY game to implement.

In Acey Ducey, a deck of 13 cards is used all cards are of a single suit (so none required). The game starts with two cards dealt from the deck. The player starts with $100 and may bet on the next card. The bet is that the next card will be between the two dealt cards. The player may decide to skip, and not bet, but the card that would be bet upon, is still revealed. If the card that is revealed is between the two dealt, the player wins the amount they bet, otherwise they lose the amount they bet. The game continues until either 52 cards have been used or the player loses all their money.

Introduction and Planning Video: Episode 0

Design / Psuedo Code


Languages and Softwares

I programmed in the following:

LANGUAGE SOFTWARE USED SOURCE CODE VIDEO
Ada GNAT Studio Coming Season 3 : Episode 1
BASIC GW-BASIC Coming Season 3 : Episode 2
C\C++ Visual Studio 2019 Coming Season 3 : Episode 4
C# Visual Studio 2019 Coming Season 3 : Episode 5
COBOL OpenCobolIDE Coming Season 3 : Episode 6
Java Eclipse Coming Season 3 : Episode 7
Lua ZeroBrane Studio Coming Season 3 : Episode 8
Pascal Turbo Pascal Coming Season 3 : Episode 9
Perl Padre Coming Season 3 : Episode 10
PowerShell Windows PowerShell Coming Season 3 : Episode 11
Python Idle Coming Season 3 : Episode 12
Visual Basic Visual Studio 2019 Coming Season 3 : Episode 13

COMING IN 2021