XNA Level config file in C#
Posted
by Midday
on Stack Overflow
See other posts from Stack Overflow
or by Midday
Published on 2010-04-29T09:00:01Z
Indexed on
2010/04/30
13:57 UTC
Read the original article
Hit count: 321
I'm working on as small game for class and was wondering what is a easy way to handel level configuration files. Like object placements , names, etc.
I'm new to C# but fluent in Java, Ruby.
so XML? YML? text, serialized objects?
© Stack Overflow or respective owner