courselab / snaskii22

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

feat: Add a victory screen #118

Open Rafael-Corona opened 1 year ago

Rafael-Corona commented 1 year ago

Despite very difficult to achieve, winning a snake game is possible, occurring when the snake reaches maximum length and occupies every position of the game screen. It would be nice to reward the enthusiastic players with a nice victory screen.

rzimmerdev commented 1 year ago

Sure thing!

Rafael-Corona commented 1 year ago

I've put together this example of victory screen. It has the same dimensions of the game screen. scene-0000001.txt

rzimmerdev commented 1 year ago

Nice! I'll work on Issue #97 first, and once all variables are set in place, I believe It'll be enough to get started on this.

rzimmerdev commented 1 year ago

Added functionalities for the win condition, will be inserting your image soon @Rafael-Corona

rzimmerdev commented 1 year ago

Will be editing it to add final score and elapsed time.