orbit icon indicating copy to clipboard operation
orbit copied to clipboard

Really simple sample

Open moljac opened this issue 2 years ago • 2 comments

Hi

Trying to teach my kids programming and I need really simple sample.

Something like:

https://www.ponggame.org/

Just few tasks:

  1. setup scene (MAUI template + Button click + 2nd page with "game")
  2. draw/render object[s]
  3. move/animate object[s]
  4. advanced (collision, logic, etc)

Is there something like that?

Thanks

moljac avatar Jun 22 '23 10:06 moljac

@moljac apologies for the delayed response. There is something that I have been working on that demonstrates how to build an online Air Hockey game. It is still a work in progress but you can see the code at: https://github.com/bijington/orbit/tree/feature/enhance-air-hockey/games/AirHockey

bijington avatar Jan 28 '24 13:01 bijington

@moljac apologies for the delayed response.

Hi Shaun!

No worries.

There is something that I have been working on that demonstrates how to build an online Air Hockey game. It is still a work in progress but you can see the code at: https://github.com/bijington/orbit/tree/feature/enhance-air-hockey/games/AirHockey

Yes. I saw that. It was more that I needed, but helped to do some simple things.

Thanks.

moljac avatar Jan 29 '24 09:01 moljac