Live data from Hacker News

Sandspiel – A falling sand game built in Rust and WebGL

sandspiel.club

191–193 of 193 posts

Re: Sandspiel – A falling sand game built in Rust and WebGL

#191
post #65

Wow! This thread brings back some fond memories. Long ago, I came across a tiny Java applet linked on Fark to a Japanese forum post. Everyone loved it but I found it annoyingly small. It was barely 300px x 400px. I had been coding my senior thesis in Java and had recently learned how to use a Java decompiler. So I downloaded the applet, decompiled it, spent a few minutes figuring out exactly where the dimensions were…

If i'm not very much mistaken, is the author not https://dan-ball.jp/en/ ?

The game runs in modern browsers now: https://dan-ball.jp/en/javagame/dust2/

Re: Sandspiel – A falling sand game built in Rust and WebGL

#192
post #65

Wow! This thread brings back some fond memories. Long ago, I came across a tiny Java applet linked on Fark to a Japanese forum post. Everyone loved it but I found it annoyingly small. It was barely 300px x 400px. I had been coding my senior thesis in Java and had recently learned how to use a Java decompiler. So I downloaded the applet, decompiled it, spent a few minutes figuring out exactly where the dimensions were…

Thank you for commenting this!

I was playing Sandspiel and it was bringing back vaguely positive memories of a similar game but I couldn't remember what it was or when I played it, then I saw your comment, opened falling sand game and instantly remembered the game. I must have spent so much time playing this when I was younger, it's great to have a working version again.

Re: Sandspiel – A falling sand game built in Rust and WebGL

#193
post #169
post #65

Wow! This thread brings back some fond memories. Long ago, I came across a tiny Java applet linked on Fark to a Japanese forum post. Everyone loved it but I found it annoyingly small. It was barely 300px x 400px. I had been coding my senior thesis in Java and had recently learned how to use a Java decompiler. So I downloaded the applet, decompiled it, spent a few minutes figuring out exactly where the dimensions were…

How are y'all getting the applet running? Doesn't work in my browser, and $ appletviewer sand7.jar isn't doing the trick.

I followed these instructuions: https://www.reddit.com/r/sysadmin/comments/69m2ol/running_le...

If you have the jdk installed (https://www.oracle.com/technetwork/java/javase/downloads/jdk...) you can simply run:

  $ appletviewer http://chir.ag/stuff/sand/
Post reply on HN