6 years ago
Pour commencer, mes excuses que je ne parle pas français ...
Here is my platformer, the intention is for a cute game that my kids can play where they need to work out which fruits match which platforms to complete each level.
There's only one two game levels so far, but hopefully you get the picture.
TOOLS USED
Visual Studio with Visual Micro (Arduino IDE for Visual Studio) add-on http://www.visualmicro.com/
Piskel sprite editor https://www.piskelapp.com/
Lospec Palette List and Pixel Editor https://lospec.com/palette-list
Endesga16 Palette modified to include purple
Modified Image to Code converter https://jsfiddle.net/18h1mdv0/60/
Good old Microsoft Paint :-)
Tile inspiration and background from OpenGameArt, specifically https://opengameart.org/content/mangrove
NEXT STEPS
After manually coding the positions of all the bananas in level 2 I think I need a level builder...
Code clean-up... lots of code clean-up...
Please let me know any feedback, suggestions etc..
NEW 6 years ago
Hey dude there’s no problem that you don’t speak french ;)
Also your game look really cool I can’t wait to try :)
NEW 6 years ago
it's a very beautiful demo !
But, could you share the .ino for noobs like me. It's really helpful to give us inspiration ^^
strangenikolai
6 years ago
Ah, don't want to share my code just yet - it's a mess and I've seriously over-complicated the collision code, partly because the hang-off-the-vines code has complex conditions (must be moving down not up, but shouldn't hang from feet).
I just noticed that Cats and Coins have recently shared their code and it's beautiful and object oriented - I recommend you look at that. There is another creation called GBX which is a good start too.
One thing I would say: build a squarish sprite rather than the gangly monkey I did - otherwise the simpler collision stuff looks wrong.
Thanks for sorting my Cover pic Aurelien :-)
NEW 6 years ago
Looking great so far!
As for the cover image, bmp files don't work yet, be sure to convert them to png first!
NEW 6 years ago
The graphics (as seen in the GIFs) look great, good animation, good colour choices.
I'm sure it'll be really fun once some levels are completed.
NEW 6 years ago
This looks really awesome ! :D
I just updated one of your GIF as the cover, it worked fine. As Sorunome said, BMP are not supported for covers !
NEW 6 years ago
Ah, don't want to share my code just yet - it's a mess and I've seriously over-complicated the collision code, partly because the hang-off-the-vines code has complex conditions (must be moving down not up, but shouldn't hang from feet).
I just noticed that Cats and Coins have recently shared their code and it's beautiful and object oriented - I recommend you look at that. There is another creation called GBX which is a good start too.
One thing I would say: build a squarish sprite rather than the gangly monkey I did - otherwise the simpler collision stuff looks wrong.
Thanks for sorting my Cover pic Aurelien :-)
NEW 6 years ago
Yes, great start. I hope you'll do levels or tools to do levels to let us try to help you to do them if you want or / and are ready.
NEW 5 years ago
Yes ino is not in the Github repo but it's make some time that strangenikolai as not post. I hope he will post it.