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: Stroopwafel, multiplayer game built with a graph-based database

4 pointsby nezajover 1 year ago
Hey HN!<p>Stroopwafel is a casual game based on the delay in reaction time between congruent and incongruent stimuli, aka the stroop effect. It&#x27;s got multiplayer mode and is live in the app store. We built this with React Native and InstantDB (disclaimer: I&#x27;m the cofounder of Instant) and released the code to provide an example of how to build a multiplayer app. You can see the repo with the code here <a href="https:&#x2F;&#x2F;github.com&#x2F;jsventures&#x2F;stroopwafel">https:&#x2F;&#x2F;github.com&#x2F;jsventures&#x2F;stroopwafel</a><p>We’ve always loved Firebase for it’s realtime magic. However, we found not having relations was a huge pain for managing feature complexity as our apps grew. Introducing a small change or a new way to present data could require re-plumbing our whole data model. Relational firebase was the dream, and we figured the way to do it was by taking a graph-based approach. More on that here <a href="https:&#x2F;&#x2F;stopa.io&#x2F;post&#x2F;296" rel="nofollow noreferrer">https:&#x2F;&#x2F;stopa.io&#x2F;post&#x2F;296</a><p>Some interesting thoughts about the code 1) the data layer is quite thin, the firebase like experience enables you to just focus on the front end 2) having a notion of links makes it very easy to connect and update different models without worries of clobbering updates. Instant is still early, but the direction feels promising to us.<p>You can download the app for free in the app store: <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;stroopwafel&#x2F;id6470153525" rel="nofollow noreferrer">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;stroopwafel&#x2F;id6470153525</a>

no comments

no comments