https://github.com/tamiko-n/doraemon-multi-level-game
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.
https://github.com/tamiko-n/doraemon-multi-level-game
c doraemon fundamentals-of-programming nobita
Last synced: 8 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/tamiko-n/doraemon-multi-level-game
- Owner: Tamiko-n
- License: apache-2.0
- Created: 2024-12-28T15:13:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T14:01:37.000Z (9 months ago)
- Last Synced: 2025-01-18T15:14:15.063Z (9 months ago)
- Topics: c, doraemon, fundamentals-of-programming, nobita
- Language: C++
- Homepage:
- Size: 1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.canva.com/design/DAGamEHMJU0/eCEWlrZ9t5GWfoZkC6Vk9Q/watch?utm_content=DAGamEHMJU0&utm_campaign=share_your_design&utm_medium=link&utm_source=shareyourdesignpanel)---
## **How to Use**
1. **Download the Code**:
- Clone the repository or download the ZIP file from GitHub.```bash
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.
```bash
gcc -o Doraemon-Multi-Level-Game main.c
```3. **Run the Game**:
- Execute the compiled program.
```bash
./Doraemon-Multi-Level-Game
```4. **Enjoy**:
- Follow the prompts to guide Nobita through his jungle escape adventure.---
## **Libraries Used**
- ``: For input/output operations.
- ``: For random number generation and memory management.
- ``: For seeding random number generation.
- ``: For string manipulations.
- ``: 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.