A polished Snake clone for web, desktop, and mobile by Brett Chalupa.
Built with DragonRuby Game Toolkit Pro v4.1.
To the extent possible under law, Brett Chalupa has waived all copyright and related or neighboring rights to Slither. This work is published from: United States.
Developing
Replace mygame in the DRGTK engine:
rm -rf mygame
git clone git@github.com:brettchalupa/slither.git mygame
iOS
- Drop in
metadata/ios_metadata.txtwith the proper config - Add in the proper provisioning profiles in the engine root
- Start up the hot reload version:
$wizards.ios.start env: :hotload
Android
- Install Android Studio
- Follow these steps
Debug Shortcuts
- 7 — toggle invincibility
- 8 — pause gameplay movement
- 9 — eat gem
- 0 — display debug details (ex: framerate)
- i — reload sprites from disk
- r — reset the entire game state
Exit the debug-only Tilemap Tester scene with the secondary key.
