![]() |
Need More Puzzles!
Blog
9th October 2018
If you've tried clicking the "Words, Maths, Logic" links on the Foldapuz site, you'll probably have noticed that the templates aren't 100% just of that type.
This is simply because I haven't yet coded enough puzzles for each category.
Views 179, Upvotes 29
Daily Blog
,
Foldapuz
8th October 2018
Use your knowledge of Trigonometry to find the values of all the sides and angles of the critical triangle.
Views 111, Upvotes 26
Foldapuz
,
Maths
More Foldapuz
Blog
8th October 2018
I added a simple new game to Foldapuz, last night, but .. Would you believe it.. It didn't show up on today's default layout.
D'oh!
Views 111, Upvotes 32
Daily Blog
,
Foldapuz
Word Grid
Game
7th October 2018
Complete the grid using the letters provided, so that each row and column contains a valid three letter word.
Views 132, Upvotes 22
Foldapuz
,
Words
Word Grid
Blog
7th October 2018
Added Word Grid.
It's not the best word selection, but at least it works.
I did try making it only use "The most common 3 letter words", but it tended to get stuck whilst trying to generate the puzzles due to there not being nearly enough "common" words in the list.
I might rejig this game at a later point.
Views 118, Upvotes 23
Foldapuz Blog
URL Formatting
Blog
4th October 2018
Spent an insane amount of time reformatting the URL so that I can add the new Words/Maths/Logic shortcut URLs into the mix.
Seems to function well enough, and should allow people to quickly pick their favourite types of puzzles from the site.
Additionally added a very brief set of instructions for the games in the "How To" page. Hopefully that's enough instructions to get the player going.
As always, let me know if it isn't!
Views 154, Upvotes 49
Foldapuz Blog
Nips and Tucks
Blog
3rd October 2018
The site has been moved to a new server, and I've rewritten a bit of the cache code, so it all works a little bit faster.
Added Logic Battleships, which Dabz suggested, right at the very start of this project.
Sorry it took so long!
Views 135, Upvotes 28
Foldapuz Blog
Tweaking
Blog
27th September 2018
A quick tweak to the Word Ladder generation. It was getting rather silly, and replacing letters with letters it'd previously used, leading to very repetitive ladders.
Views 69, Upvotes 18
Foldapuz Blog
Move One Digit
Game
26th September 2018
Move one digit from one of the two numbers, over to the other, so that the result of the sum is correct.
Views 103, Upvotes 29
Foldapuz
,
Maths
Move One Digit
Blog
26th September 2018
After realising how bloomin' simple yesterday's version of Solve A,B,C was, I spent an hour or so trying to find the most convoluted of puzzles.
I think the maths should be fairly complex, now, but am more convinced than ever, that figuring out the solution isn't as mathematically simple as it should be.
Added Move One Digit, which needed a brief explanation.
Currently considering adding a similarly short description to each of the panels.
Views 123, Upvotes 42
Foldapuz Blog
Solve A,B,C
Blog
25th September 2018
Further tweaking to the Find a Way maze generator. Things are hopefully a little more varied, now, and I've also upgraded the solution display.
Added Solve A, B, C. (Thanks to Liam Kelk for suggesting it.)
I'm not 100% convinced that it's do-able, and will have to sit and try to solve a few of the puzzles over the next day or two..
Quite honestly, my maths brain has melted from all the coding, tonight!!
Views 118, Upvotes 29
Foldapuz Blog
Wordlist Upgrade
Blog
23rd September 2018
A minor update to the way Word Ladder is generated, which has sped the whole thing up by a remarkable amount.
What took about 3 or 4 seconds, yesterday, now only takes around 0.2 seconds.
Optimisation is the key!
Technically, instead of checking each and every word in the list, I first ensured the wordlist was properly alphabetised..
Next I jump through the list in groups of 1500 words, until "over", then do a quick sift between the 1500 chunk of words.
This is the "Normal" way to do wordlists, but...
Views 76, Upvotes 19
Foldapuz Blog
Daily Blog
Blog
19th September 2018
Rewrote a significant portion of Sudoku thanks to feedback from @JulieMontoya20. The puzzles are a lot easier, now, but should at least be doable!
Added Word Ladder.
It's a little bit slow. Hopefully I can find a way to speed that up.
Note : Due to the way I've rewritten the Random Words code, (so the Word Ladder worked!) Yesterday's Solutions will not work properly for today or tomorrow.
Views 161, Upvotes 26
Foldapuz Blog
Sudoku
Game
17th September 2018
Fill in the grid such that no row or column contain duplicates of the numbers 1 through 9.
In addition, each of the nine bordered 3x3 miniature grids should also contain the numbers 1 through 9. Views 90, Upvotes 25
Foldapuz
,
Logic
Sudoku
Blog
17th September 2018
Finally happy with the Find a Way maze generation. The mazes aren't the "best" mazes in the world, but are at least now a bit better than a straight vertical line!
Added Sudoku.
Since Sudoku is fairly complex to generate, rather than being wholly generated by the script, I've opted to pre-generate 2000 number grid layouts, which then get numbers plucked from them to give a final puzzle.
Views 85, Upvotes 20
Foldapuz Blog
Solutions
Blog
16th September 2018
Added a "Yesterday's Solutions" option to the bottom of the site. Click to switch between viewing today's puzzles or yesterday's solutions.
The solutions "should" be functioning properly, but may occasionally glitch if I tweak too much of the underlying ProcGen code for the puzzles.
Updated Number Target to remove instances where it would do "n x 1", which resulted in uninteresting maths!
Updated Crossed to remove some of the 8-letter word's letters.
Added Find a Way. I might rejig...
Views 120, Upvotes 23
Foldapuz Blog
A Website
Blog
15th September 2018
Finally got v1 of the main website up and running.
Simple drop down menu items and a puzzle page.
Nothing too fancy, just enough that you can select from the growing collection of puzzles.
Views 146, Upvotes 29
Foldapuz Blog
Anagrams
Game
14th September 2018
Try to find as many words as you can within each group of letters.
Can you find the full length anagram for each set? Views 97, Upvotes 28
Foldapuz
,
Words
Number Target
Game
14th September 2018
For each of the two puzzles, use the numbers given, and your mathematical prowess, to generate the larger Target value.
Views 92, Upvotes 25
Foldapuz
,
Maths
Font Change
Blog
14th September 2018
Switched to using a TTF font instead of PHP's default rubbish font.
Source Code Pro
..Which 1001fonts.com says is free to use, so if it isn't, blame them!
Views 114, Upvotes 18
Foldapuz Blog
Doodle
Game
13th September 2018
This is a game with no solution. Simply use the scribbles on the page as a basis for your own masterpiece.
Views 95, Upvotes 28
Foldapuz
,
Extra
Game Tweaks
Blog
13th September 2018
Tweaked Doodle to draw less "squiggly" and more "scrawl-like".
Tweaked Target to be less random, and instead do a bit of maths to set the target, so that all targets are at least possible.
Views 131, Upvotes 23
Foldapuz Blog
|