Duck Hunt

Developer
Size
1,706 Kb
Views
4,048

How do I make an duck hunt?

What is a duck hunt? How do you make a duck hunt? This script and codes were developed by Kescoe on 20 January 2023, Friday.

Duck Hunt Previews

Duck Hunt - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Duck Hunt</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="GameArea"> <div id="Ground"></div> <div id="Bush"></div> <div id="Grass"></div> <div id="Tree"> <div id="TreeBush"></div> </div> <div id="Ammo"> <p>SHOT</p> </div>
</div>
</body>
</html>

Duck Hunt - Script Codes CSS Codes

body{ /*display:flex; align-items: center; justify-content: center; */
}
#GameArea{ position:absolute; background-color: lightblue /*#73b1f4*/; height:70%; width:70%;
}
#Ground{ height:20%; width:100%; position:absolute; top:80%; background-color: #f4d0b5;
}
#Bush{ height:30%; width:15%; position:absolute; left:80%; top:40%; border-radius:30px; background-color: #35bb98;
}
#Grass{ height:20%; width:100%; position:absolute; top:60%; background-color: #46cead;
}
#Tree{ height:40%; width:5%; top:20%; left:10%; position:absolute; background-color:brown;
}
#TreeBush{ height:70%; width:600%; top:-40%; left:-170%; position:absolute; background-color:#35bb98;
}
#Ammo{ height:15%; width:20%; top:82%; left:5%; position:absolute; background-color: #424953; border: solid 3px white;
}
#Ammo p{ color:white; text-align:center; margin-top:30%;
}
Duck Hunt - Script Codes
Duck Hunt - Script Codes
Home Page Home
Developer Kescoe
Username kescoe
Uploaded January 20, 2023
Rating 3
Size 1,706 Kb
Views 4,048
Do you need developer help for Duck Hunt?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Kescoe (kescoe) Script Codes
Create amazing art & images with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!