TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

2 点作者 JoeOfTexas大约 3 年前

1 comment

JoeOfTexas大约 3 年前
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>