In some spare time I decided I wanted to create a simple game with C++ and (of course) SFML.
Hence, Fruit Chase was born!
All you have to do is move your character around the screen, and when he gets to some fruit, he'll eat it! When he eats fruit, he speeds up. If the character touches the sides of the screen, game over, so the game gets progressively more difficult.
Download here:
https://legacy.sfmluploads.org/index.php?page=view_file&file_id=41Source code is in there too, so feel free to take a look at it, but don't expect any amazing code
This is the first game I have made since I decided to start using and practising SFML, so any criticism is greatly appreciated
How high can you score?