Author Topic: SHUFFLE (GL Version)  (Read 2996 times)

0 Members and 1 Guest are viewing this topic.

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • Steve’s QB64 Archive Forum
SHUFFLE (GL Version)
« on: July 28, 2017, 01:25:03 pm »
The very first thing I ever wrote and shared for [abandoned, outdated and now likely malicious qb64 dot net website - don’t go there] was my little Shuffle Game,back all the way in April 2012.  Since then, it's been downloaded over 240 times!  (WOW!!) 

Only thing ism all those downloads were expecting the user to have the SDL version of QB64 to compile and run the program -- and QB64 swapped over to the GL version several years ago.  Ergo, I now present a freshly patched up, compiled, and tested version which runs on works with QB64-GL!

Enjoy!!

https://www.dropbox.com/s/sfzazmv2qtah9ri/Shuffle%20%28GL%20Version%29.7z?dl=0



Note 1: My connection is too low to upload the file here, so the link above will give you a dropbox version which you can download and play around with instead.

Note 2: Linux/Mac users will need to change the location of the font files to point to where they'd be on their system before compiling.

Note 3: Be certain the EXE is in the main SHUFFLE directory with the BAS file before running.  It needs to be there to find the sound and image files necessary to run properly, without tossing a thousand ERROR messages up on screen.
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline Petr

  • Forum Resident
  • Posts: 1720
  • The best code is the DNA of the hops.
Re: SHUFFLE (GL Version)
« Reply #1 on: July 28, 2017, 04:02:49 pm »
Hi Steve, this game is really very good. I enjoy this type of game very much.

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • Steve’s QB64 Archive Forum
Re: SHUFFLE (GL Version)
« Reply #2 on: July 28, 2017, 04:57:30 pm »
Hi Steve, this game is really very good. I enjoy this type of game very much.

And feel free to add your own pictures into the image subfolder, if you want to. As long as QB64 will read the image format, it should work flawlessly with any picture in those folders.
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!