6 ms·
Im curious how youve set up the multiple puzzle games you have to generate two daily puzzles each? It cant be entirely by hand or entirely AI driven?
by dyarosla 2mo ago
Im curious how youve set up the multiple puzzle games you have to generate two daily puzzles each? It cant be entirely by hand or entirely AI driven?
- tgsovlerkhgsel 2mo agoFor any game that is able to procedurally generate a "random" puzzle, you can simply seed a deterministic PRNG with a seed derived from the date. No AI or hand-generation required.
- dyarosla 2mo agoThis is true hypothetically but doesn’t quite work to produce good puzzles like say in Zanagrams without sufficient heuristics/constraints