# JS_GAMES **Repository Path**: demo./js_games ## Basic Information - **Project Name**: JS_GAMES - **Description**: JavaScript编写的特效、小游戏集合 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2021-02-07 - **Last Updated**: 2024-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JS-特效-小游戏集合 ``` 我做web开发很多年了,主要是后端,前端也会一些 从前看到那些会写特效和游戏的前端 我很羡慕 最近抽空仔细学习了前端知识,开始写一些练手的小游戏 其实写游戏和写普通的项目没有什么区别 无非就是调接口, 面向对象, 算法, 设计模式 但游戏更难一些, 因为用户体验要求很高 ``` 以下是我最近写的一些特效和游戏 #### [小游戏] 元胞自动机 * [在线预览](https://www.feonix.cn/cell/) * [查看代码](https://gitee.com/demo./js_games/tree/master/cell) #### [小游戏] 贪吃蛇 * [在线预览](https://www.feonix.cn/snake/) * [查看代码](https://gitee.com/demo./js_games/tree/master/snake) #### [小游戏] 2048 * [在线预览](https://www.feonix.cn/2048/) * [查看代码](https://gitee.com/demo./js_games/tree/master/2048) #### [小游戏] 俄罗斯方块 * [在线预览](https://www.feonix.cn/tetris/) * [查看代码](https://gitee.com/demo./js_games/tree/master/tetris) #### [小游戏] 方块坦克大战 * [在线预览](https://www.feonix.cn/blockTank/) * [查看代码](https://gitee.com/demo./js_games/tree/master/blockTank) #### [小游戏] 农场小游戏 * [在线预览](https://www.feonix.cn/farm/) * [查看代码](https://gitee.com/demo./js_games/tree/master/farm) #### [特效] 动态粒子效果背景 * [在线预览](https://www.feonix.cn/particle-animation/) * [查看代码](https://gitee.com/demo./js_games/tree/master/particle-animation) #### [特效] 鼠标移动炫彩小球 * [在线预览](https://www.feonix.cn/globule/) * [查看代码](https://gitee.com/demo./js_games/tree/master/globule) 未完待续...