The other typeracer... but in your terminal!
Tot is the easy to play game that anyone with a keyboard can win at.
vid.mp4
No more hassle trying to open a web browser to reck your friends at typeracer. Now the programmers dream has come true you can play a typing game in the terminal.
To start up tot locally you need to have a redis database started. All you have to do then is put the host address and the password into a .env file in the base of the project.
Your .env file should look something like this:
rd_endpoint="HOST_ADDRESS:PORT"
rd_pwd="PASSWORD"