We use Termux for cybersecurity and ethical hacking, but only a few of us are aware that it can also be used to play little games. These are command-line games that will run on the termux system. This game can be installed in the same way that a package is installed on termux.

Termux game, this time I’ll give you some cool and nice package Termux name of the game in the application, therefore, to relieve boredom I give How to Play Cool Games in Termux Applications .

How to install Termux-Games Script:

Simply copy and paste the commands below. Termux-Lazy-Script will be installed one by one in your Termux app.
Step 1: This command will check the dependencies and bring them up to date.
You can skip this command if you like, however it is a good practice to use it if you receive errors while installing packages.

 apt update && apt upgrade -y

Press Enter if asks about the version.

Step 2:I have combined all the commands in one command so it will be easy to install the script.Just Paste this command and the Script will be installed in Termux.

 pkg install git -y && git clone https://github.com/khansaad1275/Termux-Games.git && cd Termux-Games && chmod +x * && bash install.sh

How to Run Termux-Games Script: 

Run Games Script:
Now that you’ve installed the game, all you have to do is run the game.sh file to play it. If you restart Termux, you must first navigate to the Termux-Games folder before running the games. s to participate in the games

 ./games.sh

By typing the number before the name, you can choose an option from the list. Simply read the instructions before pressing enter, and don’t exit the game by pressing CTRL + z or CTRL + c; I’ve provided instructions for quitting the game before it begins.

In this post, I am going to include every working game possible for termux. If you want you can install all of them or you can just install your favorite and one.

Note : step 1 is to install the package and step 2 is for running the game

Important: To play these games you have to enable Left and Right Arrow key at your touch keyboard of termux, Enable Left and Right Arrow key using this post.[Enable Extra Keys in Termux with just a single command]

1. How To Play Tetris in Termux:

By typing the number before the name, you can choose an option from the list. Simply read the instructions before pressing enter, and don’t exit the game by pressing CTRL + z or CTRL + c; I’ve provided instructions for quitting the game before it begins.

step 1: pkg install bastet

 step 2: bastet

2. How To Play Snake game in Termux:

We all remember the Snake game from Nokia phones, and now we can play it in termux. This snake game is incredibly adjustable; you can even change the game’s speed and control.

step 1: pkg install nsnake

step 2: nsnake 

Key point : If you get Error, Just Zoom out Your screen and it will be solved.

3. How To Play Greed in Termux:

Greed is a powerful motivator. You must erase as many numbers as possible, the @ symbol will serve as your location, and you must not overlap your prior location. You can use the P key to see all of the available movements. To exit the game, press Q and then y. To read all of the game’s details, press the? key on your keyboard.

step 1: pkg install greed

step 2: greed 

4. How To Play PacMan in Termux:

PacMan is a Maze Arcade game, and we’ll use the following command to install it on termux. I don’t think the game is for everyone, but if you’re a pro gamer, you’ll have no trouble playing it.

step 1: pkg install pacman4console

step 2: pacman

5. How To Play nInvaders in Termux:

PacMan is a Maze Arcade game, and we’ll use the following command to install it on termux. I don’t think the game is for everyone, but if you’re a pro gamer, you’ll have no trouble playing it.

step 1: pkg install ninvaders

step 2: nInvaders 

6. How To Play Moon-Buggy in Termux:

Moon-Buggy is a termux game that is stable. You only need to use the space bar on your keyboard to play this game. The game’s most unusual feature is that you can see the top player’s worldwide score and even add your name if you score higher.

step 1: pkg install moon-buggy

step 2: moon-buggy 

7. How To 2048 in Termux:

2048 is a tile-sliding game in which you must mix numbers to reach the number 2048. This game’s command line version is written in C, so we’ll need to install clang to play it in termux. This game isn’t included in the Termux packages, so we’ll have to get it from Github. I put all commands into one big command to save you time.Just copy and paste below command to install 2048 in your termux.

step 1: pkg install git -y && pkg install wget -y && pkg install clang -y && wget https://raw.githubusercontent.com/mevdschee/2048.c/master/2048.c && sleep 2 && gcc -o 2048 2048.c

step 2: ./2048 

Please Make Sure You Enabled Extra keys To play this game If you didn’t then Click here.

8. How To Play Hangman in Termux:

Stickman is a word guessing game in which you must guess the same word that the program has chosen from a text file in the same repository. The words will be the most commonly used words in the English language, and if you don’t guess the correct word, a new body part of the men will be drawn, and you must guess the correct word before the Hangman drowns.

step 1: pkg install git python -y && git clone https://github.com/khansaad1275/HangmanPy.git && cd HangmanPy

step 2: python hangman.py 

9. How To Play Nethack in Termux:

NetHack is a single-player dungeon exploration game, This I Complicated but if you are interested you can read about the game here. You can move, fight, eat you can do a lot of stuff There are a lot of videos on Youtube on this game.

step 1: pkg install nethack

step 2:  nethack

10. How To Play Sudoku in Termux:

We all have played this at least ones. sudoku is a Logic-based game where we have to put unique numbers in the 9X9 grid and it should not have same number in the same column and row.

step 1: pkg install nudoku && apt install nudoku 

step 2: nudoku

Conclusion:

When we become tired with Termux, we may start a new session and play these games. I’ve included practically every popular Termux game in this page; if I missed any, please let me know in the comments and I’ll add it. If I come across any new Termux games, I’ll update this site. Comment If any command fails, I will be pleased to assist You.

That’s All, your extra key has enabled . If you enjoyed the post do share and don’t forget to follow us on telegram for more updates.

“Have a good day ????

Shares:

Leave a Reply

Your email address will not be published. Required fields are marked *