
Codnite - The Coding Arena | 1v1 Battles & Developer Community
Competitive coding arena where developers solve challenges and battle 1v1 with the community.
@md_shadann · X
The full gallery
Tech stack
60 projects

Competitive coding arena where developers solve challenges and battle 1v1 with the community.
@md_shadann · X

Chat with multiple AI models, build agents, generate images, and analyze PDFs.
@ai_kral · X

Play an interactive horror experience inspired by the P.T. demo.
@mrcndrw · X
Hands down, still the best thing I've built with Claude Code... A homage to the awesome P.T. Demo by the legendary @HIDEO_KOJIMA_EN

Play quick brain games, puzzles, and arcade challenges on a casual gaming platform.
@taloggHQ · X

Design electronic circuits and PCBs in your browser with KiCad, no installation required.
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared

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

Calculate optimal team compositions for Anime Last Stand with this interactive strategy calculator.
Anime Last Stand Calculator — Anime Last Stand 游戏计算器,帮助玩家快速做出组队策略。

Stream trending movies and series with exclusive content on OpenFlix.
@chandlerwilcox · X

A cyberpunk-themed idle clicker game where you generate packets, unlock upgrades, and progress through grids.
@ClickSploit · X
I’m excited to officially launch ClickSploit. Check it out here: What started as a fun side project turned into a cybersecurity-themed idle clicker game. I built ClickSploit by using AI to help bridge some of my coding gaps, while leaning on my IT and tech experience to shape the game’s concepts, progression, and terminology. The game is meant to be fun first, but also gives players a small look into real cybersecurity ideas like alert triage, threat intelligence, vulnerability management, endpoint detection, identity security, automation, and building a stronger security program. It’s not a technical simulator, but it is a fun way to get a light introduction to tools and operations that people in cyber and IT work with every day. ClickSploit is accessible directly in your browser on both desktop and mobile phones, so there’s nothing to install. Mobile App development is in progress! This is still early, and I’ll continue improving the game with new conten

Play a browser game instantly with no wallet or setup.
@NormiePepeNFT · X
Want to have some fun? 🐸🎮 Try the NOPE game — built entirely with Claude Code. No wallet connection required. No complicated setup. Just jump in and play. Have some fun. Be NOPE. 💚

Collect and trade one-of-one digital characters with unique personalities and voices on blockchain.
@cuffunn · X

Roll 3D animated dice (D4-D20) for tabletop games instantly.
Nalife520 · V2EX
最近用 Codex 做了一个 3D 骰子! 最近做了一个很小的网页工具:3D 骰子。 做完后有点纠结: 这种小工具到底应该保持极简,还是把常见功能都补上? 抛骰子: https://wheelpage.com/zh/dice-roller/ Dice Roller: https://wheelpage.com/dice-roller/ 现在功能很简单:打开页面,点一下,骰子滚动,然后给出结果。 一开始觉得骰子就是 1 到 6 的随机数,应该很好做。 但做的时候发现,如果只是直接显示数字,又不太像“掷骰子”;做成 3D 动画,又担心有点多余。 现在倾向于先保持简单,打开就能用,不加太多设置。 顺便也做了一个抛硬币页面: https://wheelpage.com/zh/coin-flip/ 它和骰子类似,都是临时做随机决定的小工具。