Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Polyglot

The problem where you meet new languages and compile them, to solve a puzzle!

Setup

You will need sqlite3 in order to run the Polyglot problem:

$ sudo apt-get install sqlite3

How to run the program?

To start everything, type:

$ python3.4 polyglot.py

Hello and Welcome!
I am the compiler.
You can ask me to output different source files.
I will provide guides for compiling too.When you are ready, you can provide me with the answer from the code.
And I will reveal a secret to you!
Type help, to get you started.
Enter command>

Now you can enter different commands in order to start the task:

  • help command will list you everything
  • list command will give you all languages and their status
  • start <number> will create a new folder with the given language. It is time to solve the language puzzle! (Ctrl-C to exit polyglot.py)
  • answer <number> <answer> - When you are ready with the given language, you can check if you answer is right.

Good luck!

Use Google & apt-get