jajodiaraghav / Snake

A simple game built using Python Pygame Library
21 stars 27 forks source link

Create multiple worlds #9

Open jajodiaraghav opened 6 years ago

jajodiaraghav commented 6 years ago

Currently, the game only has one world. We can create more worlds/screens/levels with blocks/obstacles are present in different structures

silversword05 commented 6 years ago

Sir each time the snake have the food the blocks change their position. So now it is a multi-world game. Moreover, with each food, the no of blockades increase by one. So now it is multi-level.

jajodiaraghav commented 6 years ago

I am okay with merging your implementation. But I cannot see any corresponding issue opened for the work you did. Please always open an issue before working on something (if not already opened)