Skip to content

This is a CLI based game developed using C++, similar to Tetris but with a twist.

Notifications You must be signed in to change notification settings

16103217ravi/vertical-3-align

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Vertical Align

This is CLI based game developed using C++. This is similar to Tetris but with a twist.

image

Game Instructions:

  • A block with a random special character ( '&', '$', ')', '(', ...) would appear on the right, and you would be prompted to place it in choice of one of the given stacks.
  • When a player aligns 3 similar blocks vertically, then those 3 blocks gets destroyed, and player is awarded 15 points.
  • Player will lose when any one of the stack overflows.
  • The goal is to score maximum points :)

Data Structures Used:

  • Stack

Scope for Future Work:

  • Difficulty level can be added.
  • Time bounded user input for the choice of stack.
  • Scope for enhanced UI/UX.

MADE WITH ❤️ BY- SPARSH SHUKLA.

About

This is a CLI based game developed using C++, similar to Tetris but with a twist.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%