tur-learning / CIS1051-python

Intro to Problem Solving & Programming in Python
https://tur-learning.github.io/CIS1051-python/
MIT License
0 stars 0 forks source link

Multiplayer mode #12

Open andreagalle opened 1 year ago

andreagalle commented 1 year ago

Two snakes (a green one and a yellow one). Both sharing the same map. If one eat the other it will cut it right where they touched temselves, cutting his score as well, but without increasing its own score as a consequence.

That is clear that each snake will protect the closest parts of its body to its head, not to lose such a huge score.

andreagalle commented 1 year ago

This can be accomplished even without the network, but rather using arrow and WASD (wazz-dee) keys.