Game development for XDA (Pocket PC with Windows Mobile)

G

Guest

Hello,
I am a student who needs to develop a game for an XDA. I´d like to create
one where you need to walk through some floors and enter different rooms.
(walk through floors maybe like 1st Person shooter).
I have Visual Szudio .Net Professional and I would like a tool which can
draw these floors and rooms and which can help me to develop this game. I
need to say that I am pretty new in game developing so I am thankful for
every hint.
Important is that the generated code by the tool is compatible with the .Net
so I can export the project to the XDA (Pocket PC with Windows Mobile)
thank you very much for every response
Daniel
 
G

Guest

Hi Daniel,

Hello,
I am a student who needs to develop a game for an XDA. I´d like to create
one where you need to walk through some floors and enter different rooms.
(walk through floors maybe like 1st Person shooter).

If you're new to game developing, i can recomend you to create
2D game with view-from-top or view-from-side. Do not start with
3D, if you've no experiences/theory with it!
I have Visual Szudio .Net Professional and I would like a tool which can
draw these floors and rooms and which can help me to develop this game. I
need to say that I am pretty new in game developing so I am thankful for
every hint.

Why don't use a simple primitive as e.g. Rectangle?
A graphics in game's levels usually has nothing to do with
logic and UI of the game. The concept should came first.
Important is that the generated code by the tool is compatible with the .Net
so I can export the project to the XDA (Pocket PC with Windows Mobile)
thank you very much for every response
Daniel

HTH
Marcin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top