https://github.com/mysterywolf/c2048
RT-Thread终端益智类游戏 | An indie puzzle video game runs on RT-Thread console
https://github.com/mysterywolf/c2048
2048 console-game finsh rt-thread rtthread terminal-game
Last synced: 2 months ago
JSON representation
RT-Thread终端益智类游戏 | An indie puzzle video game runs on RT-Thread console
- Host: GitHub
- URL: https://github.com/mysterywolf/c2048
- Owner: mysterywolf
- License: mit
- Created: 2020-09-09T17:57:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T16:02:33.000Z (over 3 years ago)
- Last Synced: 2025-01-16T21:44:09.459Z (4 months ago)
- Topics: 2048, console-game, finsh, rt-thread, rtthread, terminal-game
- Language: C
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rt-thread - c2048 - An indie puzzle video game run on RT-Thread console. (Packages / Misc)
README
# 2048 for RT-Thread
[中文](README_CN.md) | English
[2048](https://en.wikipedia.org/wiki/2048_(video_game)) 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](https://github.com/mevdschee/2048.c) that designed by Maurits in the Linux terminal to the [RT-Thread](https://www.rt-thread.io/) terminal, so players can get to control the direction through the arrow keys, WASD keys, or HJKL keys, instead of sliding the phone screen.

## How to obtain
Configure the project in the [RT-Thread Env tool](https://www.rt-thread.io/download.html?download=Env) or [RT-Studio](https://www.rt-thread.io/studio.html), 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
https://github.com/mysterywolf/2048