Here are all of the codes to access the easter eggs
ASCII = 01111111
bacon = 10010000
bowling = 01110101
| import org.antlr.v4.runtime.ANTLRFileStream; | |
| import org.antlr.v4.runtime.CharStream; | |
| import org.antlr.v4.runtime.Token; | |
| import java.io.File; | |
| import java.io.IOException; | |
| /** | |
| * @author Dalton Dick | |
| */ |
| import os | |
| import random | |
| movies = os.listdir("P:\\HD") | |
| cont = False | |
| numberOfMovies = 0 | |
| while(not cont): | |
| data = raw_input("Enter a power of 2 for the tournament\nMust be 5 or less: ") | |
| try: |
| import os | |
| import random | |
| def printMovies(movies, leng): | |
| for i in range(0,leng): | |
| print "[" + str(i) + "] " + movies[i] | |
| movies = os.listdir("P:\\HD") | |
| numberOfMovies = 10 |
Here are all of the codes to access the easter eggs
ASCII = 01111111
bacon = 10010000
bowling = 01110101