Endless Runner in the Terminal How to Run Download the repo and enter the following commands in a terminal: cd endless_runner # Add -lcurses flag if on Unix terminal. gcc -o runner runner.c util.c ./runner Demo