/mag-c

NCurses en C++. Menu y mini-juegos.

Primary LanguageC++

mag-c

My Amateur Gaming Collection (using ncurses in C++)

Just a little side project I did, when I was getting bored at home during holidays due to Internet ban in my region as per government order.

It currently comprises of following games:

  1. Purr - the cake eater (try eat * as many times as possible within 100 steps)
  2. Tic-tac-toe
  3. Jumpman (jump over obstacles as many times as possible while it's speed is constantly increasing or decreasing)
  4. An unexpected journey (something like snakes and ladders)

Note: Make sure you've got ncurses library in your system.

I've added makefile for easy installation. Just run make in the respective directory.

If you it doesn't work, you might need to install build essential / development tools / it's equivalent for your distribution.

Btw, compilation command goes like g++ home.cpp -o home -lncurses

Screenshot 1: Screenshot 1

Screenshot 2: Screenshot 2

Screenshot 3: Screenshot 3

Screenshot 4: Screenshot 4