PDA

Click to See Complete Forum and Search --> : Slither (Snake) - XNA (Project, Setup & Source)


mouse88
Sep 9th, 2009, 03:47 PM
Info
----

Thought I would share this as it is my second game that I have created using the XNA framework. This may be of help for anyone who is looking to learn XNA as I have commented as much of the code as possible.


Game Description
-----------------

Slither is based on the the classic game of snake. The aim of the game is to eat as much food as possible without colliding with the walls or the snakes body.

All graphics are created in Photoshop.


Files
----

Had to upload files on mega upload as it exceeds the forums limit:

Setup File (http://www.megaupload.com/?d=UYH0UXXY)

Project File (http://www.megaupload.com/?d=JYU69VQS)

Source Code (http://www.megaupload.com/?d=SFJU73XP)

Please let me know what you think.

My best score so far is 30,000 on hard.

mouse88
Sep 13th, 2009, 04:51 AM
New Release - V2.0
------------

New release added. The previous version was running slow at time as the sound was being loaded every time it was to be played. This version uses the XNA Game Studios XACT2 tool.

This gives better game play which doesn't have any interruptions.

Files
----

Project (http://www.megaupload.com/?d=5CMF8L3X)

Source (http://www.megaupload.com/?d=G7DVWWQ3)

Setup (http://www.megaupload.com/?d=6V5AW2XS)