bijington / orbit

The Orbit engine is a game engine built on top of .NET MAUI Graphics. The objective is to firstly enjoy the journey of building a game engine and secondly providing a framework that allows us to utilise the best parts of a cross-platform framework while building a 'typical' game.
277 stars 36 forks source link

Really simple sample #27

Open moljac opened 1 year ago

moljac commented 1 year ago

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

bijington commented 5 months ago

@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 commented 5 months ago

@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.