QB64.org Forum

Active Forums => Programs => Topic started by: TerryRitchie on August 22, 2018, 03:10:07 am

Title: QB64 Minesweeper
Post by: TerryRitchie on August 22, 2018, 03:10:07 am
Here is my QB64 version of Minesweeper I created using three of my custom libraries (which are included, as well as documentation).



 


 
Title: Re: QB64 Minesweeper
Post by: Vlad0567 on August 28, 2018, 06:49:00 am
Interesting.
Title: Re: QB64 Minesweeper
Post by: bplus on August 28, 2018, 04:46:57 pm
Yes, interesting. I've done at least 3 versions of this and none look like they came directly from the Windows program. :)

Drop down menus!?
Title: Re: QB64 Minesweeper
Post by: FellippeHeitor on August 28, 2018, 04:47:49 pm
It's a perfect clone indeed.
Title: Re: QB64 Minesweeper
Post by: TerryRitchie on August 29, 2018, 12:13:12 am
Drop down menus!?

I wrote a menu library a while back (2012 I think) and that is what I'm using for the menus. The buttons are handled by my button library. I created the button library in such a way that I could create button control arrays which makes building the button grid a snap. The libraries and documentation are included in the ZIP file it you want to have a look at them.

Had I not had to leave QB64 a few years back I was planning on incorporating them into something like Fellippe's InForm.

When testing libraries out I like to clone something familiar to see how well a library can handle it. That's why I'm cloning the Windows 7 calculator with InForm.
Title: Re: QB64 Minesweeper
Post by: TerryRitchie on August 29, 2018, 12:13:54 am
It's a perfect clone indeed.

Well almost ... I added the background music for kicks. :)