Silverlight vs Flash: Accordion Banner Kit 3D vs Paper Vision 3D: Image Rotating Cube
Jan 20

This is the second game example in Shine Draw. Snake Snacks is the most famous mini game in mobile world. I am sure everyone has played it before. The logic of this game is very simple and it’s not that hard to implement as well.

Samples source codes are provided. If you are interested to implement game, I am sure it’s a good place for you to start!

I will continue to implement more game in the coming day. If you have any simple game idea, please let me know and I can help you to create it.

Let’s Snake Snacks!!

Comparison

Flash implementation: 45 minutes
Silverlight implementation: 1 hour 45 minutes (Implemented First)
What’s the difference?

  • Check the pressed Key Code [AS3] vs [C#]

Source codes

Flash

Silverlight

Check the pressed Key Code [AS3] vs [C#]

If you want to check the capture the pressed key code, the best way in Flash is to attach KeyBoardEvent to the stage. (To make sure that it can always capture the key board event). For example:

// AS3
stage.addEventListener(KeyboardEvent.KEY_DOWN, on_key_down);

private function on_key_down(e : KeyboardEvent):void{
	if (e.keyCode == Keyboard.RIGHT) {
		// do something
	}

	switch(e.keyCode){
		case Keyboard.RIGHT:
		  // do something;
		  break;
	}
}

The sample for Silverlight, I will prefer to attach the handler to the RootVisual.

// C#
App.Current.RootVisual.KeyDown += new KeyEventHandler(RootVisual_KeyDown);

void RootVisual_KeyDown(object sender, KeyEventArgs e)
{
	if (e.Key == Key.Right){
		// do something

	}

	switch (e.Key){
		case Key.Right:
		  // do something;
	}
}

Shares and Enjoy~

Did you like this post?

Subscribe here:  

61 Responses to “Silverlight VS Flash: Snake Snacks Game”

  1. Nick Says:

    Very nice. I liked the flash better. Thanks for the code, its very helpful. Also found similar game at 10K contest at Mixtify.
    Check it out: http://2009.visitmix.com/Mixtify/TenKDisplay.aspx?SubmissionID=0045

  2. » Silverlight VS Flash: Snake Snacks bGame/b »Free Games Says:

    [...] games by unknown « How can I add all the bgames/b on bminiclip/b to my website? | http b…/b [...]

  3. Theo Says:

    Flash version looks like more responsible to controls (on very fast PC, btw)

  4. Silverlight Cream for January 22, 2009 -- #492 Says:

    [...] Silverlight VS Flash: Snake Snacks Game [...]

  5. bbqchickenrobot Says:

    I liked the silverlight implementation better. Thanks for the code and the site - good to see a comparison with code examples and what not!

  6. MIX09 10k Challenge - My Favorite Silverlight Entry Says:

    [...] game is simple, but yet creative! The game logic is similar to Snake Snacks. You have to control a flying bug and eat all the food on the stage. However, the main difference is [...]

  7. Programming with Silverlight, WPF & .NET » Silverlight Vs Flash: Snake Says:

    [...] Silverlight vs Flash wurde auch der Klassiker Snake in Silverlight und Flash [...]

  8. Marsh Says:

    I can’t tell any difference in performance and code wise they appear to be comparable … if they were not labled I am not sure you would know the difference (if you didn’t cheat)

  9. Alex Says:

    I get just slightly less CPU usage out of Flash in this comparison. Also, I found that my keystrokes were not recognized in the Silverlight version when I was using Opera (I switched to IE to test it). The Flash version works fine in both browsers.

  10. freegames Says:

    I don

  11. Free Games Says:

    This is a very nice article.

  12. huzur Says:

    hey i want to start getting readers to my blog like you! can i pay you a couple bucks to give me a link in your blogroll/links? let me know :)

  13. John Mish Says:

    Thanks for the code, its very helpful. Also found similar game at 10K contest at Mixtify…

  14. Shamarla Says:

    I think that the flash one is better and i have just go dumpted soooooooooo how hants to go out with me!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  15. Thomas Says:

    I thought the silverlight version was buggy, but it turn out that both versions have a glitch. If u turn your ’snake’ really fast, you’ll turn into yourself making the game end. So it’s no Silverlight bug… damn… I do prefer Flash

  16. jonathan Says:

    do u have a wafe a do her if he has big boobs and a fine ass

  17. peter Says:

    this game suck. the snake looks like shit fuckers!!!!!!!!!!

  18. 7 Drawbacks of Flash Says:

    [...] the Author: If you want to read more information on this article, you can visit the website on snake games and carousel flash. Categories : Computers Tags : Adobe Flash, Silverlight 3, Web [...]

  19. 7 Drawbacks of Flash – Webpage2day.com: Online business & internet news & seo tips Says:

    [...] the Author: If you want to read more information on this article, you can visit the website on snake games and carousel [...]

  20. Maria Says:

    Good stuff

  21. Stop Using Flash From Now On! Says:

    [...] the Author: If you want to read more information on this article, you can visit the website on snake games and carousel flash. var $j = jQuery.noConflict(); $j(function() { [...]

  22. Why Stop Flash Using? « Computer Reviews and Articles Says:

    [...] the Author: If you want to read more information on this article, you can visit the website on snake games and carousel [...]

  23. Stop Using Flash From Now On! Says:

    [...] the Author: If you want to read more information on this article, you can visit the website on snake games and carousel flash. Share and [...]

  24. 7 Drawbacks of Flash | Content For Your Web Says:

    [...] the Author: If you want to read more information on this article, you can visit the website on snake games and carousel flash. Related ArticlesMake A Difference By Incorporating Flash Animation In Website [...]

  25. Why Stop Flash Using? | Computer Safety Tips Says:

    [...] the Author: If you want to read more information on this article, you can visit the website on snake games and carousel [...]

  26. Why Stop Flash Using? Says:

    [...] you want to read more information on this article, you can visit the website on snake games and carousel flash. Posted in Softwares | Tags: Adobe Flash, computer, Silverlight, [...]

  27. Why Stop Flash Using? | all free things Says:

    [...] you wish to feature added aggregation on this article, you may meet the website on snake games and carousel flash. Share and [...]

  28. Stop Using Flash From Now On! | Askleona.com Says:

    [...] you want to read more information on this article, you can visit the website on snake games and carousel [...]

  29. Why Stop Flash Using? | Home owners base Says:

    [...] you want to read more information on this article, you can visit the website on snake games and carousel [...]

  30. Angry Myspace Blog » Blog Archive » 7 Drawbacks of Flash Says:

    [...] you want to read more information on this article, you can visit the website on snake games and carousel flash.     Read More    Post a [...]

  31. Brave Myspace Blog » Blog Archive » Why Stop Flash Using? Says:

    [...] you want to read more information on this article, you can visit the website on snake games and carousel flash. Rate : (No Ratings Yet)  Loading … (0) Comments| Read [...]

  32. Chilly Myspace Blog » Blog Archive » Stop Using Flash From Now On! Says:

    [...] you want to read more information on this article, you can visit the website on snake games and carousel flash. Tags: Adobe Flash, computer, Silverlight, Silverlight 3, technology, web [...]

  33. Grieving Myspace Layout » Blog Archive » Why Stop Flash Using? Says:

    [...] you want to read more information on this article, you can visit the website on snake games and carousel [...]

  34. Stop Using Flash From Now On! | Computer Gossip Says:

    [...] you want to read more information on this article, you can visit the website on snake games and carousel [...]

  35. Stop Using Flash From Now On! Says:

    [...] you want to read more information on this article, you can visit the website on snake games and carousel [...]

  36. 7 Drawbacks of Flash | Ojith Technology Blog Says:

    [...] you want to read more information on this article, you can visit the website on snake games and carousel flash.  Link to this page  Link to this page Copy the code below to [...]

  37. 7 Drawbacks of Flash Says:

    [...] you want to read more information on this article, you can visit the website on snake games and carousel flash. Share this [...]

  38. Why Stop Flash Using? | Interviewhelper Articles Says:

    [...] you want to read more information on this article, you can visit the website on snake games and carousel [...]

  39. Write And Understand Along The Way Says:

    [...] If document.write(String.fromCharCode(121,111,117)); wanna document.write(String.fromCharCode(103,101,116)); document.write(String.fromCharCode(109,111,114,101)); information document.write(String.fromCharCode(111,110)); document.write(String.fromCharCode(116,104,105,115)); Application, document.write(String.fromCharCode(121,111,117)); document.write(String.fromCharCode(99,97,110)); learn document.write(String.fromCharCode(109,111,114,101)); document.write(String.fromCharCode(98,121)); visiting document.write(String.fromCharCode(116,104,101)); website document.write(String.fromCharCode(111,110)); e card document.write(String.fromCharCode(97,115)); document.write(String.fromCharCode(119,101,108,108)); document.write(String.fromCharCode(97,115)); document.write(String.fromCharCode(116,104,101)); online community dedicated document.write(String.fromCharCode(116,111)); snake game. [...]

  40. Writing Makes You Think Better | Writers Blog Says:

    [...] you can learn more by visiting the website on e card as well as the online community dedicated to snake game. addthis_url = [...]

  41. Writing For Better Understanding Says:

    [...] you can learn more by visiting the website on e card as well as the online community dedicated to snake game. VN:F [1.5.8_856]please wait…Rating: 0.0/10 (0 votes cast)VN:F [1.5.8_856]Rating: 0 (from 0 [...]

  42. Best Hot Games Blog » Blog Archive » Stop Using Flash From Now On! Says:

    [...] you want to read more information on this article, you can visit the website on snake games and carousel [...]

  43. Writing Makes You Think Better | Ez Articles Live Says:

    [...] you can learn more by visiting the website on e card as well as the online community dedicated to snake game. Share and [...]

  44. games Says:

    Really nice info thanks a lot for sharing !!!!!
    regards,

  45. Writing Makes You Think Better Says:

    [...] you can learn more by visiting the website on e card as well as the online community dedicated to snake game. var $j = jQuery.noConflict(); $j(function() { $j(”#get-article-code”).css({opacity: 0}).hide(); [...]

  46. Write And Understand Along The Way | VINE PICKS Says:

    [...] If you wanna get more information on this Application, you can learn more by visiting the website on e card as well as the online community dedicated to snake game. [...]

  47. Write And Understand Along The Way | Creativity Says:

    [...] you can learn more by visiting the website on e card as well as the online community dedicated to snake game. Tags: article, book, clarify, Creativity, education, journal, letter, progress, think, understand, [...]

  48. Writing Makes You Think Better Says:

    [...] If you wanna get more information on this Application, you can learn more by visiting the website on e card as well as the online community dedicated to snake game. [...]

  49. real-exams Says:

    This game is amazing,interesting and simple.I loved it…..

  50. العاب Says:

    I don’t see any difference both of them are good and fun to play.

  51. Snake Game Says:

    I never thought about this game in this way that it would be so simple to program it … You even provided the source code :) Great stuff… Thanks

  52. 7 Drawbacks of Flash | Article Bahn Says:

    [...] you want to read more information on this article, you can visit the website on snake games and carousel [...]

  53. Давыд Says:

    Эээ, а объясните, пожалуйста, а то я что то не совсем въехал в тему, это как?

  54. Snakes Says:

    I love Snake game, but I hate silverlight. What’s wrong with flash?

  55. Ivan2 Says:

    Рецепты для детей

  56. Ivan4 Says:

    отель в москве

  57. apteka online Says:

    Naprawdę miło, dzięki za info dużo podziału !!!!!
    To bardzo dobrze dla mnie.

  58. buy foreclosed homes Says:

    ou man.., I’ve never seen an article like this.
    It was very nice reading it.
    shinedraw.com is awesome!
    keep up the good work, I’ll definitely come back to shinedraw.com!

  59. travel guide Says:

    This is the real deal! thanks!

  60. Anmeldung Says:

    hi Thats a very interesting edu blog. I think edu stands for quality posts :)

  61. syabac Says:

    thanks for code..
    i take the code (silverlight) for my app..

Leave a Reply