I’d like to develop a small game but as I created a Windows Phone Game-Solution, all I get is C#.
I am used to have access to Expression Blend, to edit “Pages” and their elements, so that I can implement their codes behind seperated in Visual Studio.
Is there a way, to have something like that (Visual Studio for code/Blend for UI) for XNA games? After all I work with people who don’t understand code at all.
No, there is no visual editor for XNA projects. You will have to write the core or use third-party libraries to facilitate the development.