Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 727 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 727 Bytes

Polar bear's last moment!

How did polar bears become extinct?

🌐 Demo

You can play games here!

💻 Tech Stack

📁 Directory Structure

📦Project Root
 ┣ 📂res
 ┣ babel.config.js
 ┣ main.ts
 ┣ package.json
 ┣ tsconfig.json
 ┗ yarn.lock
  • 📂res: Put all the resources(images, sounds) of the app inside this folder.
  • babel.config.js: Babel configuration file.
  • main.ts: Main entry file of the app. The name of this file should not be changed.
  • package.json: Package.json file.
  • tsconfig.json: TypeScript configuration file.
  • yarn.lock: Yarn lock file.