# asmFight **Repository Path**: Jump-Wang-111/asm-fight ## Basic Information - **Project Name**: asmFight - **Description**: Two-player online battle game based on x86 asm - **Primary Language**: Assembly - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-24 - **Last Updated**: 2022-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # asmFight ## 简介 ​ 该游戏完全基于汇编语言开发,以像素风为主,采用了双人对战的游戏模式,结合了TCP通信等技术。 ## 使用说明 - 客户端的代码在/client下 - 客户端的release可执行文件在/client_release下 - 服务端的代码在/asmTCPServer下 - 分别使用VS2019进行编译运行 ## 游戏说明 - WASD分别控制上左下右的移动(可全方位移动) - 按J建攻击 - 直至至少其中一方hp=0,游戏终止,可重新开始游戏 ![image-20220710203239571](https://picgo-111.oss-cn-beijing.aliyuncs.com/img/image-20220710203239571.png) ![image-20220710203251077](https://picgo-111.oss-cn-beijing.aliyuncs.com/img/image-20220710203251077.png) ## 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request