Live data from Hacker News

Setris – Tetris with Sand Physics

mslivo.itch.io

171–180 of 191 posts

Re: Setris – Tetris with Sand Physics

#171

Cool game, pretty hard too, I love it! If you are trying to get it running on Linux (e.g. in WSL), you need libfontconfig, libxrender and libxtst installed. This worked for me on Ubuntu: sudo apt install libfontconfig1 libxrender1 libxtst6 export LIBGL_ALWAYS_INDIRECT=0 ./Setris-1.2 (I use WSL as a more powerful sandbox to run things. Windows Sandbox is, unfortunately, not capable enough to run graphics-heavy stuff a…

And this is why gaming on Linux never took off.

Re: Setris – Tetris with Sand Physics

#172

Earlier quoted context omitted.

Bricks of Dune is a silly name I just thought up. On second thought, it reminds me of sand art in glass jars, just more dynamic.

Does a sand worm come out and clear a large section of the screen if you get a large enough combo?

It comes from above and gobbles you. Wait, that's SandFree.

Re: Setris – Tetris with Sand Physics

#174

That's really cool :-) I like how it looks and how hard it seems. I see that you're into Java, so I was thinking maybe you could look into transpiring your game into JavaScript so it can be embedded on a website. Checkout GWT for that: https://github.com/gwtproject/gwt

It's coming

Re: Setris – Tetris with Sand Physics

#175

Why doesn't this run in the browser? :( It's 2023 - and no offence intended - but I would rather not download a binary blob from a random Internet page to execute it outside the browser's sandbox. Especially since it looks this game could easily be programmed with WASM and/or vanilla JavaScript.

it's coming.

Re: Setris – Tetris with Sand Physics

#177
This made me think of trash panic on PS3 back in the day too.

It was like tetris but with random pieces of trash you dropped a dumpster. Heavy trash could compact lighter trash, you could find a piece of trash that would explode or burn other trash, etc..

Definitely not as elegant and perfect as Tetris but very amusing.

Re: Setris – Tetris with Sand Physics

#178

Why doesn't this run in the browser? :( It's 2023 - and no offence intended - but I would rather not download a binary blob from a random Internet page to execute it outside the browser's sandbox. Especially since it looks this game could easily be programmed with WASM and/or vanilla JavaScript.

1996: Hey we made this cool language called Java, you can make applets that run in the browser. Also, it runs in a VM, this protects your system.

2023: Why can't I run it in the browser? Why can't I run it in a sandboxed environment? Because it is Java...

Post reply on HN