Nobita's Wild Adventure is an interactive text-based game where players help Nobita navigate through a jungle filled with unique challenges. The game features three exciting levels, and a final challenge, each offering engaging puzzles and tasks.
- Level 1: Guess the secret number to retrieve Nobita's lost map.
- Level 2: Solve anagrams to cross a river.
- Level 3: Play rock-paper-scissors against a dinosaur.
- Final Challenge: Choose the right door to lead Nobita home.
- Text-based gameplay with interactive storytelling.
- Magical gadgets and assistance from Doraemon.
- Designed using foundational C programming libraries.
-
Download the Code:
-
Clone the repository or download the ZIP file from GitHub.
git clone https://github.com/Tamiko-n/Doraemon-Multi-Level-Game.git cd nobitas-adventure
-
-
Compile the Code:
- Use a C compiler like GCC to compile the game.
gcc -o Doraemon-Multi-Level-Game main.c
- Use a C compiler like GCC to compile the game.
-
Run the Game:
- Execute the compiled program.
./Doraemon-Multi-Level-Game
- Execute the compiled program.
-
Enjoy:
- Follow the prompts to guide Nobita through his jungle escape adventure.
<stdio.h>
: For input/output operations.<stdlib.h>
: For random number generation and memory management.<time.h>
: For seeding random number generation.<string.h>
: For string manipulations.<unistd.h>
: For adding delays (sleep functionality).
- Add graphical and sound elements for better immersion.
- Introduce a dynamic storyline with player choices.
- Provide adjustable difficulty levels.
- Implement multiplayer functionality.
- Expand gameplay with additional levels and challenges.
- Add save/load functionality.
- Bushra Ansar: Developed level 3 and the final challenge.
- Tamia Naeem: Created level 1 and implemented ASCII art.
- Bushra Atiq: Coded level 2 and added dialogues.
If you like this project, please give it a ⭐ on GitHub and share it with others! Your support motivates us to develop more exciting projects.