Guides
Here's a collection of step-by-step tutorials to get started with Blip and get to know how to implement particular features (like playing sounds, adding a UI, etc).
You might also be interested in checking out Sample Scripts for raw code snippets.
Quick know-hows
- Testing a multiplayer game đšī¸đšī¸
- How to create a User Interface (UI) đąī¸đ coming soon
- Collisions, Physics, Raycasting (quick overview) âĄī¸đ§ coming soon
- Playing sounds đļđĨ
Coding Curriculum
Blip happens to be the perfect environment to learn coding, even for complete beginners.
Here's a 10-lesson curriculum that will take you from your first line of code to mastering real-time multiplayer game making.
- First script! đ - Introduction to variables and functions. coming soon
- First game! đž - Using what we've learned to create a simple game. coming soon
- Loops and Conditions đ - Test things, repeat things. coming soon
- Arrays and Tables đĻ - How to store stuff. coming soon
- Second game! đšī¸ - Let's create another game with all that knowledge. coming soon
- Physics đ§ - How to make objects move and detect collisions. coming soon
- User Interface đ¨ - How to create a UI (text labels, buttons, input fields, etc). coming soon
- Third game! đŽ - Wow, 3rd game, it's getting serious! coming soon
- Server and Events âī¸ - Understand what a server is, send events to other players. coming soon
- Multiplayer Game đ¯ - There you are, building your first multiplayer game! đŽ coming soon