Skip to content

agss0/megamorpion2

Repository files navigation

megamorpion2

Second attempt at making a TUI super tic-tac-toe game.

First attempt: a-gss/megamorpion

Building

The build-ncurses.sh script downloads ncurses-6.5 and builds it from source statically in ncurses/. Just run the script:

./build-ncurses.sh

Then you can compile megamporpion2 and link it against ncurses using the build script:

./build.sh

Extended rules

There are no official rules, so I just made some up because I find them fun (and I had to):

  1. When being teleported to the next zone, the local coordinates of the cursor are random
  2. If the next zone is blocked, ie. the sub-game is finished, then the player can choose whatever zone to go to
  3. If there is a tie on the mega-game, the winner is the one who has won the most sub-games

About

aka super tic-tac-toe

Topics

Resources

Stars

Watchers

Forks