due my school project I must create a game using Windows forms only..
I have decided to create a 2D racing game. So now I need to move the car image. To move it I tr
From the details you provided, i can say this, if you wish to create a mini-game i would recommend you use WPF with some XNA libraries, because WinForms is not really cut out to enable a very impresive graphic experience, but rather it favours the creation simple GUI tools. Sometimes not even double buffering helps much.