25'ten fazla konu seçemezsiniz
			Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | "use strict"
let audioBaseUrl = "http://localhost:8000/media/audio/";
let audioContext;
// setup the game
function init() {
  initAudio();
}
document.addEventListener("load", init);
 |