Port from the classic āFire!ā Game&Watch console from 1980. There is fire in a building, and people are jumping from the windows. Two people holding a stretcher are the heroes in the story, and will save as many people as possible.
Gameplay:
You move two people holding a stretcher, and your mission is to save as many people as possible. Every time you get a survivor to bounce on the stretcher, you get a point, and every time one reaches the ambulance, you get 10 points. One three people hit the ground, you lose. As time goes by, speed is increased, so is difficulty. Get as many points as possible.
Press LEFT or A to move left, and RIGHT or B to move right.
Special thanks:
Erico Patricio Monteiro: For the awesome new graphics
In the ZIP, you can find:
-the .HEX file. This is the game. Copy this to your SD card
-the .INF file. This is a file that contains the name, icon and slide screen of the game. Itās not mandatory, but it makes the game prettier :). Copy this to your SD card too.
-the .INO file. This is the source code of the game. In case you want to take a look. Constructive critique is welcomed
-if you need an emulator, download one here.
Notes:
The game is in beta state, so expect some bugs. Also, it is very simple for what the console has to offer, but I think itās more āclassicā this way
Great job. I hope youāll have other ideas like this (maybe some other game&watch port like Octopus, Fie, Turtle bridge, Mickey mouse, Donkey kong Jr, Ball or Super Mario Bross. It was good games and i hope that the screen is enough big to make them too
@charlesd_42 Thanks! I didnāt know about the hackervision. Iāll take a look at it and think about converting some of the games, with the author permission, of course.
luke27, i would have a look on your program to see how you manage it and maybe try to use a part of your programm to do another port as parachute for example but i donāt know if itās protected or if you are agree to share it and that is only me who donāt no how to find it on GITHUB.
So first question: are you agree to share the source of this game ?
(Iāll ask after How can i find it if you agree, because the question has no sense if you answer no ā¦ )
Luke27, i have prepared background picture and will work on sprites for Parachute.
Before really working on developping the game, iāll just try to load background and 2 sprites, just to try to move the small boat on the background when i hit buttons to be sure to be able to understand and not do something for nothing.
If itās works, iāll integrate the things step by step.
If you have already done it and want make a tutorial, iām ready to test too One thing i have to understand is then you can download a picture and use it and how you can download a sprite and use it as i i seen how to do it with rectangles or other easy shape but not yet with more complexe forms or these forms was initialized as a suit of values)
Yes! I have all the sourcecode on github (https://github.com/ladbsoft/makerbuino-firebuino). There you can find the images, code and compiled version of the game. The *.ino files are the arduino project files, ready to be opened in the arduino IDE. Feel free to use part or all of my code in your projects (leave a link when youāre done, so I can check it, cause a parachute port sounds fantastic ).
Iām a horrible teacher, but keeping it simple: what the console does is inside the void loop() routine. Here, you must draw, check things and move stuff. To draw a bitmap, you must call gb.display.drawBitmap(, , ). The background probably is as big as all the screen, so drawing it at coordinates 0, 0 is enough. For the boat, you will have to declare some variables to store its position, use those variables to draw the boat in the current coordinates and use the buttons to increment or decrement the position of the boat.
Thanks, yes iāll do that and check your pogram to take ideas on how to do some things to begin.
My idea is to do as sort of āmotorā for the game and watch and other progams to have some pat already written and have just to change graphics, sounds and logic for others.
I will keep you informed but iāll stop polluate your subject and if i begin to do something good iāll post in a separate subject to let this one for your port of firebuino
@ladbsoft, this game is absolutely amazing and I didnāt even give you a āGame makerā badge for it.
Sorry man, youāve got the badge now and you can use it as your title (or just stay a āKickstarter backerā )
Iāve downloaded and tested the game and itās really fun to play (and good looking too!).
I will include it as a preloaded game on all MAKERbuino SD cards (glory and fame await you!)
Do you plan on making some more games for the MAKERbuino?
Thanks! Nice to see you like it so much. It means a lot
Yes, Iāll be making some more games in the future, as soon as I get some free time. I have one in mind, and an app too, but I have other projects at the moment.