courselab / snaskii22

Programming exercise based on snaskii (class of 2022)
GNU General Public License v3.0
8 stars 11 forks source link

feat: add boundless mode #117

Open BrunoBaldissera opened 1 year ago

BrunoBaldissera commented 1 year ago

This is a feature suggestion where a new "boundless" option is created. In this mode the snake loops around when the edges are reached. The death conditions in this mode shall be redefined, and only self-intersections will cause the death screen.

BrunoBaldissera commented 1 year ago

I am working on this on a local branch and will soon add a PR when better tested :)

marcus-v-rodrigues commented 1 year ago

Good idea