Live data from Hacker News

Setris – Tetris with Sand Physics

mslivo.itch.io

41–50 of 191 posts

Re: Setris – Tetris with Sand Physics

#41

Any chance of macos support? I tried running the jar, but didn't get very far, the jar seems to include binaries macos binaries for both x86 and arm, but it didn't want to start.

Tried running with following JDK on mac, but don't see any screen after the initial few messages:

Setris-1.2_LINUX % java -version openjdk version "17.0.7" 2023-04-18 OpenJDK Runtime Environment Temurin-17.0.7+7 (build 17.0.7+7) OpenJDK 64-Bit Server VM Temurin-17.0.7+7 (build 17.0.7+7, mixed mode, sharing)

Setris-1.2_LINUX % java -XstartOnFirstThread -jar setris-desktop-1.0-SNAPSHOT-jar-with-dependencies.jar [30.05.23][12:16:41] Loading Assets [30.05.23][12:16:41] Done. [30.05.23][12:16:41] Starting UI Subsystem ^C% Setris-1.2_LINUX %

Re: Setris – Tetris with Sand Physics

#42
post #4

This is nutty, I love it. One word of caution, I wouldn't mention the word Tetris anywhere, just use "falling block classic game" or whatever else, as it's one of the most trigger happy IP I know of after Nintendo. That said it's so far detached from the original you might be fine.

Or as the Chinese seem to like to call it, "Russia block".

BRICK GAME

Re: Setris – Tetris with Sand Physics

#43
post #21

Is it just me or does 60MB - compressed - seem a little on the large side for something of this complexity?

Developer here. This game was made in Java+Libgdx so it's coming with a bundled JRE which makes up most of the filesize.

Is there a way to just get a .jar, for those of us who already have JREs installed?

Re: Setris – Tetris with Sand Physics

#44

Earlier quoted context omitted.

They could just wait until they get a complaint and change it then. There's no reason to just avoid the name outright.

A dmca counter claim takes at least 14 long days to respond with. In the meantime, your vitality will dry up. Trademark infringement is a bit different, since there’s no analogue to the dmca process. But it’s pretty reasonable to want to avoid the hassle by just changing a few words. (What is the expected litigation route for trademark claims anyway? Can they knock a project offline, or just send a strongly worded la…

> (What is the expected litigation route for trademark claims anyway? Can they knock a project offline, or just send a strongly worded lawyer letter?)

IANAL, but I would expect a cease-and-desist letter or the national equivalent depending on the country you're living in. Usually you have a short delay to remediate, or risk getting sued.

Re: Setris – Tetris with Sand Physics

#47
post #43
post #21

Earlier quoted context omitted.

Developer here. This game was made in Java+Libgdx so it's coming with a bundled JRE which makes up most of the filesize.

Is there a way to just get a .jar, for those of us who already have JREs installed?

Not as a seperate download, but the .jar is inside the .zip/.tar archive. You can just toss the "jre" directory if you want to use your own JRE.

Re: Setris – Tetris with Sand Physics

#48

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…

WSLg (Microsoft's implementation of graphical programs for WSL) also uses RDP internally. So I wouldn't think that is the issue with the Sandbox, unless you set up some other way of X forwarding. WSLg is still hardware accelerated and Sandbox might not be, however.

Re: Setris – Tetris with Sand Physics

#49
post #8
post #4

This is nutty, I love it. One word of caution, I wouldn't mention the word Tetris anywhere, just use "falling block classic game" or whatever else, as it's one of the most trigger happy IP I know of after Nintendo. That said it's so far detached from the original you might be fine.

Even a word that sounds like Tetris, such as Setris, can be enough for a trademark issue

I like ugh's suggestion - Sandtris

Re: Setris – Tetris with Sand Physics

#50
This looks like a lot of fun. I'm curious, where did inspiration come from? I love playing creative versions of classic games like that and if something inspired you to build this, I'd like to try it too :)

This reminded me of a physics-based Tetris that a friend of mine built many years ago: http://phystris.pi-dev.com/

Post reply on HN