More on the Turing Machine and the Busy Beaver Game

Today we watched 2 videos:
  1. The relevance of the Turing Machine: If a Turing Machine cannot do it, no computer can!~ and
  2. The Busy Beaver Game: How many 1's can you write?

Homework

My busy beaver

You are given a tape that has only 0s. You goal is to build a Turing Machine that writes as many 1s a possible without falling into an infinite loop, that is, it must stop!

How many 1s does your machine write?