BookWorm
June 28 2023, 1:41am, last edited June 28 2023, 1:43am
Point Achievements:
Reach 1000 points
Reach 10'000 points
Reach 100'000 points
Reach 1'000'000 points
Level Achievements:
Reach Level 5
Reach Level 10
Reach Level 15
Reach Level 20
Word Based Achievements:
Make your first word
Make a word with 5 letter
Make a word with 6 letters
Make a word with 7 letters
Make a word with 8 letters
Make a word with 9 letters
Make a word using 3 flame tiles
Make a word using 4 flame tiles
Make a word using 5 flame tiles
Make a word using multiple (2/3/4/5) green tiles
Make a word using a gold tile
Make a word using a diamond tile
Make a word using a crystal tile
Bonus Words:
Make a bonus word
Make a bonus word with a fire tile
Make a bonus word with a special tile
Make 2 bonus words in a row
Make x amount of bonus words in one game
Make a bonus word with x amount of letters
Extras:
Have the max amount of fire tiles
Make a word with a fire tile on the bottom line
Spell the word "retro"
Spell the word "achievements"
Hit a certain score without shuffling the board
Select an "R" and an "A" of either gold or diamond quality
Certain amounts such as points, word length, "x" amount of letters/tiles etc etc will likely be slightly changed with a better idea of what is reasonably possible to achieve in game
June 28 2023, 1:56am
I've played through a bit of this game thinking about how the game and the achievement logic would work.
The game tracks many things, such as your score, how many letters you have selected, which letters are selected and which tile has which letter.
The game board has 52 tiles, it's possible to use the letters on the tiles or the letters currently selected to not only make achievements based off length/score given, but even to have achievements for creating certain words.
Basic progression achievements such as level reached and reach "x" amount of score would be done simply by checking the player has earned equal to or more than a specific score/level requirement.
June 28 2023, 2:01am
I've decided to make an achievement to spell out the word "Retro", to do this, I will need to check that the value of letters 1-5 are equal to the letters r e t r o
I found that the value for letter A = 41 and it goes up per letter, so B = 42 and C=43 etc etc
To make this achievement work, I found the address for letter of 1-5 and the total score address
I made conditions to check that letter 1 = r (52) 2 = e (45) 3 = t (5) 4 = r (52) 5 = o (4f)
Then I simply had a condition to check that the total score had increased whilst these letters were in place, thus checking that the player had created a word and earned score using these specific letters in this specific order
You must log in before you can join this conversation.
August 18 2017, 3:04am, last edited August 30 2024, 10:42am
Created 18 Aug, 2017 04:04 by TinyCastleGuy
Resources:
GameFAQs
Longplay
Wikipedia