Do you have a great idea for a game that will entertain and delight Bixby users? Do you want to create a fun game to help you learn something new? A game to stump your friends? The game sample capsule is the perfect place to start building a Bixby game capsule!
Both the fundamentals of a Bixby Capsule and some more intermediate/advanced concepts are used. This is a great capsule to learn even more about how to develop for Bixby.
You can easily customize this capsule with your own game without any development! Just use the spreadsheet in the contentUtility
folder and cut and paste from there into the game.js
file, update the capsule.id
and training
as necessary and you have made this capsule your own!
- Download and install the Bixby Studio IDE from the Bixby Developer Center
- Download this capsule (zip is the easiest way) from Github. Unzip in your directory of choice
- Open the Capsule in Bixby Studio
- Open the simulator and give it a try!
Ask Bixby to start a game:
Start a game
- Change the capsule id to reflect your organization and your content. The capsule id is defined in
capsule.bxb
file. - Create your own game scenes by editing the
code/data/game.js
file. - The training in this sample capsule is basic. You will likely need to add additional training for your game
- Have fun!
- Bixby Developer Center - Everything you need to get started with Bixby Development!
- Bixby News, Blogs and Tutorials - Bixby News, Tutorials, Blogs and Events
- Quick Start Guide - Build your first capsule
- Design Guides - Best practices for designing your capsules
- Developer Guides - Guides that take you from design and modeling all the way through deployment of your capsules
- Bixby Developers YouTube Channel - Tutorial videos, Presentations, Capsule Demos and more
- Bixby Developers Chat - Voice, Conversational AI and Bixby discussions
- @BixbyDevelopers - Twitter
- Have a feature request? Please suggest it in our Support Community to help us prioritize.
- Have a technical question? Ask on Stack Overflow with tag “bixby”