# brick-game **Repository Path**: bolinxibei/brick-game ## Basic Information - **Project Name**: brick-game - **Description**: html+js+css砖块弹射游戏 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-19 - **Last Updated**: 2024-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BrickGame #### 介绍 - HTML超级无敌砖块射击小游戏 - 通过控制平板,进而控制小球发射,撞击砖块后获得相应得分 #### 软件架构 由前端三件套编写:html css js #### 使用说明 通过VScode打开 #### 参与贡献 1. 编写代码 1. 拉取代码git pull origin master 1. 给新修改的代码取名git commit -m"XXX" 1. 提交修改的代码到仓库git push origin master