# game_with_cocosCreater **Repository Path**: cocos_tools/game_with_cocosCreater ## Basic Information - **Project Name**: game_with_cocosCreater - **Description**: 学习cocosCreator开发的小游戏,有贪吃蛇,flappy bird, 2048等 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2024-07-25 - **Last Updated**: 2025-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 使用cocosCreator 开发的小游戏 有贪吃蛇,flappy bird, 2048, 见缝插针,烟花,俄罗斯方块, 飞机大战, follow the circle, skyscraper(简化版), 别踩白块(无限模式),fruit ninja > cocosCreator project 所有游戏都未添加游戏音频,以及游戏场景切换loading ## 游戏demo (pc端请使用移动设备模拟) 查看[demo](https://yl1033669613.github.io/game_with_cocosCreater/web_build/web-mobile/index.html) ## 新增 共有11款游戏。 ## 声明 大部分游戏为经典游戏,使用js开发编写,仅供学习参考,不能用于任何商业用途。 关于资源贴图皆来自互联网,如有侵权,请联系删除。谢谢! ## 注意事项 在 `cocosCreator V2.3.4` 编辑器下运行以及构建 具体修改请参考[v2.0升级指南](https://docs.cocos.com/creator/manual/zh/release-notes/upgrade-guide-v2.0.html) 内部对接wx云开发api, 实现记录玩家游戏分数,游戏阶段等功能。 可以通过cocosCreator发布为其他移动平台游戏。 更多关于wx小游戏点击[这里](https://developers.weixin.qq.com/minigame/dev/index.html) 更多关于cocosCreator点击[这里](http://www.cocos.com/) ## 参考,致谢 飞机大战思路参考 [用cocosCreator做的微信经典飞机大战](https://github.com/A123asdo11/aircraft_war) 2048思路参考[canvas2048小游戏](https://github.com/geekape/canvas2048) flappy bird思路参考 [Flappy Bird game developed by Cocos Creator which can run on Web, Android and iOS](https://github.com/AvatarQing/FlappyBird)