Tag Archives: game

Asteroid

For making an asteroid game,
I found it hard at first but it’s quite easy.

One of Newton’s law : In the absence of a net external force, a body either is at rest or moves with constant velocity.
We are evolving in space so the last phrase part is our algorithm.
But you might have encountered some problems [...]

My first game project.

I have been playing video games for now about 20 years, but always been interested in creating one.
Years have passed since and now I am quite comfortable with C# so, I decided to test XNA.
XNA if you don’t know already, is the equivalent of .Net Framework, but for creating games.
As games have a different implementation [...]