Second attempt at making a TUI super tic-tac-toe game.
First attempt: a-gss/megamorpion
The build-ncurses.sh script downloads ncurses-6.5 and builds it from source statically in ncurses/. Just run the script:
./build-ncurses.shThen you can compile megamporpion2 and link it against ncurses using the build script:
./build.shThere are no official rules, so I just made some up because I find them fun (and I had to):
- When being teleported to the next zone, the local coordinates of the cursor are random
- If the next zone is blocked, ie. the sub-game is finished, then the player can choose whatever zone to go to
- If there is a tie on the mega-game, the winner is the one who has won the most sub-games