# HumanJIT This is a fun little coding practice game, that's all about understanding code line by line. You send the backend url and room name to one of your friends and start battling it out. It has no syntax highlighting, or any other comforts present in a regular ide, meaning it can reveal your true knowledge of the language. Talking about languages, this app can facilitate EVERY one that uses an ASCII characterset. (it might be unicode, but I am not sure and will not check) You can host it yourself by running "sh ./install.sh" after downloading the repo. # Tutorial 1. You get together with someone and send them the website link and the backend hostname / ip / url. Usually the same, you copy the website url and paste it into the backend field. 1. You both connect to the same channel (choose freely) and the coder starts writing their code. 1. Once done, they submit their line and the compiler interprets it. 1. Once ok, the compiler clicks understood and the coder can continue. 1. If the coder is finished, they can click the finish button to review the code.