SnakeRPG version 3 made by VDZ Original version made in 48 hours for Ludum Dare 34 - 'Growing' & 'Two Button Controls' --- SnakeRPG is what happens when you take Snake out of its single-screen environment and have the snake embark on an epic journey to slay monsters. With each level up, you grow stronger, but you also grow larger, making you more vulnerable. Reach and defeat the slime king despite your limited movement options! The game automatically saves your progress, so you can quit at any time and resume your game later. --- SnakeRPG is a Windows-only game using .NET 4 and XNA Framework 4. If you picked the download with them included, their installers are in this folder. If not, you can get them here: .NET Framework 4: https://www.microsoft.com/download/en/details.aspx?id=17851 XNA Framework 4: https://www.microsoft.com/download/en/details.aspx?id=20914 --- Controls: Left/A/Num4 - Rotate left Right/D/Num6 - Rotate right Spacebar - Pause the game Escape - Exit the game Details of the gameplay are explained in the tutorial at the start of the game. --- Included with the game is a map editor. This tool was mainly intended for dev use, so please keep in mind that it's not even remotely user-friendly. To use the map editor, drag a map file onto the executable or set the map files' file association (.srm) to open with LevelEditor.exe. Controls for the map editor: Left click - Place tile Right click - Remove entity (non-floor) tile Scroll wheel - Switch between tiles to place H - Fill entire map with tile P - Set parameter (for entities requiring them like MoneyGates and Messages) S - Save file L - Load file M - Set music CTRL + 7, 8, 9, 4, 6, 1, 2, 3 - Set area association ALT + 7, 8, 9, 4, 6, 1, 2, 3 - Move to associated area (changes are lost) --- This game is public domain. Feel free to do whatever you want with it. Source code can be found at: http://vdzserver.org/snakerpg/ Ludum Dare entry page: http://www.ludumdare.com/compo/ludum-dare-34/?action=preview&uid=7284