# mini2048 **Repository Path**: hyperions/mini2048 ## Basic Information - **Project Name**: mini2048 - **Description**: A Python implementation of 2048 with a minimum GUI in 99 LOC - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-22 - **Last Updated**: 2021-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #mini2048 ======== A Python implementation of 2048 with a minimum GUI in 99 Physical LOC Not Pythonic, PEP8 is not followed. I wrote this code because I'm boring. Two modules are included: 1) Game control module. Based on numpy, use a 2d ndarray to store the tile values. It takes input of UP, DOWN, LEFT and RIGHT to step forward. 2) A minimum GUI based on Tk. The color style is referred to gabrielecirulli/2048

. #Screenshot: ![](https://github.com/frombeijingwithlove/mini2048/blob/master/Screenshot.png) If you can read Chinese you may find more details here: http://www.cnblogs.com/frombeijingwithlove/p/4111016.html