Tutorial (25)

This tag is for any content that is supposed to walk through a topic.

Creating a Bot using Opsdroid and Rasa

Objectives of this Tutorial Set up a bot using Opsdroid that can use Matrix.Use Rasa to train an NLU model.Have Opsdroid integrate with Rasa to understand messages better. Setting up Opsdroid This tutorial is a little different in a few ways. Firstly, this is…

Making a Game - Creating Sound Effects - EP 31

Video Tutorial Aims of this Tutorial Create sound effects for our laser, engine and UI elements using Vitalium and Ardour.Use the exported audio of these to create seamless looping audio in Ardour. Creating the Sound Effects Firstly, we want to start up Ardour and…

Making a Game - Handling Player Disconnects - EP 30

Video Tutorial Aims of this Tutorial Make the server decide whether we should continue the game or cancel the game when a player quits.If we continue the game, make the server control the 'zombie' player with a plan with no thrust or weapons firing.If…

Making a Game - Visualising the New Weapons - EP 29

Video Tutorial Aims of this Tutorial Create a system for showing the firing arc we created last episode.Learn how to more effectively use Git and Gitea in order for your commits to work well when other people get involved.Update the current music system to…