More actions
No edit summary |
SMB Fan2010 (talk | contribs) (Update download link, changelog, screenshot, and controls to reflect changes made in the latest version) |
||
Line 4: | Line 4: | ||
|description=A basic Snake clone for 3DS. | |description=A basic Snake clone for 3DS. | ||
|author=Zachary-Rude | |author=Zachary-Rude | ||
|lastupdated=2023/10/ | |lastupdated=2023/10/11 | ||
|type=Arcade Games | |type=Arcade Games | ||
|version=1. | |version=1.3 | ||
|license=MIT | |license=MIT | ||
|language=English | |language=English | ||
|format=CIA, 3DSX | |format=CIA, 3DSX | ||
|download=https:// | |download=https://github.com/Zachary-Rude/Snake-for-3DS/releases/latest/download/snake.cia | ||
|website=https://github.com/Zachary-Rude/Snake-for-3DS | |website=https://github.com/Zachary-Rude/Snake-for-3DS | ||
|source=https://github.com/Zachary-Rude/Snake-for-3DS | |source=https://github.com/Zachary-Rude/Snake-for-3DS | ||
Line 19: | Line 19: | ||
Available in 3DSX and CIA formats. | Available in 3DSX and CIA formats. | ||
* CIA - Install using the CIA manager of your choice. | * CIA - Install using the CIA manager of your choice. | ||
* 3DSX - | * 3DSX - Use the .3dsx provided with the Homebrew Launcher. | ||
== User guide == | == User guide == | ||
Line 26: | Line 26: | ||
== Controls == | == Controls == | ||
D-Pad/Circle Pad - Movement | D-Pad/Circle Pad - Movement | ||
Start - Pause and resume the game | |||
B - Resume the game | |||
A - Restart the game (when you get a Game Over) | |||
== Screenshots == | == Screenshots == | ||
[[File:Snake for 3DS screenshot.png]] | |||
==Changelog== | ==Changelog== | ||
'''v1.3''' | |||
* Added pausing | |||
* Added game over screen | |||
* Text for high score is now displayed on the line below the score text | |||
'''v1.2''' | '''v1.2''' | ||
* Icon and banner have been updated | * Icon and banner have been updated |
Revision as of 23:42, 11 October 2023
Snake for 3DS | |
---|---|
General | |
Author | Zachary-Rude |
Type | Arcade Games |
Version | 1.3 |
License | MIT License |
Language | English |
Last Updated | 2023/10/11 |
Links | |
Download | |
Website | |
Source | |
This is a simple Snake clone for 3DS.
Installation
Available in 3DSX and CIA formats.
- CIA - Install using the CIA manager of your choice.
- 3DSX - Use the .3dsx provided with the Homebrew Launcher.
User guide
Eat the red squares by touching them. Try not to run into your tail or the edges of the screen.
Controls
D-Pad/Circle Pad - Movement Start - Pause and resume the game B - Resume the game A - Restart the game (when you get a Game Over)
Screenshots
Changelog
v1.3
- Added pausing
- Added game over screen
- Text for high score is now displayed on the line below the score text
v1.2
- Icon and banner have been updated
- CIA version now supports Circle Pad controls, like the 3DSX version
v1.1
- Fixed major bug where the game would crash on startup due to a segmentation fault
- Pressing Start no longer exits the game
- .3dsx version is now available
v1.0
- Initial release!