Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: microbit
Fork of microbit_snake by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:9328487a0a46 | 2016-04-13 | mazimkhan | Changed random max to 5 to allow value between 0-4 for x,y coordinates. Otherwise we are stuck in an endless loop trying find good snake food! |
4:9fd9402eca3d | 2016-04-12 | mazimkhan | Moved check for snake bit after moving tail up. It fixes issue of snake bit when it is 5 points long and revolving in one direction. |
3:a0200bceae4b | 2016-04-10 | mazimkhan | Added animation at the start of the game. |
2:38060465e019 | 2016-04-10 | mazimkhan | Removed printfs |
1:6cfdf4a39678 | 2016-04-10 | mazimkhan | Removed microbit-lite-test.lib dependency. |
0:af1bb8b895c7 | 2016-04-10 | mazimkhan | A simple sanke game on microbit |