Making a Shoot Me or Die Game

 

Preview : Today we're creating a game called Shoot Me or Die.


Using HTML, CSS, and JavaScript, I'm building a Shoot Me or Die today. 

 

1.index.html

Make an index.html file and paste the following code into it:


2.style.css

Let's make a CSS file named style.css and add the CSS code below to it: 


3.script.js

Create a JavaScript file named script.js and paste the following JavaScript code into it:

Comments