Not really sure if you can call Nonogram a puzzle, when you give the answer right in the title.
Show HN: Got sick of ads, so I made my own logic puzzle site
71–80 of 181 posts
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#72Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#73> Play in dark mode Only after you create an account? Oh my lord
Not good? I'm not opposed to that. I just needed a place to put it and in the account settings seemed natural. Then there's no cookies or anything. The setting is just stored in the database.
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/V...
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#74Earlier quoted context omitted.
I mean the front page is full of LLM smells, so presumably the games are made that way too. And that's fair; this whole thing could be one-shot with any of the leading models.
> the front page is full of LLM smells I'm curious, What kind of details are you thinking of? I'm not sure I really have much of a radar for LLM websites in the way I do for LLM pictures or music.
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#75Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#76This is nice! Readers may also enjoy Simon Tatham's puzzle collection, available for mobile as well: https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ (My favorite currently is Dominosa. Playing the Hard mode is teaching me new patterns.)
So you need to:
1) Build Halibut from source:
git clone https://git.tartarus.org/simon/halibut.git
cd halibut
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j
# binary lands at: halibut/build/halibut
2) Build the puzzles app, pointing CMake at that halibut binary. Do this in a fresh build dir (don't reuse a stale top-level CMakeCache.txt that already recorded HALIBUT-NOTFOUND): cd /path/to/puzzles
cmake -B build-osx -DCMAKE_BUILD_TYPE=Release \
-DHALIBUT=/full/path/to/halibut/build/halibut
cmake --build build-osx -j
3) Now you have build-osx/Puzzles.app and can (optionally) build the dmg: cd build-osx && cpackRe: Show HN: Got sick of ads, so I made my own logic puzzle site
#77Earlier quoted context omitted.
I mean the front page is full of LLM smells, so presumably the games are made that way too. And that's fair; this whole thing could be one-shot with any of the leading models.
> the front page is full of LLM smells I'm curious, What kind of details are you thinking of? I'm not sure I really have much of a radar for LLM websites in the way I do for LLM pictures or music.
- Off-white or sepia toned backgrounds, similar subdued color palette for icons, grey ALL CAPS subheadings
- Serifed headings
- Various "Item: Quantity" lists (Puzzle types: 10, Puzzles solved: 1,951, etc.)
- Middle dot character for separator
One common tell it is lacking is the placement of colored dots or circles in the corners of panels or other UI elements, sometimes animated/pulsing.
To be clear it's not bad, it's a clean and friendly style. It just has that certain look, like a visual "it's not X it's Y".
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#78https://roulette.free/ https://blackjack.free/ https://baccarat.free/
little less heady than your site! but i still enjoy to play the games for free lol