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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: I built a JSON based multiplayer framework and platform for web games

6 点作者 JoeOfTexas大约 3 年前

3 条评论

JoeOfTexas大约 3 年前
Hello,<p>This is a little hobby project I&#x27;ve been working on for about a year in my diminishing spare time.<p>It all started with an idea of creating a sort of state machine based game development using JSON that synchronizes automatically to clients.<p>My example projects use React, but it can easily extend to any JS Framework as long as it can be bundled into a single bundle.js file. Your server authoritative code uses NodeJS and gets executed in a virtual machine once for every action received, similar to serverless framework. It&#x27;s very early prototype, but I have a huge emphasis on competitive play, and instant matchmaking. Well, it would be instant if there were players haha.<p>I plan to keep the platform ad-free forever.<p>If any traction is gained, I&#x27;ll work towards monetization for developers via private rooms, item store, tournaments, and bounties, similar to the Roblox model where hosting is free at scale.<p>If any of this picks your interest, hit me up!<p>---<p>Play @ <a href="https:&#x2F;&#x2F;acos.games" rel="nofollow">https:&#x2F;&#x2F;acos.games</a><p>Discord @ <a href="https:&#x2F;&#x2F;discord.gg&#x2F;ydHkCcNgHD" rel="nofollow">https:&#x2F;&#x2F;discord.gg&#x2F;ydHkCcNgHD</a><p>Docs @ <a href="https:&#x2F;&#x2F;docs.acos.games&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.acos.games&#x2F;</a><p>GitHub @ <a href="https:&#x2F;&#x2F;github.com&#x2F;acosgames&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;acosgames&#x2F;</a>
schemescape大约 3 年前
One comment on the memorization game: there doesn&#x27;t seem to be a way to visually distinguish repeated notes. (After putting on headphones, I noticed there was a sound played for each note, but it would be nice to have some visual indication as well.)
评论 #31200679 未加载
schemescape大约 3 年前
Very polished! I managed to not lose at tic-tac-toe, so not too embarrassing.<p>Are games with more than 2 players supported?<p>Edit: I see on the GitHub page that up to 100 players are supported in a &quot;room&quot;, but I&#x27;m not sure if that maps to an instance of a game or not.
评论 #31200629 未加载