CodeWarriorMalo.com

  Guess A Number  

I wanted to code console applications in several languages.\r\nI picked the simple GUESS A NUMBER game to implement.

The game is played by having the computer secretly select a number between 1 and some maximum number. The player then has to guess what the number is. The computer will tell the player if their guess is too high or too low. They are given endless attempts and the number of attempts is displayed once the player guesses correctly.

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 2 Episode 1
B.A.S.I.C. GW-BASIC Text File Season 2 Episode 2
COBOL OpenCobolIDE Text File Season 2 Episode 3
Lua ZeroBrane Studio Text File Season 2 Episode 4
Visual Basic .Net Visual Studio 2019 Text File Season 2 Episode 5
C# Visual Studio 2013 Text File Season 2 Episode 6

This season adds languages to Season 1.