this post was submitted on 10 Sep 2023
134 points (98.6% liked)

Linux

45530 readers
1323 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I never imagined I'd like playing Tetris on the command line, on a terminal on my phone (termux), but here I am!

I couldn't find any Tetris app on fdroid, and just checked if pkgs had one. Lo and behold! It asked me to run pkgs install vitetris, and when I did, the tetris command was there to launch the game.

It's a two step process, as opposed to just launching an app, but it is very lightweight, no tracking, and FOSS.

For anyone with termux already installed and feeling a bit nostalgic, might be worth trying it out.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 9 months ago (2 children)

that's a good thing. Tetris is tetris.You code in all the rules, and you're done. any updates made in the last decade would be the types that "improve the user experience" such as allowing you to pay real money to double your chances of getting the l tetromino, a subscription which would remove the unskippable ads you get after every game, and a microtransaction that allows you to pay to play more than one game per day

[–] [email protected] 6 points 9 months ago (1 children)

Sometimes an app needs to be updated to work properly with the latest operating system. I wouldn't say it's great to have no updates for a decade.

[–] [email protected] 4 points 9 months ago* (last edited 9 months ago)

Except tetris is not as stable as you might think
The current ruleset uses vastly different rotation systems than the games in the early days, or Akira's TGM series.
Moreover, you can add new features without it being pay 2 win (or even paid), like tetr.io does: ranked matches, leaderboards, tournaments, social interaction, etc... They can also make new rules, like how they recently removed passthrough in online matches.