TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What web games are you building?

4 pointsby nassimsoftwareover 2 years ago
- What's your tech stack? - What's the game about?

3 comments

empressplayover 2 years ago
Not so much a web game as a web game development environment, turtleSpaces uses the simple Logo teaching language to allow users to create 2D and 3D art, animations, models and yes, games!<p>You can check out this fully-commented listing of a pilotwings-style game here: <a href="https:&#x2F;&#x2F;turtlespaces.org&#x2F;weblogo&#x2F;?pub=182" rel="nofollow">https:&#x2F;&#x2F;turtlespaces.org&#x2F;weblogo&#x2F;?pub=182</a><p>The backend is written in Golang and compiled to WebAssembly, while the frontend is Javascript.
JSLegendDevover 2 years ago
I recently built an arcade&#x2F;puzzle harvesting game called HARVEST MOVE playable in your browser (On any device with a keyboard) on itch.io. The link : <a href="https:&#x2F;&#x2F;jslegend.itch.io&#x2F;harvest-move" rel="nofollow">https:&#x2F;&#x2F;jslegend.itch.io&#x2F;harvest-move</a><p>I used the kaboomjs library which is pretty easy to use.
mdwaltersover 2 years ago
I’m planning on building a RPG with Svelte, I don’t know what it would be about, yet