Skip to content

Zyzto/Corona_Invader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project #1

Build A Game ! This project is about building a game in HTML/CSS/JS In a span of 4 days *(for me it was 2 cause you know laziness)

The Game

Corona Invader # click to play

This is Space Invader with some styling to resemble the current Corona virus

Specification

The game was built using Canvas a HTML5 way of drawing 2D vectors, which can be used like real canvas draw from Y0 to Y5 and X0 to X5 and with certain thickness and that will draw L and if you set a repeating function you create new image each frame.

Controllers

You can control the character by moving the mouse sideways and clicking the left click to shoot

Screenshot

Main Menu Gameplay

Resources

-Emoji site

-Creating and Drawing on an HTML5 Canvas using JavaScript

-Mozilla Collision detection in Canvas

-Mozilla 2D breakout game using pure JavaScript

-Animations Generator Animista

-CSS Gradient Text

-CSS Floating

-StackOverFlow the savior