View on GitHub

Bizzbuzz

BizzBuzz Android App

Download this project as a .zip file Download this project as a tar.gz file

Bizz Buzz

Play against yourself in that fun little game that you hated back in elementary school! Welcome to the world of Bizz Buzz a game where the only way to win is not to play. The rules are simple starting at 1 and counting all the way to MAX_INT (MAX_LONG version coming soon) decide if a number is Bizz, Buzz, or BizzBuzz. How do you decide what a number is, well it's simple, by default numbers that are divisible by 3 or that contain a 3 are considered buzz numbers, 4 for bizz, and bizzbuzz for both. Every other number is that number's actual value. So lets get an example shall we:

1
2
buzz
bizz
5
buzz
7
bizz
buzz
10
11
bizzbuzz
buzz
bizz

And it's that simple.