Skip to content

talibyte01/Little-Console-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Little-Console-Game

My first little Console Game in C++

GENERAL INFORMATION

  • 8x8 Tiles Level
  • P = Player
  • W = Walls which you cannot pass
  • I = Item which can destroy walls, Single Use
  • K = Key
  • D = Door

GOAL

For clearing the level you have to get the Key and after that get to the door. In this particular level the key is inaccesable at first but maybe you get help from that Item...

CONTROLS

Player movement: LEFT ARROW KEY -> Player moves one tile to the left RIGHT ARROW KEY -> Player moves one tile to the right ARROW KEY UP -> Player moves one tile up ARROW KEY DOWN -> Player moves one tile down

Use Item: SPACEBAR

End Game: ESCAPE

FURTHER GOALS

Might add some more levels and maybe an enemy that follows you and you die when it touches you.

About

My first Console Game in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages