diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..bd3d6167b7fe27b31fa211ae655537ec8cd4101a --- /dev/null +++ b/README.en.md @@ -0,0 +1,40 @@ + + +# Resident Evil: School Apocalypse - Zombie School Survival + +This is a complete HTML5 Canvas zombie survival shooting game featuring pixel art graphics, 10 levels with gradually increasing difficulty, and a full weapon system, supporting local storage for progress tracking. + +## Features + +- Pixel art style game graphics +- 10 levels of varying difficulty +- Complete weapon system +- Local storage support for saving game progress +- Achievement system +- Level selection and save management system + +## Development Setup + +The project is built using pure HTML5, CSS3, and JavaScript (ES6+). No build system is required—simply open `index.html` in a browser to start playing the game. + +**To Run the Game:** +1. Open `index.html` in any modern web browser +2. The game will initialize automatically +3. Use WASD to move, mouse to aim/shoot, E to pick up weapons, and Space to reload + +## Game Controls + +- WASD: Movement +- Mouse: Aim and shoot +- E: Pick up weapon +- Space: Reload +- M: Open level selection menu +- S: Open save management + +## Contributions + +Contributions are welcome! Please submit issue reports or pull requests to help improve the game. + +## License + +This project is licensed under the MIT License. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..f2f65e81104cbac1fb97daf7efb7f3dd4018ee6d --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +# 生化危机:学校末日 - Zombie School Survival + +这是一个完整的HTML5 Canvas僵尸生存射击游戏,具有像素艺术图形、10个逐渐增加难度的关卡和完整的武器系统,支持本地存储进度跟踪。 + +## 特性 + +- 像素艺术风格的游戏画面 +- 10个不同难度的关卡 +- 完整的武器系统 +- 本地存储支持游戏进度保存 +- 成就系统 +- 关卡选择和存档管理系统 + +## 开发设置 + +项目使用纯HTML5、CSS3和JavaScript(ES6+)构建。不需要构建系统 - 只需在浏览器中打开`index.html`即可开始游戏。 + +**运行游戏:** +1. 在任何现代网络浏览器中打开`index.html` +2. 游戏将自动初始化 +3. 使用WASD移动,鼠标瞄准/射击,E键拾取武器,空格键重新装弹 + +## 游戏控制 + +- WASD:移动 +- 鼠标:瞄准和射击 +- E:拾取武器 +- 空格键:重新装弹 +- M:打开关卡选择菜单 +- S:打开存档管理 + +## 贡献 + +欢迎贡献!请提交问题报告或拉取请求以改进游戏。 + +## 许可证 + +该项目根据MIT许可证授权。 \ No newline at end of file