# 2048小游戏_非原创 **Repository Path**: futurelei/2048 ## Basic Information - **Project Name**: 2048小游戏_非原创 - **Description**: 这是学linux时,偶然看到的一个2048小游戏,原来通过 wget https://raw.githubusercontent.com/mevdschee/2048.c/master/2048.c 下载,现copy过来,自己可以参考着学习。 - **Primary Language**: C - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2018-05-02 - **Last Updated**: 2022-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 2048小游戏_非原创 #### 项目介绍 这是学linux时,偶然看到的一个2048小游戏,原来通过 wget https://raw.githubusercontent.com/mevdschee/2048.c/master/2048.c 下载,现copy过来,自己可以参考着学习。 #### 安装教程 1. 可以在终端输入:wget https://raw.githubusercontent.com/mevdschee/2048.c/master/2048.c 2. 也可以在我这里直接下载2048.c 3. gcc -o 2048 2048.c #### 使用说明 ./2048 , 直接运行