Skip to content

Nobita's Wild Adventure is a C-based text game that combines logic, puzzles, and creativity. Built using standard C libraries, it provides a simple yet fun experience for players who enjoy interactive storytelling.

License

Notifications You must be signed in to change notification settings

Tamiko-n/Doraemon-Multi-Level-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nobita's Wild Adventure: A Jungle Escape

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.

Features

  • 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.

Project Highlights

  • Text-based gameplay with interactive storytelling.
  • Magical gadgets and assistance from Doraemon.
  • Designed using foundational C programming libraries.

Video Demo

Watch the video here


How to Use

  1. 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
  2. Compile the Code:

    • Use a C compiler like GCC to compile the game.
      gcc -o Doraemon-Multi-Level-Game main.c
  3. Run the Game:

    • Execute the compiled program.
      ./Doraemon-Multi-Level-Game
  4. Enjoy:

    • Follow the prompts to guide Nobita through his jungle escape adventure.

Libraries Used

  • <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).

Future Enhancements

  • 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.

Group Members

  • 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.

Support Us

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.

About

Nobita's Wild Adventure is a C-based text game that combines logic, puzzles, and creativity. Built using standard C libraries, it provides a simple yet fun experience for players who enjoy interactive storytelling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages