CodeWarriorMalo.com

  Acey Ducey  

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

In Acey Ducey, the dealer deals two cards. 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 the player loses all their money or they decide to not bet.

Introduction and Planning Video: Episode 0

Design / Pseudo Code


Languages and Softwares

I programmed in the following:

LANGUAGE SOFTWARE USED SOURCE CODE VIDEO
Ada GNAT Studio Text File Season 3 Episode 1
B.A.S.I.C. GW-BASIC Text File Season 3 Episode 2
C\C++ C-Free Text File Season 3 Episode 3
C# Visual Studio 2019 Text File Season 3 Episode 4
COBOL OpenCobolIDE Text File Season 3 Episode 5
Java Eclipse Text File Season 3 Episode 6
Lua ZeroBrane Studio Text File Season 3 Episode 7
Pascal Turbo Pascal Text File Season 3 Episode 8
Perl Notepad++ -> Command Line Text File Season 3 Episode 9
Powershell Notepad++ -> Windows Powershell Text File Season 3 Episode 10
Python Idle Text File Season 3 Episode 11
Visual Basic .Net Visual Studio 2019 Text File Season 3 Episode 12
Haskell Notepad++ -> Command Line Text File Season 3 Episode 13
8086 Assembly GUI Turbo Assembler Text File Season 3 Episode 14