madebydanny.uk written in html, css, and a lot of JavaScript I don't understand madebydanny.uk
html css javascript
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

5

+2 -2
+2 -2
projects/space-shooter.html
··· 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"/> 6 6 <title>Space Shooter (v1) - Daniel Morrisey</title> 7 7 8 - <meta name="description" content="Space Shooter is a simple Space Invaders clone written in Python using Pygame. The game can run on MacOS in two simple steps, Windows support coming soon."/> 8 + <meta name="description" content="Space Shooter is a simple Space Invaders clone written in Python using Pygame. The game can run on MacOS in 5 simple steps, Windows support coming soon."/> 9 9 <meta name="keywords" content="Danile Morrisey, Danny Morrisey, MBD, Made by Danny, Made by Danny UK"/> 10 10 <meta name="author" content="Daniel Morrisey"/> 11 11 12 12 <meta property="og:type" content="website"/> 13 13 <meta property="og:url" content="https://danielmorrisey.com/"/> 14 14 <meta property="og:title" content="Space Shooter (v1) - Daniel Morrisey"/> 15 - <meta property="og:description" content="Space Shooter is a simple Space Invaders clone written in Python using Pygame. The game can run on MacOS in two simple steps, Windows support coming soon. "/> 15 + <meta property="og:description" content="Space Shooter is a simple Space Invaders clone written in Python using Pygame. The game can run on MacOS in 5 simple steps, Windows support coming soon. "/> 16 16 <meta property="og:image" content="/media/banner.jpg"/> 17 17 18 18 <link rel="me" href="https://mastodon.social/@danielmorrisey"/>