Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Interactive Video Quiz</title>
<style>
* {
margin: 0;
padding: 0;
@brianmcaudill
brianmcaudill / tetris-song-js-8-bit.html
Last active August 4, 2024 16:05
tetris song in javascript
<!DOCTYPE html>
<html>
<head>
<title>Tetris Theme with Web Audio API</title>
</head>
<body>
<!-- Button to trigger the song -->
<button onclick="playTetrisTheme()">Play Tetris Theme</button>
<script>