by John Flynn (2 Submissions)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(6 Votes)

Extreme Mind is a game where the user tries to figure out a random code created by the computer. This board game is based on a game I played as a child called Mastermind. I have seen a couple attempts to re-create this game (on VBC) for the computer but I personally didn't like any of the ones I found, so I wrote my own, and I give it to you.
Please, Please, Please Vote and leave as many comments as possible because I have only been programming since March 2001 and using VB since July 2001, so the more comments the better.
Some interesting things in this code are:
-Generating random numbers with no duplicates
-Scanning the user's code for duplicates
-Using Random Access Data Files
-Remembering settings
-Checking the user's code (pretty involved)
-Image swapping
-Using Sounds
-Sending an .html file to the default browser
And much much more...
Download Extreme Mind 1.0 (108 KB)