dkallen78 / generic-blaster

generic shooter game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I finally taught myself how to use requestAnimationFrame. It makes things move along much faster. I'm also organizing my code better because the last version was a mess.

Details

Map size: 720w x 960h

Ship/enemy size 32 x 32

Previous versions

This is the evolution of the first test I did. It has more functionality and evolved to the point of having music and sfx along with multiple enemies. It still uses the setTimeout function to handle the game loop.

These were the initial tests I was doing to make a ship move around on the screen. There were some things I didn't like about how my classes were structured and rather than trying to fix a bunch of stuff at once I rebuilt it from the basic principles of this teplate.

A generic shooting game

About

generic shooter game


Languages

Language:JavaScript 97.0%Language:HTML 2.6%Language:CSS 0.4%