Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.24 KB

2048 for RT-Thread

中文 | 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.

screenshot

How to obtain

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.

Maintain

Meco Man

jiantingman@foxmail.com

https://github.com/mysterywolf/2048