Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
billnreed
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
billnreed
2y ago
I've seen this engine before and thought it was really cool! I've been playing around with writing my own turn-based game engine with TypeScript: https://github.com/snowbillr/turn-based-game-engine It's
2.
▲
by
billnreed
3y ago
Thank you! No license or anything, just go for it if you want to use them.
3.
▲
by
billnreed
3y ago
I made a few CSS-only single `div` loaders a while back, it was a fun challenge to make them interesting while only using a single div. https://codepen.io/snowbillr/pen/QEagmW
4.
▲
by
billnreed
9y ago
That's super cool! The `:checked` and `:valid` and `:invalid` selectors are really powerful tools when it comes to CSS. This is a real fun use of clever CSS selectors. I was doing something similar the other day with toying around tryi