Skip to content

Blaster Force is a javascript game built with OOP that utilizes requestAnimationFrame and canvas to move the players along.

License

Notifications You must be signed in to change notification settings

alfredoscaini/blasterforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blaster Force

Blaster Force is a javascript game built with OOP that utilizes requestAnimationFrame and canvas to move the players along.

The components are broken up into individual classes for re-use on other games.

How to Play

Shoot down all the enemy ships to make sure they don't reach the bottom of the screen.

Purpose

Get through increasingly difficult levels, accumulating points as you destroy enemy ships.

Code

The game uses javascirpt classes to create all the objects. The Sprite object is used for all items on the screen, and the movement is only applied to those sprites that have moveable == true.

About

Blaster Force is a javascript game built with OOP that utilizes requestAnimationFrame and canvas to move the players along.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published