Advice on general approaches or feasibility and discussions about game design
Post a reply

pinBall, another quirby64 mockup

Sat Apr 25, 2015 7:13 am

I start the dev of another quirby Mockup :
PinBall : http://gamebuino.com/forum/viewtopic.php?f=13&t=2734&start=30#p8377

Image


Git hub repo : https://github.com/Clement83/pinBall/

to simulate the phisique, I plan to draw straight (in red) and operate collision only with this straight. ( in future i plan to collide with bumber also)
Image
If you are a best way, I'm interested.


Enjoy :)

Re: pinBall, another quirby64 mockup

Sat Apr 25, 2015 9:05 am

Awesome! :-) Can't wait to see where this goes

Re: pinBall, another quirby64 mockup

Sat Apr 25, 2015 11:51 am

Wow another great game to come !

Re: pinBall, another quirby64 mockup

Sat Apr 25, 2015 6:48 pm

Thank you clement, you have made my day ; no, made my month with this and Stick Fighter! :P
https://www.dropbox.com/s/bqo4y7rucm967 ... r.zip?dl=0
The most I could do was make an icon for the game and (try) to display in in the TitleScreen.ino file.
If there's anything I can help with, I'll be glad to! :D

Re: pinBall, another quirby64 mockup

Sat Apr 25, 2015 7:10 pm

Thx for the help.

If you have git you can directly make pull request in the repo.

Also a .zip it's OK ;)

Re: pinBall, another quirby64 mockup

Sat Apr 25, 2015 9:36 pm

I've integrated Quirby64 modification.

And implemented a start of physique....

Image

Re: pinBall, another quirby64 mockup

Sun Apr 26, 2015 5:19 pm

Dat ball, tho.
It would be FANTASTIC to have a Pinball game on the Gamebuino.
Not like the game on the Atari 2600, please.
THAT WAS ATROCIOUS.
(Seriously, the ball just bounced around!)

Re: pinBall, another quirby64 mockup

Sun Apr 26, 2015 7:51 pm

WOW! My code edit worked!?!?

*High-fives self*

Anyways, clement, how did you put the collision to parts of the board? If anything, if it's simple enough I could try and help with that.

Re: pinBall, another quirby64 mockup

Thu Apr 30, 2015 7:53 pm

hi !

I worked in the colision and physique engine.
and this is harder than I thought it would...

@ Quirby64
For the collision I use trigonometry, on a simplified board:

Image

LOT OF BUG !!!

If you are good in trigo and/or in physique/mechanique, I think you can help :) and it would be welcome.

++

Re: pinBall, another quirby64 mockup

Thu Apr 30, 2015 9:43 pm

Looking good, great advancements! :)
Post a reply