Tem um jogo de terminal Linux chamado 5.2048.c

2017
.

Vários jogos para terminal do Linux existem.

.

Tem um jogo de terminal Linux chamado 5.2048.c

.

Eu por minha conta e risco, no Debian 9, instalo assim:

.

wget https://raw.githubusercontent.com/mevdschee/2048.c/master/2048.c

.

gcc -o 2048 2048.c

.

Para executar o Jogo executo o comando abaixo:

./2048

 

Até Breve

 

.

Jogos-para-o-Terminal-do-Linux-Jogo-3

2017-Jogos-para-o-Terminal-do-Linux-Jogo3

.

Moon-buggy

.

Para eu instalar no Debian 9 faço assim:

.

sudo apt install -y moon-buggy ; sudo apt update

.

Para saber como jogar, eu digito:

 

man moon-buggy

.

E vou lendo…

.

moon-buggy(6) Games Manual moon-buggy(6)

NAME
moon-buggy – drive some car across the moon

SYNOPSIS
moon-buggy [-hnsV] [–help] [–no-title] [–show-scores] [–version]

DESCRIPTION
Moon-buggy is a simple character graphics game, where you drive some
kind of car across the moon´s surface. Unfortunately there are danger‐
ous craters there. Fortunately your car can jump over them!

OPTIONS
The program understands the following command line options.

-h, –help
shows a short usage message.

-m, –mesg
disable write access to your terminal by other users, so your
boss can´t disturb your game play with the help of “write” or
“finger”.

 

Jogos-para-o-Terminal-do-Linux-Jogo-2

2017-Jogos-para-o-Terminal-do-Linux-Jogo2

.

Ninvaders – Debian 9

.

sudo apt install -y ninvaders ; sudo apt update

.

Para saber como jogar digito:

 

man ninvaders

.

NINVADERS(6) Games Manual NINVADERS(6)

NAME
ninvaders – ncurses version of space invaders

SYNOPSIS
ninvaders

DESCRIPTION
In short, this is a space invaders game written for the ncurses termi‐
nal control library. It uses ASCII art to draw everything, and you can
play it just about anywhere. Space Invaders over dialup!

To play the game, simply run the program. You will be placed in the
game arena with a large block of aliens. To move your gun pod (at the
bottom of the screen) use the left and right arrow keys. To shoot,
press space. You can move faster if you hold the arrow keys down.

E vou lendo…

.

 

Até Breve

.