Canvas-practice

Small projects to practice in canvas api.

Breakout

Demo level of breakout arcade

  • Animating sprites
  • Sounds
  • Preload sprites and sounds

screenshot-animation

Apple Hunter

Demo level of snake game

  • Using sprites
  • Sounds

screenshot-animation

Particles

Implementation of random floating particles effect for portfolio site

screenshot-animation

Getting Started

# clone repository
git clone https://github.com/git-dmitriy/canvas-practice.git
cd canvas-practice

# install dependencies
npm install

# run the selected project:
npm run breakout

npm run apple:hunter

npm run particles