Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
BSTRhino
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
3 ms
·
1.
▲
by
BSTRhino
6d ago
I loved this game back in the day and was looking for a way to play it just last month! I will definitely be trying this.
2.
▲
by
BSTRhino
11d ago
Yes, that's true, we could add an API to let the server generate the random number so it is unpredictable, I can consider that for a future update :)
3.
▲
by
BSTRhino
12d ago
Yes, I spent quite a few years building and iterating on some quite elaborate mechanisms to handle latency too: https://easel.games/docs/learn/multiplayer/rollback-netcode - it’s taken a lot of continual play
4.
▲
by
BSTRhino
12d ago
https://easel.games A programming language which lets you code multiplayer games like singleplayer games. Every program written in Easel is guaranteed deterministic and snapshottable, which is how it can automatically make your
5.
▲
by
BSTRhino
16d ago
Less latency in multiplayer games or Zoom calls. Because light can travel around the Earth 7 times in one second, that means one roundtrip to a server on the other side of the world must take ~140 ms (1/7th of a second) which is a time
6.
▲
by
BSTRhino
23d ago
Hello HN! For the past 4 years I've been making a game programming language that makes your game multiplayer automatically. There is always a lot to do when making a game engine in order to make it capable of making real games. These a
7.
▲
Turning your world upside down
(easel.games)
4 points
by
BSTRhino
23d ago
|
1 comments
8.
▲
by
BSTRhino
1mo ago
I always use em or px, basically nothing else (except perhaps vw or vh). When something should be relative to the size of text, it's em. When it should be relative to the size of images, it's px.
9.
▲
by
BSTRhino
1mo ago
I think if you're looking for other people to use your game engine, it helps to have one killer feature. I'm not clear what yours is at this point. Even if your killer feature is not something you have yet completely implemented,
10.
▲
by
BSTRhino
2mo ago
https://easel.games A programming language that makes your game multiplayer automatically! It integrates rollback netcode into the programming language itself, guaranteeing that whatever you code is deterministic and can be snap
11.
▲
Hotspots and Nine Slices (what's new in Easel)
(easel.games)
3 points
by
BSTRhino
2mo ago
|
1 comments
12.
▲
by
BSTRhino
2mo ago
Hello, I am a solo developer making a game programming language with automatic multiplayer. I'm constantly trying to make it more and more powerful so that teenagers and adults alike can make the cool multiplayer games they dream of wi
13.
▲
Clipping vs. Substepping in Physics Engines
(easel.games)
2 points
by
BSTRhino
2mo ago
|
1 comments
14.
▲
by
BSTRhino
2mo ago
Hello HN! Just sharing something I have learned while making my physics engine which people might find interesting.
15.
▲
by
BSTRhino
3mo ago
https://easel.games A game programming language that makes your game multiplayer automatically. This month I’ve been developing the tutorials so it’s easier to learn.
16.
▲
by
BSTRhino
3mo ago
haha this is cool :) What made you choose to code this as a webgame? In either case, good idea much easier to share
17.
▲
by
BSTRhino
3mo ago
Very cool! What was the trickiest part of coding Sätteri?
18.
▲
by
BSTRhino
3mo ago
Wow! Can you tell us a bit about what the past 8 years have looked like for you?
19.
▲
by
BSTRhino
3mo ago
Oh, I never thought about this, that's cool!
20.
▲
by
BSTRhino
3mo ago
Yes it's great, I've never forgotten this either. It's from Rich Hickey in his Simple Made Easy talk, all credit to him!
21.
▲
Ease Comes After
(easel.games)
3 points
by
BSTRhino
3mo ago
|
5 comments
22.
▲
by
BSTRhino
3mo ago
Hi HN! I'm the creator of Easel, a game programming language with automatic multiplayer. I've been trying to figure out what to do with the feedback that people have been finding it difficult, and this has been my analysis and my
23.
▲
by
BSTRhino
3mo ago
I once had a C# server with a TypeScript frontend (this was for work, so I didn't choose the tech stack). We had one part of the code which had a lot of calculations. We wrote the code in a C# library, then used Roslyn to analyse the C
24.
▲
by
BSTRhino
3mo ago
https://easel.games Still working on my programming language which makes your game multiplayer automatically. Currently working on improving the tutorials. When writing the tutorials I followed the "focus on the action"
25.
▲
Spaces and Shapes – What's New in Easel (May 2026)
(easel.games)
1 points
by
BSTRhino
4mo ago
|
0 comments
26.
▲
by
BSTRhino
5mo ago
https://easel,games A reactive programming language for games! Properties signal when they change and you can register blocks that tell the engine how to use that property, not just once but every time it changes. It’s a more decl
27.
▲
by
BSTRhino
5mo ago
Great write up!
28.
▲
by
BSTRhino
5mo ago
That is helpful feedback, thank you, yes all things I can work on in the future! Thanks for taking the time to write this up.
29.
▲
by
BSTRhino
5mo ago
I would LOVE to one day make a source-available standalone license for Easel that you can run on your own server! I just have a bunch of problems to solve to get there before it’s ready. 1. The people who really love Easel right now are tee
30.
▲
by
BSTRhino
5mo ago
I would love to make a license where you could export and then you can run it forever yourself on your own server! It’s not because I don’t want to do these things, it’s just I’m one person and I never get the time to do everything I would
More ›