Skip to content

ar-ekt/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

snake game using pygame in python

To play, open the main.py file with python and run it

Classic

The player must manage the snake with the arrow keys to eat the coins inside the screen. For each coin eaten, a cell is added to the end of the snake and its score increases. The game continues until the snake hits its body.

In Time

Players must manage their snake with the arrow keys to eat the coins inside the screen. For each coin eaten, a cell is added to the end of the snake and the player's score increases. The game is played in 2 minutes and at the end of this time, the player who has more points wins. Until the points are equal, the time increases by 30 seconds to determine the winner. The player on the right must play with the arrow keys and the player on the left must play with the keys a, s, d and w.

Berline Wall

Players must manage their snake with the arrow keys to eat the coins inside the screen. Each player who eats the coin in his part, a cell is added to the end of his snake and the wall gets closer to his opponent. In each round, whoever hits the wall or his body sooner loses and a point is added to the opponent. Any player who reaches the set point sooner will win the game. The player on the right must play with the arrow keys and the player on the left must play with the keys a, s, d and w.

Tron

Players must manage their snake with the arrow keys and try not to hit the wall, their body and the opponent. The first player to hit loses and his opponent wins the game. The player on the right must play with the arrow keys and the player on the left must play with the keys a, s, d and w.

About

snake game using pygame in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages