'Written In Stone' word puzzle game

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: 'Written In Stone' word puzzle game

Post by Mr. Kibernetik »

Sprites can be multi-frame (to store different states of a letter or a button).

If you will find proper TTF font then you can generate sprites at runtime in order not to keep them as tons of separate files.

Every programming language has its strong sides, so strong side of smart BASIC is its sprites :D

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: 'Written In Stone' word puzzle game

Post by Mr. Kibernetik »

Dutchman wrote:Maybe a reason for new commands?
SET ORIENTATION LANDSCAPE (or HORIZONTAL)
SET ORIENTATION PORTRAIT (or VERTICAL)
Yes, a very good reason ;)

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: 'Written In Stone' word puzzle game

Post by Mr. Kibernetik »

Dutchman wrote:Maybe a reason for new commands?
SET ORIENTATION LANDSCAPE (or HORIZONTAL)
SET ORIENTATION PORTRAIT (or VERTICAL)
Yes, new SET ORIENTATION options will be implemented in version 4.8.

User avatar
Dav
Posts: 279
Joined: Tue Dec 30, 2014 5:12 pm
My devices: iPad Mini, iPod Touch.
Location: North Carolina, USA
Contact:

Re: 'Written In Stone' word puzzle game

Post by Dav »

I finally have fixed the problems with this game and it should be very playable now. I have uploaded a new ZIP to my website, or if you already have the source files downloaded you only need the new Winstone.txt source file below.

New fixed Source file here: http://www.qbasicnews.com/dav/Winstone.txt

Complete game download: http://www.qbasicnews.com/dav/files/wri ... sic-v1.zip

I made the quote letters much bigger display (re-scaled in code), making them easy to click on, removed one of the touch statements in the main loop, and removed much of the sluggishness by changing how the timer display updates. Also fixed a couple other errors. It plays fine for me now on my iPad mini. Give it try again and see if it works now for you. I had to re-do many quotes because the old ones were too long for the new letter size (from 23 letters per row to only 18 now). Only the source code is changed. No other files had to to be altered.

- Dav

User avatar
rbytes
Posts: 1338
Joined: Sun May 31, 2015 12:11 am
My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet
Location: Calgary, Canada
Flag: Canada
Contact:

Re: 'Written In Stone' word puzzle game

Post by rbytes »

This is a great game. I just worked my way through it, and only got "stoned" 3 times!
Everyone who would like to design professional games should look at yours, to see the way you have used graphics, music, sound and text to give it personality. I especially like the screen animations. Your credits were fun to watch, too.
The only thing that gets me down is gravity...

User avatar
Dav
Posts: 279
Joined: Tue Dec 30, 2014 5:12 pm
My devices: iPad Mini, iPod Touch.
Location: North Carolina, USA
Contact:

Re: 'Written In Stone' word puzzle game

Post by Dav »

Thanks, ricardobytes! I really appreciate the feedback on the game. It's my first real game I have made and finished. It was coded in QB64 first and took almost 2 weeks from start to finish.

I'd like to expand this game to add more quotes easy, and perhaps put it up on the App Store one day - if I can figure out how to do that.

Smart basic is amazing! It plays this game exactly on my iPad as the game plays on my windows PC using QB64. Using the same game data files. Pretty cool!

- Dav

User avatar
rbytes
Posts: 1338
Joined: Sun May 31, 2015 12:11 am
My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet
Location: Calgary, Canada
Flag: Canada
Contact:

Re: 'Written In Stone' word puzzle game

Post by rbytes »

I lost Winstone about six months ago, and I haven't been able to reinstall it. I have tried to download the zip file into Winzip and unzip the files and folders into Dropbox, but I get errors.
The only thing that gets me down is gravity...

User avatar
Dutchman
Posts: 851
Joined: Mon May 06, 2013 9:21 am
My devices: iMac, iPad Air, iPhone
Location: Netherlands
Flag: Netherlands

Re: 'Written In Stone' word puzzle game

Post by Dutchman »

I have placed it (temporarily) on my Dropbox ;)
It automatically unzips on my Mac.
https://www.dropbox.com/sh/lxbtsn6wbwkj ... EAkNa?dl=0
I can not use the game, I miss Dutch quotes :lol:

User avatar
rbytes
Posts: 1338
Joined: Sun May 31, 2015 12:11 am
My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet
Location: Calgary, Canada
Flag: Canada
Contact:

Re: 'Written In Stone' word puzzle game

Post by rbytes »

Thanks. I wonder why Dav has protected it with the COD format. It would be nice to learn from the code, because it is a very addictive game with some very innovative graphics, sound and music.

I hope he will consider posting the .txt version. Otherwise we can't embed the return to launch command in it.
The only thing that gets me down is gravity...

User avatar
Dutchman
Posts: 851
Joined: Mon May 06, 2013 9:21 am
My devices: iMac, iPad Air, iPhone
Location: Netherlands
Flag: Netherlands

Re: 'Written In Stone' word puzzle game

Post by Dutchman »

I went through the posts and found the following:
by Dav » 23 Jun 2015, 05:16
I finally have fixed the problems with this game and it should be very playable now. I have uploaded a new ZIP to my website, or if you already have the source files downloaded you only need the new Winstone.txt source file below.
New fixed Source file here: http://www.qbasicnews.com/dav/Winstone.txt
Attached is the zipped code adapted for launcher
Winstone v1.1+.sb.zip
(16.07 KiB) Downloaded 368 times
The game is added as "Stoned :shock: " to the Launcherdata :D
Stoned added to launcher.PNG
Stoned added to launcher.PNG (466.91 KiB) Viewed 4881 times

Post Reply