/canvas-shooting-game

simple game developed using HTML Canvas and vanilla Javascript

Primary LanguageJavaScript

Canvas game

About

Just a simple game where you try to survive to enemies waves just shooting at them. You cannot move, just shoot and try not to miss.

Bigger enemies needs more shoots to die. Every hit in a enemy gives you 100 points and every killed enemy gives you 250 points.

This game was developed following the tutorial available in Chris Courses. The intention here was learne more about the HTML Canvas and his usages.

How to run

Simple open index.html with your favorite browser (that's not internet explorer) and enjoy.

Technologies

  • HTML

  • Vanilla Javascript

  • GSAP

To-do

  • Enhance the code. Now all the code is in one file.

  • Separate CSS from HTML