Memory Challenge

Upload your Just BASIC Challenge and Contest Entries here.
Post Reply
Celestianpower
Posts: 12
Joined: Fri Jun 03, 2005 8:48 pm
Location: Stroud
Contact:

Memory Challenge

Post by Celestianpower »

Here's my memory Challenge entry (Non-GUI).
Attachments
CP match.zip
CP's entry (non-GUI)
(1.39 KiB) Downloaded 1008 times
wayne
Posts: 17
Joined: Sun Apr 24, 2005 8:27 pm
Location: Wahiawa, HI

Here's my entry, as promised!

Post by wayne »

Changed, 13OCT05

File is a lot smaller; I changed the code to generate cards and backs, got rid of bitmaps.

Changed the shuffle routine.
Attachments
memory.zip
(2.96 KiB) Downloaded 928 times
Last edited by wayne on Thu Oct 13, 2005 6:15 pm, edited 3 times in total.
Celestianpower
Posts: 12
Joined: Fri Jun 03, 2005 8:48 pm
Location: Stroud
Contact:

Post by Celestianpower »

Update with instructions and some problems sorted.

CP
Attachments
CP match.zip
Updated version
(1.52 KiB) Downloaded 938 times
JanetTerra
Site Admin
Posts: 117
Joined: Wed Nov 24, 2004 2:49 am

Match Me

Post by JanetTerra »

My entry is similar to Wayne's. It uses a double scripted array to hold the column and row values. The sounds are those found in my C:\Windows\Media folder. Graphics are simple, within the program drawings. The code is released as public domain. That means you can take this program and do anything you'd like with it, including making a million dollars from it! :lol:

Janet
Attachments
MatchMe.zip
A simple memory game released to the Public Domain.
(3.66 KiB) Downloaded 949 times
Post Reply