
Gamblexity | Free AI-Powered search engine for online gambling
Compare online casinos, understand wagering rules, and find reviews and bonuses.
@nikola_stanin · X
The full gallery
Topics
Known attributes
A lens, not a filter — shows only projects we could confirm.
Tech stack
103 projects

Compare online casinos, understand wagering rules, and find reviews and bonuses.
@nikola_stanin · X

Play Yahtzee against an optimal AI to test your strategy intuition.
@afotherg · X
I vibe coded an optimal yahtzee game. See if your intuition is the right move. Repo at with acknowlegements

Block distracting websites by solving math or coding puzzles.
hackitup7 · HN
TLDR built a Chrome site blocker that lets you into distracting sites only after you do some math or simple coding (JS only right now). Direct link to extension (the site just gives you more context): https://chromewebstore.google.com/detail/sphinx-earn-your-di... Philosophically it's a speed bump rather than a hard gate, because you'll eventually tear a gate down but you'll leave a speed bump. I've always eventually removed site blockers, or just had them become a nuisance that I reflexively dismiss before getting to distracting sites. Site blockers don't really reduce the "start navigating to a distracting site" muscle memory, and they eventually just become annoying. Dopamine is a hell of a drug. At the same time, I've been getting frustrated that my intermediate/advanced math skills have atrophied, and becoming more senior in my career (plus AI...) has caused my coding skills to atrophy even further. Realistically I'm not going to force myself to do math or coding exercises aft

A game where you pretend to be AI to compete for jobs.
bossissb · V2EX
大家都在分享自己做的工具,我也分享一个摸鱼的 地址 https://humanapp.app/ 或者 https://www.humanapp.app/ 抄的国外的网站 求兄弟们给点意见,我即时修正,听劝

Watch cinematic battles between 32 rival animals to determine the ultimate champion.
@rjones · X
As a 43-year-old father, building a game and creating characters of animals, with your son, is a pretty cool thing to tick off the bucket list ☀️

Experience a fantasy world where AI agents act as players.
@nielsenburm · X

Play as Modi Man defending Bharath in this arcade-style action game.
@OberoiRhea08 · X
Guys checkout out this fun game I made in my free time 😅. Built with Phaser.js, JavaScript, and an unhealthy amount of vibe coding using Codex Play it here #modi #modiman #phaser #claudecode #codex #javascript

Find local collectors and arrange in-person trades for Pokemon, One Piece, and Magic cards.
@paxtondang · X

Write a bot and watch it compete against others in real-time battles.
@hoofader · X
Get ready for robots age:

Read AI-generated stories adapted to your language level to learn vocabulary in context.
lecsium · Product Hunt
Lecsium Learn languages by reading AI-generated interactive novels

Play a free online tile-pattern game with friends or solo against the computer.
heliostatic · HN
A couple weeks ago we were on vacation with friends, and after the kids were asleep we played games -- mostly Qwirkle, which I had never played and am terrible at. I don't care about being terrible at games, so I made a web version to keep playing after vacation: build lines of tiles that share a color or a shape, 2-4 players (or add bots). I wanted it to be low friction, so there are no accounts. Your identity is an anonymous id in localStorage, and you can move it to another device by scanning a QR code or hitting a unique url. Start a game and text someone the link (game slugs are semi-memorable three word phrases), or "Play the computer" and you can play immediately against bots. Games are async-friendly with web push for turn notifications. The stack is one Node process on a small VM, Next.js + Socket.IO, no database. The server and the client use the same engine so moves validate optimistically, and the bots go through the same functions, so bot moves are always legal. State is

Play nested Tetris where each pixel is another complete Tetris game.
farcaster · HN
On this page there are two complete recreations of the original Gameboy Tetris game based on the commented assembly code. On the top level there is a C version that compiles to WASM but on every pixel of that version there is a GLSL shader also implementing the complete original code with a AI player making virtual inputs! Everything was planned by me and coded by Claude Fable. Brazilian tileset generated by Gemini so I'm not technically using any copyrighted assets. Link to repo: https://github.com/ThiagoLira/Fractetris/tree/main