Really simple sample
Hi
Trying to teach my kids programming and I need really simple sample.
Something like:
https://www.ponggame.org/
Just few tasks:
- setup scene (MAUI template + Button click + 2nd page with "game")
- draw/render object[s]
- move/animate object[s]
- advanced (collision, logic, etc)
Is there something like that?
Thanks
@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
@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.