Stytchemon is a retro themed game built with ❤️ by Stytch team during one of our internal hackathons. We wanted to build something fun to show new employees how Stytch works and have some fun along the way.
You can play the game online at https://stytchemon-game.vercel.app/.
Controls
←
→
↑
↓
to movespace
to shoot, jump, or select a menu item
When you first start the game you'll need to generate a key to the door, you can do this by sending an OTP code to your email or phone number. Once you've generated a key you can use it to open the door and enter the arcade.
Once you're into the arcade there are three mini games to play, have fun!
Visit your Stytch Dashboard and enable the JavaScript SDK.
Next grab your your public_token
, you can find it in your Stytch Dashboard, and create your .env
file:
cp .env.template .env
# Then add your public_token to .env
Now install and run the game:
nvm use
npm install
npm run dev
The app is now available at http://localhost:9000/, have fun!
Join the discussion, ask questions, and suggest new features in our Slack community!
Check out the Stytch Forum or email us at support@stytch.com.