g++ -o ouija ouija.cpp -lncurses -std=c++17 ./ouija If you hear a voice whisper "rm -rf ~" while it runs, just hit GOODBYE . Do not try to catch the exception. The Final Verdict ouija.cpp works perfectly. It correctly answered "Yes" when I asked if it knew my name. It answered "No" when I asked if it was a random number generator.
User pressed SPACE. Constructing: "YOUR SHADOW." ouija.cpp
/* * WARNING: This software is for entertainment purposes only. * The author is not responsible for: * - Unexplained RAM usage * - Noises coming from your speakers at 3:00 AM * - Your roommate finding you whispering "std::vector" in your sleep * - Actual demonic possession (If you debug using printf, you're already possessed) */ You need g++ , ncurses (for the drifting cursor effect), and a strong constitution. g++ -o ouija ouija
$ ./ouija.cpp Initializing spirit board... [DONE] Ask your question: > Who is watching me? | A | B | C | D | E | F | G | | H | I | J | K | L | M | N | | O | P | Q | R | S | T | U | | V | W | X | Y | Z | 1 | 2 | [ YES ] [ NO ] [ GOODBYE ] It correctly answered "Yes" when I asked if it knew my name