中文 | English
2048 is a single-player sliding tile puzzle video game written by Italian web developer Gabriele Cirulli and published on GitHub. The objective of the game is to slide numbered tiles on a grid to combine them to create a tile with the number 2048.
This project ported the 2048 game that designed by Maurits in the Linux terminal to the RT-Thread terminal, so players can get to control the direction through the arrow keys, WASD keys, or HJKL keys, instead of sliding the phone screen.
Configure the project in the RT-Thread Env tool or RT-Studio, as shown below:
RT-Thread online packages --->
miscellaneous packages --->
entertainment: terminal games and other interesting software packages --->
[*] 2048: An indie puzzle video game run on RT-Thread console
Enter msh> 2048
in the terminal can get it successfully running.
Meco Man