1
vote
1answer
196 views

Developing internet sweepstake games

I have absolutely no idea about game developing but want to know following things about internet sweepstake games: Click on demo and play any of the game. What technology (programming language) is ...
1
vote
1answer
182 views

What is the best practice to resize game views-assets in WPF/silverlight?

I am working on simple game using WPF/C#, and I am wondering what is the best practice to resize the game (views, assets…) when user re-sizes the game window? Is it good practice to use the ViewBox ...