Skip to content

DamianORourke/typescript-sonic-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonic Runner

Typescript version of the tutorial by JSLegendDev

Thanks to

JSLegendDev youtube tutorial here:

Files Included

sonic-runner/
├── README.md
├── .gitignore
├── index.html
├── vite.config.ts
├── tsconfig.json
├── package-lock.json
├── package.json
├── public/
│   ├── fonts
│       └── license.txt
│   ├── graphics
│       └── chemical-bg.png
│       └── motobug.png
│       └── platforms.png
│       └── ring.png
│       └── sonic.png
│   ├── sounds
│       └── city.mp3
│       └── Destroy.wav
│       └── Hurt.wav
│       └── HyperRing.wav
│       └── Jump.wav
│       └── Ring.wav
├── src
│   ├── entities
│       └── motobug.ts
│       └── ring.ts
│       └── sonic.ts
│       └── spawner.ts
│   ├── scenes
│       └── game-over.ts
│       └── game.ts
│       └── main-menu.ts
│   └── constants.ts
│   └── gameManager.ts
│   └── kaplayCtx.ts
│   └── main.ts

Run

Download zip

    npm install

then

    npm run dev

optionally build

    npm run build

testing build

    npm run preview

About

Typescript version of the tutorial by JSLegendDev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published