Ascendix Enigma A C++ puzzle game.
Ascendix Enigma is a console-based C++ puzzle game where players must rearrange numbers in a grid to solve the puzzle. It features customizable difficulty levels, a secure password system, and move tracking.
Features Dynamic Grid Size: Play on anything from a 2x2 to a 10x10 grid. Security: Integrated password protection with the ability to change credentials. Performance Tracking: Tracks your total moves and the time taken to solve the puzzle. Interactive Controls: Uses arrow keys for intuitive block movement.
Prerequisites
To run this game, you need a C++ compiler (like g++) and a Windows environment (required for the windows.h and conio.h headers).
How to Build and Run
-
Compile the program:
g++ "Ascendix_Engima.cpp" -o AscendixEnigma -
Run the game:
./AscendixEnigma
How to Play
Enter your name and the default password (0000) to start.
Select your desired grid level.
Use the Arrow Keys to move numbers into the empty space.
Arrange the numbers in ascending order to win!
Use # at any time to exit the game.
---