Cursor95

A simple, yet nostalgic clone of flappy bird using assets from our beloved operating system from 1995, Windows 95. There's no end to the game as it goes on forever.

Your main and only objective is for your cursor to not get hit by the error messages on the screen.

The source code is also available on github for those wanting to take a peek: https://github.com/StickPal/Cursor95/tree/main

The music and most sprites in this game are the property of Microsoft Inc.

 All right reserved.


Comments

Log in with itch.io to leave a comment.

(-1)

You nailed the aesthetic, and the sounds are a nice detail! However, there seems to be 1 pixel thick line on the right edge of the screen that doesn't get filled with the background color resulting in a tiny glitch. I think you could fix this by adjusting the size of the surface that gets filled with turquoise, but I'm not sure, I might be the only person experiencing this. 

Hey, thanks for the feedback, that 1 pixel line is one of the obstacles loading, I could probably fix it by either reducing the length of the entire game window or by adjusting the obstacle's size. Will be working on that.

The issue has been fixed by reducing the size of the game window from 289 width to 288 width.