Here is the next installment of Progamming Things In Multiple Languages.\r\nThis time, I picked the BAGELS game to implement.\r\nI've removed Assembly due to inability to complete Acey Ducey in it.
In Bagels, the computer will generate a 3 digit number. The player has to try to guess it. Each guess will result in clues to help the player guess the number as follows:\r\n
Introduction and Planning Video: Episode 0
I programmed in the following:
LANGUAGE | SOFTWARE USED | SOURCE CODE | VIDEO |
Ada | GNAT Studio | Text File | Season 4 Episode 1 |
B.A.S.I.C. | GW-BASIC | Text File | Season 4 Episode 2 |
C\C++ | C-Free | Text File | Season 4 Episode 3 |
C# | Visual Studio 2019 | Text File | Season 4 Episode 4 |
COBOL | OpenCobolIDE | Text File | Season 4 Episode 5 |
Haskell | Notepad++ -> Command Line | Text File | Season 4 Episode 6 |
Java | Eclipse | Text File | Season 4 Episode 7 |
Lisp | Racket | Text File | Season 4 Episode 8 |
Lua | ZeroBrane Studio | Text File | Season 4 Episode 9 |
Pascal | Turbo Pascal | Text File | Season 4 Episode 10 |
Perl | Notepad++ -> Command Line | Text File | Season 4 Episode 11 |
Powershell | Notepad++ -> Windows Powershell | Text File | Season 4 Episode 12 |
Python | Idle | Text File | Season 4 Episode 13 |
Visual Basic .Net | Visual Studio 2019 | Text File | Season 4 Episode 14 |