Skip to content

ErnaniSalazar/snake-adventures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snake Adventures

Welcome to the Snake Adventures Game Repository. Snake Adventures is a game which mixes the mechanics of a classic snake game, with mechanics of RPGs.

version

This game presents the following simple rules:

  • If the player's HP reaches 0, the player loses;
  • If the player touches the walls, the player loses;
  • If the player defeats the Boss, the player wins.

The controls are:

  • Arrow keys to move around;
  • "F" key to shot;
  • "D" key to place a Land Mine;
  • "S" key to put up a shield and put it down;
  • "G" key to heal yourself.

To access the Boss Chamber the player needs to acquire 10 score points. The Boss has 10 HP.

Good Luck, Snakers!

Instalation:

This game requires the pygame library: https://www.pygame.org/.

To game is executed by the following command:

python GameManager.py

Contributors:

About

Snake Adventures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages