FriedlandAaron / rs_snake

Rust implementation of the classic "Snake" game as a terminal app.
The Unlicense
0 stars 0 forks source link

Create game over transition #22

Closed FriedlandAaron closed 5 months ago

FriedlandAaron commented 5 months ago

Create a neat little transition graphic when there is a game over. Utilizes a really cool library called cfonts. Is currently somewhat 'hardcoded', need to add scaling based on terminal size (might be too annoying to get around to for a while).