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

✏ī¸ Edit this page