# MachineBreak **Repository Path**: caoxy/MachineBreak ## Basic Information - **Project Name**: MachineBreak - **Description**: a simple game using pygame - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MachineBreak ## Simple Introduction a game about machine combat using pygame as game engine game map can be created by Tiled(a free map editor) ## Coding Style all code checked by pep8, and no warnings and errors ### Position Concept var "pos" means the position at the surface. var like "map_pos" means the coordinate at the map list(using as a 2D array)