# typescript_learn **Repository Path**: pu_huihui/typescript_learn ## Basic Information - **Project Name**: typescript_learn - **Description**: 贪吃蛇游戏(练习 typescript ) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-05 - **Last Updated**: 2022-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TypeScript ## 学习内容 第一章、[TS 基本类型](https://githubfast.com/puhuipuhui/typescript_learn/tree/branch_1) 第二章、[编译选项](https://githubfast.com/puhuipuhui/typescript_learn/tree/branch_2) 第三章、[TypeScript 打包(webpack)](https://githubfast.com/puhuipuhui/typescript_learn/tree/branch_3/) 第四章、[面向对象](https://githubfast.com/puhuipuhui/typescript_learn/tree/branch_4/) ## 在线项目体验 | 项目名 | 在线体验 | 项目描述 | 项目代码 | | ---------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | | 贪吃蛇游戏 | [点击此处](http://pu_huihui.gitee.io/typescript_learn/),游戏开始 | 按上下键,游戏开始;吃到果子 score(得分) 增加,level(等级)增加,蛇撞墙游戏结束。 | [贪吃蛇项目代码](https://githubfast.com/puhuipuhui/typescript_learn) |