I am really new for MonoGame and trying to create a basic game for testing. And after an hour search i realised there is no physics engine in MonoGame.
I tried to use Farseer but looks like i can’t use it on WP8. So, i wanted to ask this.
What are you guys using for your physics engine needs ? I mean, i was thinking to develop a simple nailboard game but it looks like i need to write a mini physics engine for that.
Farseer should work fine. You may have to build it from source specifically or tweak the project settings to use with MonoGame, but others have used it successfully.
Really there is no need to write a physics engine.