I would like to ask for a very simple example

Hey there,

I am an enthusiast c# programmer and would love to step into the world of game programming. Right now I am lacking a very, very, very, very easy example to get started.

I would like to suggest to add a 2d game sample that has a dot that I can move around with the arrow keys. That’s all. Just that.

Just my two cents.

Cheers!

The Helloworld sample is probably as simple as you can get.
Then all you would need to do is add an entity, with a translation component.
Then in the update code detect the keypress and change the translation coordinates about.

Also look at the JumpyJet sample for how to do 2D, its not too complicated and has everything you need to move a sprite around!

Good luck!

1 Like

Oh, have not seen the HelloWorld until now. In Fact, I only saw the two game sample. I feel stupid :blush: