HackerTrans
TopNewTrendsCommentsPastAskShowJobs

halftheopposite

no profile record

Submissions

Show HN: I've published my first mobile puzzle game, Flipcards (iOS + Android)

apps.apple.com
1 points·by halftheopposite·2 yıl önce·0 comments

comments

halftheopposite
·6 ay önce·discuss
This is highly polished indeed and I'm likely going to try it, mostly for its animations regarding dropping plants and rocks as I lack micro animations for it in my game.
halftheopposite
·6 ay önce·discuss
Thanks! This is also what I love doing as realtime games are something like 90% of my side project. This was a real fun prototype to create as everything regarding terrain is done through shaders (even user cursors). Will soon add a way for people to plant "flags" with small texts that you can highlight.
halftheopposite
·6 ay önce·discuss
Working on two topics that I like : browser multiplayer games and experiences, and tools for developers (mostly used in my side projects).

First game is https://geocentric.top where users can sculpt a planet collaboratively and place trees or houses (for now very limited). I plan on making it an idle sim where players will be able to interact by dropping some food/events for the creatures on it to evolve through time.

Second, a remote logger/metrics/user management tool where once can track all their logs, live metrics, uptimes, identify users, etc. I hope to have a v1 during this first quarter and I'm currently my first user as I have it hosted at https://app.getboringmetrics.com to centralize all my side projects into a single platform.
halftheopposite
·geçen yıl·discuss
I’ve been developing an observability platform [0] for small teams and indie developers where they can track logs, live metrics, and get alerted in realtime through webhooks. I intend to develop a dead simple on-call calendar as well in the coming weeks.

After using tools like Sentry on apps serving millions of users, I always felt I was missing a cheap and dead simple approach to following what happened in my apps and apis, and basically became my first customer for all of my side projects and even got some friends using it for their SaaS and apps.

[0] https://app.getboringmetrics.com
halftheopposite
·geçen yıl·discuss
That's so refreshing to hear to be honest! I've went on so many side projects hoping I would see adoption for months and was basically chasing the dream. However I've came to realize that I really take happiness in developing things sustainably over time, with small steps, and most importantly for myself and what I would like a product to look like. Lately I've even been able to onboard a friend on it using it for his own projects as well, couldn't be happier so far.

If you ever have feedback/advices, don't hesitate to reach me out on contact[at]halftheopposite.dev and I'll happily answer.
halftheopposite
·geçen yıl·discuss
I’m creating an observability tool that I’m trying to make user-centric while staying developer friendly. Most of the tools for remote logging, live dashboards and alerts are either too big, too expensive, or have a “per seat” plan, and incorporate the famous “home” screen with metrics and tips you absolutely never care of. I’m also trying to stay cheap and focused on very few techs (node, Postgres, docker, react) and make it stay as a monolith.

So far I’ve put all the side projects I manage (5 of them) and it’s working great. I can follow and query the logs, the JSON payloads by path, see live metrics like number of users currently online, etc. Even if I don’t get any customers I’ll continue developing it for my own needs! Will soon be adding alerts through webhooks, slack, discord, etc.

If you want to try it out: https://app.getboringmetrics.com (no landing page yet).

Edit: just want to say that if you want to try the software but not keep it, you can create an account in under 10 seconds, send a curl request to see logs arrive in realtime, and delete your account in 5 seconds. I do not track anything and do not keep a single piece of data.
halftheopposite
·2 yıl önce·discuss
For the past few weeks I have been working on Enhance [0], a SaaS to help game developers easily add leaderboards, friendlists, store players' data, in-app currency store and purchases, and marketing tools such as email list and website builder and hosting.

I am almost done with the landing page and don't think I'll put much more into it, and will continue working on the API itself. But I still plan on adding a playable game into the 3D scene just for the sake of it and to learn. But so far I'm struggling at projecting a 3D camera render to a texture inside an already existing 3D context.

[0] https://the-project-e609e.web.app/ (temporary domain for development)
halftheopposite
·3 yıl önce·discuss
Very shameless plug on your last "Edit:", but I think it fits perfectly one feature that a web extension I made does: https://webcursors.click/.

There's a feature to write a note and leave it on the page for others (with the extension installed) to see and maybe have luck someone contacting you.