Blog

Get started with Unity – How to install Unity on Windows

You can create any 2D or 3D game with Unity. You can make it with ease, you can make it highly-optimised and beautiful, and you can deploy it with a click to more platforms than you have fingers and toes. What’s more, you can use Unity’s integrated services to speed up your development process, optimise your game, connect with an…

Continue Reading

Blog

If you need to convert Decimal to Hexadecimal Watch this:

In mathematics and computing, hexadecimal (also base 16, or hex) is a positional numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A, B, C, D, E, F (or alternatively a, b, c, d, e, f) to represent values ten to fifteen.

Blog

It Is Easy to Convert Binary To Decimal Watch This:

Binary is the simplest kind of number system that uses only two digits of 0 and 1. By using these digits computational problems can be solved by machines because in digital electronics a transistor is used in two states. Those two states can be represented by 0 and 1. That is why this number system is the most preferred in…

Continue Reading

Blog

BBC Micro:Bit Rock Paper Scissors Lizard Spock Project

ALL HAIL SAM KASS…this project will show you how to create Rock Paper Scissors Lizard Spock Project  on the BBC:Micro:Bit (originally coded on the bit by me first based from the version by Sam Kass). Rules: The game is an expansion on the game Rock, Paper, Scissors. Each player picks a variable and reveals it at the same time. The winner…

Continue Reading

Blog

BBC Micro:Bit Python Circuit and Music Project

This project is one of the most fun and is simple to do. It will guide you through how to turn your Micro:Bit into a touch generated tone and image generator. Required: BBC Micro:Bit 4 crocodile clips Play Dough Orange Micro USB Cable Buzzer / speaker

Blog

How to pair your BBC Micro:Bit

How to pair your BBC Micro:Bit with your phone or Bluetooth device. Pairing’ is what you have to do to have your micro:bit trust another device like a smartphone and similarly, have your smartphone trust your micro:bit. Why ‘trust’? Well, pairing is all about security. You wouldn’t usually want just anyone’s smartphone connecting to your micro:bit and making it do…

Continue Reading

Blog

BBC Micro:Bit 3D Compass

Welcome! This guided tutorial will show you how to program a script that displays the direction the BBC micro:bit is pointing with a 3D twist. Let’s get started!