CleanCut / invaders

Open source terminal arcade game with audio - based off of the classic "Space Invaders"
206 stars 107 forks source link

Link other community projects #14

Closed basilkohler closed 1 year ago

basilkohler commented 1 year ago

Hi Nathan

I followed your Rust crash course and thought for to solidify my leanings I will rebuild a similar project. I implemented Pong using the same dependencies / assets and a similar project setup.

To motivate others to build something and as an inspiration, it could be interesting to link these kinds of projects. Just a though. In any case, thank you for the course, I enjoyed it! Now to the second one.

CleanCut commented 1 year ago

Nice pong! I did notice that currently the ball gets stuck on the bottom of the screen for a bit before bouncing off. 😆

basilkohler commented 1 year ago

@CleanCut I appreciate that you tried it out and merged it! The ball getting stuck at the bottom lost me a bit of time until I determined that the terminal window was simply not high enough ;) I added a message to the start screen.