Skip to content

A flappy bird clone, made for and using Windows XP

License

Notifications You must be signed in to change notification settings

Siradankullanici/flappy-xp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flappy-xp | Flappy Bird for Windows XP

A flappy bird clone made using Windows XP.

bird

Why?

Mostly because I was bored and wanted to mess around with Windows XP.

How?

To ensure compatibility, I couldn't use SDL, SFML or similar libraries. Instead, I used Windows GDI, which is built into the Windows API.

Compatibility

This program should work in Windows 98, 2000, XP, Vista, 7, 8, 10, 11. It won't work on Windows 95, because of the matrix transformations, but you can modify the Bird::Draw function to remove that.

Building

I wrote and built this using Dev CPP and G++, so those should work. However, since we're not doing any compiler-specific magic, it should probably work with any compiler.

About

A flappy bird clone, made for and using Windows XP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.2%
  • C 5.2%
  • Batchfile 2.6%