├── README.md ├── js ├── step1 │ ├── index.html │ └── main.js ├── step2 │ ├── index.html │ └── main.js ├── step3 │ ├── index.html │ └── main.js ├── step4 │ ├── index.html │ └── main.js └── step5 │ ├── index.html │ └── main.js ├── tinyboxer.png └── ts ├── step1 ├── build.js ├── index.html ├── main.ts ├── package-lock.json ├── package.json └── tsconfig.json ├── step2 ├── build.js ├── index.html ├── main.ts ├── package-lock.json ├── package.json └── tsconfig.json ├── step3 ├── build.js ├── index.html ├── main.ts ├── package-lock.json ├── package.json └── tsconfig.json ├── step4 ├── build.js ├── index.html ├── main.ts ├── package-lock.json ├── package.json └── tsconfig.json └── step5 ├── build.js ├── index.html ├── main.ts ├── package-lock.json ├── package.json └── tsconfig.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/README.md -------------------------------------------------------------------------------- /js/step1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/js/step1/index.html -------------------------------------------------------------------------------- /js/step1/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/js/step1/main.js -------------------------------------------------------------------------------- /js/step2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/js/step2/index.html -------------------------------------------------------------------------------- /js/step2/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/js/step2/main.js -------------------------------------------------------------------------------- /js/step3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/js/step3/index.html -------------------------------------------------------------------------------- /js/step3/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/js/step3/main.js -------------------------------------------------------------------------------- /js/step4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/js/step4/index.html -------------------------------------------------------------------------------- /js/step4/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/js/step4/main.js -------------------------------------------------------------------------------- /js/step5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/js/step5/index.html -------------------------------------------------------------------------------- /js/step5/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/js/step5/main.js -------------------------------------------------------------------------------- /tinyboxer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/tinyboxer.png -------------------------------------------------------------------------------- /ts/step1/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step1/build.js -------------------------------------------------------------------------------- /ts/step1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step1/index.html -------------------------------------------------------------------------------- /ts/step1/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step1/main.ts -------------------------------------------------------------------------------- /ts/step1/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step1/package-lock.json -------------------------------------------------------------------------------- /ts/step1/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step1/package.json -------------------------------------------------------------------------------- /ts/step1/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step1/tsconfig.json -------------------------------------------------------------------------------- /ts/step2/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step2/build.js -------------------------------------------------------------------------------- /ts/step2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step2/index.html -------------------------------------------------------------------------------- /ts/step2/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step2/main.ts -------------------------------------------------------------------------------- /ts/step2/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step2/package-lock.json -------------------------------------------------------------------------------- /ts/step2/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step2/package.json -------------------------------------------------------------------------------- /ts/step2/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step2/tsconfig.json -------------------------------------------------------------------------------- /ts/step3/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step3/build.js -------------------------------------------------------------------------------- /ts/step3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step3/index.html -------------------------------------------------------------------------------- /ts/step3/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step3/main.ts -------------------------------------------------------------------------------- /ts/step3/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step3/package-lock.json -------------------------------------------------------------------------------- /ts/step3/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step3/package.json -------------------------------------------------------------------------------- /ts/step3/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step3/tsconfig.json -------------------------------------------------------------------------------- /ts/step4/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step4/build.js -------------------------------------------------------------------------------- /ts/step4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step4/index.html -------------------------------------------------------------------------------- /ts/step4/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step4/main.ts -------------------------------------------------------------------------------- /ts/step4/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step4/package-lock.json -------------------------------------------------------------------------------- /ts/step4/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step4/package.json -------------------------------------------------------------------------------- /ts/step4/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step4/tsconfig.json -------------------------------------------------------------------------------- /ts/step5/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step5/build.js -------------------------------------------------------------------------------- /ts/step5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step5/index.html -------------------------------------------------------------------------------- /ts/step5/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step5/main.ts -------------------------------------------------------------------------------- /ts/step5/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step5/package-lock.json -------------------------------------------------------------------------------- /ts/step5/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step5/package.json -------------------------------------------------------------------------------- /ts/step5/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tpetricek/tiny-boxer/HEAD/ts/step5/tsconfig.json --------------------------------------------------------------------------------