QB64 Phoenix Edition
10x10 - Line Puzzle game (woody clone) - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Prolific Programmers (https://qb64phoenix.com/forum/forumdisplay.php?fid=26)
+---- Forum: Dav (https://qb64phoenix.com/forum/forumdisplay.php?fid=34)
+---- Thread: 10x10 - Line Puzzle game (woody clone) (/showthread.php?tid=167)



10x10 - Line Puzzle game (woody clone) - Dav - 04-24-2022

10x10 is an addictive puzzle game - much like the Woody puzzle in which this game is modeled after.  To play, drag pieces onto the board to make completed lines (rows or columns).  Completed lines will erase.  Bonus points given for clearing more than one line at a time.  

Game progress is saved so you can quit and resume later.  Game ends when there's no space left of the board for pieces.  Click on the 'Menu' at the top right to pop up the menu of options.  You may also right click the mouse, or press M to bring up the menu.  HI score is saved.  Try to beat your own HI score.

This is the final version of 10x10 with updated graphics and sound effects.  I'm not sure if this version ever was posted on the old forum.  Here is is...

- Dav

============================================
NOTE: THERE’S A NEWER PORTABLE VERSION OF THIS GAME HERE
============================================


.zip   10x10-v1.8.zip (Size: 195.1 KB / Downloads: 126)

   


RE: 10x10 - Line Puzzle game (woody clone) - Dav - 10-06-2024

I updated the 10x10 game a while back to a portable version that has all the media files included in the BAS code (this was before QB64-PE had an Embed capability).  This version also has a few fixes and the puzzle scales (autosizes) to fit the users desktop size, so it looks about the same on all computers.


.bas   10x10-portable.bas (Size: 328.9 KB / Downloads: 21)

- Dav


RE: 10x10 - Line Puzzle game (woody clone) - TerryRitchie - 10-06-2024

(10-06-2024, 01:20 AM)Dav Wrote: I updated the 10x10 game a while back to a portable version that has all the media files included in the BAS code (this was before QB64-PE had an Embed capability).  This version also has a few fixes and the puzzle scales (autosizes) to fit the users desktop size, so it looks about the same on all computers.



- Dav

Cool. May I add this to the game section in the tutorial?


RE: 10x10 - Line Puzzle game (woody clone) - Dav - 10-06-2024

(10-06-2024, 02:31 AM)TerryRitchie Wrote:
(10-06-2024, 01:20 AM)Dav Wrote: I updated the 10x10 game a while back to a portable version that has all the media files included in the BAS code (this was before QB64-PE had an Embed capability).  This version also has a few fixes and the puzzle scales (autosizes) to fit the users desktop size, so it looks about the same on all computers.



- Dav

Cool. May I add this to the game section in the tutorial?

Sure, Terry!  You can add anything I ever post.

- Dav


RE: 10x10 - Line Puzzle game (woody clone) - TerryRitchie - 10-06-2024

(10-06-2024, 08:58 AM)Dav Wrote:
(10-06-2024, 02:31 AM)TerryRitchie Wrote:
(10-06-2024, 01:20 AM)Dav Wrote: I updated the 10x10 game a while back to a portable version that has all the media files included in the BAS code (this was before QB64-PE had an Embed capability).  This version also has a few fixes and the puzzle scales (autosizes) to fit the users desktop size, so it looks about the same on all computers.



- Dav

Cool. May I add this to the game section in the tutorial?

Sure, Terry!  You can add anything I ever post.

- Dav
Awesome, thank you.