Marblez

Just BASIC Games
plworx
Posts: 2
Joined: Sun Feb 20, 2005 9:22 pm

Marblez

Post by plworx »

Marblez is an adaptation of a game called "Stones" by David Cuny -- the idea is to remove groups of marbles from the screen (as many as you can at one time) ... a short help message is included with the program.
You do not have the required permissions to view the files attached to this post.
JanetTerra
Site Admin
Posts: 117
Joined: Wed Nov 24, 2004 2:49 am

Post by JanetTerra »

Nicely done! The bitmaps weren't included with the zipped package. You might want to upload again. However, I made these changes

Code: Select all

  loadbmp "bstone", DefaultDir$;"\bmp\bluebttn.bmp"
  loadbmp "rstone", DefaultDir$;"\bmp\redbttn.bmp"
  loadbmp "ystone", DefaultDir$;"\bmp\yllwbttn.bmp"
  loadbmp "blank", DefaultDir$;"\bmp\blank.bmp"
and it seemed to work perfectly. For those of you who want to try this game (and please do, it's worth the look), you can run it from your default JB directory if you just make the above changes.
Janet
plworx
Posts: 2
Joined: Sun Feb 20, 2005 9:22 pm

Marblez bitmaps

Post by plworx »

Thanks Janet -- the bitmaps were embedded as a resource in the original program and I forgot all about them. The zip file is now updated with the bitmap files ...
You do not have the required permissions to view the files attached to this post.