Skip to content

yywc/typescript-game

Repository files navigation

前言

用 TypeScript 编写的 Flappy Bird 游戏。

主要购买慕课网课程——微信小游戏入门与实战 引爆朋友圈学习后总结重构。

本人也是边学边总结,在尽可能保证内容准确的情况下,难免会有一些疏忽和错误,希望大家不吝赐教,谢谢😄。

flappy bird

1. 相关技能

  • webpack4 打包
  • 面向对象/接口思想
  • typescript 的配置和使用
  • prettier 规范代码格式和 commitizen 规范提交内容

2. 打开方式

git clone git@github.com:yywc/ts-game.git
cd your path/ts-game
npm install
// 开发环境
npm run dev
// 生产环境
npm run build && npm run start

3. 开发步骤

可以对应分支查看每一个步骤的具体实现。

大纲

About

用 typescript 编写的 flappy bird H5 小游戏

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published