New 2D Xmas Themed Game

I have written my first ever XNA game, it is a Christmas themed 2D game.

It is called Elves Revenge, and screenshots and gameplay demo are available athttp://www.errolian.com

Full details of the game and the downloads (game, plus source code) are athttp://www.errolian.com/2006/11/22/3d-buzz-xmas-game-coding-contest-elves-revenge/

[650 byte] By [errolian] at [2007-12-27]
# 1

Remember that you should realy make posts like this comments if you are not asking a question.

GlennWilson at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 2

Hi Glenn - Quick question. Can you elaborate a little more what is wrong with the post? I am not trying to be smart or anything I really don't know. I gathered from some other posts that it was encouraged to post things you have built or your experiences with XNA and just want to make sure that I follow the guidelines of posting on this forum. Thanks!

Don

kingdona at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 3

There was nothing wrong with the post except that it was marked as a question... If you make the post a question and it goes un answered it goes against the stats for the forums, also (From memory here) the answered questions are ranked higher in the search for the forums site. This allows users to get answeres to there questions first in there searches.

We do like to ask that you post about your projects, but if you are not asking a question in the post, ie how do I do this type questions... just mark them as a comment.

GlennWilson at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 4

Thanks for the clarification Glenn, I appreciate it. I am new to the forums and just want to make sure I understand the protocols and expectations. Thanks again for the reply.

Don

kingdona at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 5
Has nobody got any feedback at all on this game?
errolian at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 6

Hi Errolian - I downloaded and played your game. It's great! I really liked it a lot and had a lot of fun playing it.

A couple of things that would be nice:

1. Being able to control the Santa with the left joystick control. I realize that the character cannot move diagonally but to me it would be easier to move using the stick. Not sure how hard that would be. I am just learning game programming myself and how to work with the XB0x controllers.

2. More of a segue into each level along with user interaction (e.g. "Congratulations! You have cleared this level!" and a prompt to press the A button to begin the next round).

Just a couple of first thoughts.

The graphics, sound, game play, etc. are all really nice.

I'll post again if I find anything else I think will be useful.

Great job and good luck in the contest!

Don

kingdona at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 7

Nicely done! I liked the polish on the menus, music and button graphics. A couple suggestions though

  • add thumbstick control. The d-pad makes it a lot harder to move Santa around with. You can either multiply the x and y by a constant (which will allow for gradual speed increases), or you can test to see if each direction is > .5 and if so, move the character in that direction.
  • maybe nix the evil elf laugh? or have a couple variations because it can get old fast.

Other than that, good job

XNARockstar at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 8

Hello!

I have also played the game and for your first time I have to say that it is very good, it need's that little extra as doing the same repetative actions all of the time with out something diffrent happening grates on the gameplay after a while. The music is good, but again a change would be nice, maybe when an elf collects a present the speed of the music increases. The elf's A.I. should be increased so that they can purposefuly collect the gift's as at the moment it is very random, and some animation's would be nice as well.

I had alot of fun playing the game (for the short while that I played it) and I understand that entering this new arena is difficult, and there are limmit's to what you can do at first. Keep building on the project as it help's for you to gain more expereance and build insperation for future games to come.

Keep up the good work!

I can't wait to showcase my games as well, so watch this space (after I have learned C# as I am using C,C++).

ToonCoder at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 9
I agree, it was entertaining and shows you learned the basics of getting things working. Keep up the good work indeed!
n1ce_hat at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...