Skip to content

YousefAlkady/Dreamscape-a-Sprite-Tale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text-Based 2D Adventure Game (C++)

This is a custom-built console-based 2D adventure game developed in C++ using only standard libraries and system calls. The game simulates a side-scrolling environment using character arrays and includes dynamic rendering, colored screens, and custom ASCII art cutscenes.


Features

  • Fully text-based game interface in the Windows console.
  • Dynamic scrolling and viewport rendering based on character movement.
  • Cutscenes, intros, and game-over screens.
  • Hero rendering using ASCII sprites.
  • Special screens: Bed, Room, Portal, Endgame.
  • Multiple environments and rainbow visual effects using console color commands.

Technologies Used

  • Language: C++
  • Libraries: <iostream>, <conio.h>
  • Platform: Windows Console

Requirements

  • Windows OS
  • C++ compiler (e.g., g++, Visual Studio)

Run the Game

g++ Project.cpp -o Game
./Game

About

Yosuef Hosam Nour

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages