|
HomebrewSega Master System / Mark III / Game Gear |
Home - Forums - Games - Scans - Maps - Cheats - Credits |
Game for Master System
Version | Date | By | Download | Source |
---|---|---|---|---|
2.10 | 27 Mar 2015 | BrambleG | FlipFlap-SMS-2.10.zip (4KB) | FlipFlap-SMS-2.10-src.zip (1.9MB) |
![]() |
Discuss thisThere is a forum topic for Flip Flap |
![]() |
Competition EntryThis was a competition entry in 2015 |
file name | size (bytes) |
---|---|
total 6 files | 5.8M |
FlipFlap-SMS-1.20-src.zip | 1.9M |
FlipFlap-SMS-1.20.zip | 2.9K |
FlipFlap-SMS-1.30-src.zip | 1.9M |
FlipFlap-SMS-1.30.zip | 2.9K |
FlipFlap-SMS-2.00-src.zip | 1.9M |
FlipFlap-SMS-2.00.zip | 3.5K |
Flip-Flap (Flappy Bird) for Sega Master System
For SMSPower! March 2015 Coding Competition
By Bradley Garlick (BrambleG)
This game is a port of the popular mobile phone game, Flappy Bird. I assume a lot of people have already played this, but if you haven't, the game is fairly simple: You control a bird (or in this version, Opa-Opa) and tap the screen (press 1 or 2) to flap your wings and go up a bit, but gravity will quickly pull you back down. The aim of the game is to fly through the small openings in an endless stream of pipes without touching a pipe or the floor. Each set of pipes you pass gives you 1 point. The physics of the game makes it quite challenging, and it is fun to compete with others for the top score.
While I have made sure to test the game in both Fusion and MEKA, I unfortunately have no way of testing this on real hardware. I'm hoping it will work. If you happen to have a Master System or Mega Drive/Genesis with a flash cartridge or some other way to test this game on it, I would love to know if it works properly, so please let me know if there are any issues. Let me know about any other bugs as well, whether emulated or on real hardware.
This zip file contains:
This project represents a few "firsts" for me; This is my first project for the Sega Master System, my first time properly trying to program using assembly of any kind, and it is my first game (even if it is only a port). A bit about me: I am an 18 year old student, currently in my second year of A-levels and I plan to be doing Computer Science at university later in the year. I've always been interested in computers and programming, but didn't actually start learning to program until I began my A-level computing in September 2013. With three older brothers, I mainly grew up playing the Sega Mega Drive and Playstation one. Admittedly, I have yet to get a Master System, although I'd love to get one, if I had the money. I'm a big fan of old games, especially Sega games, and already own a Mega Drive and a Dreamcast.
I actually started working on this game nearly a year ago, last April. I discovered SMSPower a while ago and read a lot about the Sega Master System, and decided to try to program something for it, mainly as a challenge to myself. A few members of SMSPower may have noticed my first couple posts on a thread way back then asking for some help in development. I created the "Hello World!" program from Maxim's tutorial, and then built on top of it, working up with the aim of making a port of Flappy Bird. However, I was really new to programming back then, and I got stuck, couldn't figure out the solution, and with my AS exams coming up, I gave up and abandoned the project. Then I picked it back up again about a month ago, after revisiting the site and finding out about this competition.
I am glad that the game is small enough to fit onto a Sega Card. I think Sega Cards are really cool, and was hoping to keep the game under 32KB. Turns out I didn't need to worry, as I didn't even come close to touching that limit. I was going to put some sound effects in, and I figured out how to use sverx's wonderful PSGlib, but I suck at sound design and couldn't make any sound effects that didn't grate on my ears, so I decided it would be better off without. Who plays Flappy Bird with sound turned on, anyway?
Overall, I think the game has turned out pretty well. I've also learned a lot from making it, and some of the stuff I've learnt has already helped me in A-level computing. Please let me know what you think!