Skip to content

Gokhan-Zengin/ConsolePlatformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Controls:
 Movement	=> wasd
 Shoot 		=> Space

To start the game, you need to drag and drop level file to the PlatformerGame.exe file and the game should open.

If you want to make your own level:

	-You need to make a level file(*.lvl).
	-Length of every line should be same.

  Symbols:
	Hard Block  => #
	Platform    => -
	Enemy	    => @
	Player	    => +
	Air	    => You can use any type of symbol but '.' is prefered.

  You can take a look to given "level.lvl" file for example level.