Here is the next installment of Progamming Things In Multiple Languages. This time, I picked the BAGELS game to implement.
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:
Introduction and Planning Video: Episode 0
These are the languages I have attempted this time:
LANGUAGE | SOFTWARE USED | SOURCE CODE | VIDEO |
Ada | GNAT Studio | Text File | Season 4 : Episode 1 |
BASIC | GW-BASIC | Text File | Season 4 : Episode 2 |
C\C++ | Visual Studio 2019 | 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++ | Text File | Season 4 : Episode 11 |
PowerShell | Notepad++ | Text File | Season 4 : Episode 12 |
Python | Idle | Text File | Season 4 : Episode 13 |
Visual Basic | Visual Studio 2019 | Text File | Season 4 : Episode 14 |