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.

Show HN: A cup of skill, play or develop a turn-based web game

2 pointsby JoeOfTexasabout 3 years ago

1 comment

JoeOfTexasabout 3 years ago
Hello!<p>I&#x27;ve been working on this project as a quick way to develop competitive web games to be played on any device.<p>I started by finding a way to abstract away many of the nuances with making a multiplayer game like synchronizing state, matchmaking, scaling servers, ranking system.<p>The framework lets you focus on gameplay in your server-code by updating the game state stored in JSON format, which is automatically synchronized back to clients. On the client code, you simply react to the changes made to the game state. Going a step further, I then built a simulator as part of the framework that replicates the full platform but is very lightweight for local development.<p>I want to continue improving the platform, but will need some help from web developers that want to make some games. I am allowing any type of game as long as its turn-based. If you are interested, I&#x27;d be happy to help you from start to finish.<p>You can view our GitHub here: <a href="https:&#x2F;&#x2F;github.com&#x2F;acosgames" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;acosgames</a>