# Huibian **Repository Path**: Valen/Huibian ## Basic Information - **Project Name**: Huibian - **Description**: 计算机组成原理课程汇编实验 - **Primary Language**: Assembly - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Huibian 计算机组成原理课程汇编实验 一个用汇编写的2048游戏,在32位windows系统下使用MASM6.15编译通过。 实现基本2048功能,不能判定死局,不管移动是否有效都会随机放置一个2,可以记录最高分。