8-Bit Music Rates

Byte-Beat Battle: The Ultimate Challenge

Welcome to the most epic showdown in 8-bit music history: Byte-Beat Battle! In this corner, we have:

Which one will reign supreme? You decide!

Byte-Beat Battle Logo
		
			// The rules of Byte-Beat Battle:
			// 1. Each artist plays a 8-bit tune.
			// 2. The audience votes on who has the best beat.
			// 3. The winner gets the crown of 8-Bit Supreme Music Master.
		
	
// Example 8-bit music code: // // var beat = new Beat(); // beat.setTempo(120); // beat.addNote(60); // beat.addNote(120); // beat.addNote(60); // // // var tune = new Tune(); // tune.addBeat(beat); // tune.addBeat(beat); //