Skip to content

brettchalupa/slither

Repository files navigation

Slither

Slither in bubble letters with an eye and tongue coming out of the S next to a red gem

A polished Snake clone for web, desktop, and mobile by Brett Chalupa.

Built with DragonRuby Game Toolkit Pro v4.1.

CC0
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.txt with 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

  1. Install Android Studio
  2. 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.