Codecademy C++ Project where you can stop an alien abduction by correctly guessing the codeword in this fanciful version of hangman.
UFO: The Game is a fun and interactive command-line game developed in C++. The premise of the game is simple: invaders from outer space are abducting humans, and it's up to the players to save them by cracking the codeword. This game is inspired by the classic game "Hangman" but with a unique twist.
- ASCII art for visualizing the UFO abduction process.
- Dynamic feedback based on player's input.
- Incremental difficulty as the game progresses.
- Run the game in your terminal.
- You will be greeted with the game instructions.
- Guess the letters of the hidden codeword to save your friend from alien abduction.
- Be cautious! More than 7 incorrect guesses, and the UFO will complete its abduction.
To play UFO: The Game, follow these steps:
- Clone this repository to your local machine using
git clone
. - Compile the source files using a C++ compiler like g++:
g++ -o ufo ufo.cpp ufo_functions.cpp
. - Run the executable:
./ufo
on Linux/Mac orufo
on Windows.
- C++ for game logic and user interaction.
- ASCII art for visual representation.
This is my implementation of a Codecademy student project in C++
This project is licensed under the MIT License - see the LICENSE.md file for details.