Rabbids Coding!

Details

Playtime Not Played
Last Activity Never
Added 2020-03-28
Modified 2023-01-04 4:04:43
Completion Status Not Played
Library Ubisoft Connect
Source Ubisoft Connect
Platform PC (Windows)
Release Date 2019-10-08
Community Score 43
Critic Score 65
User Score
Genre Platform
Puzzle
Developer Ubisoft USA
Publisher Ubisoft USA
Feature Controller support
Single Player
Links PCGamingWiki
Tag [CL] English
[CL] Français

Description

Rabbids Coding is a game created to be a fun and engaging educational experience, giving people the tools to get excited about learning to code, without constant supervision or instruction from a teacher. It gives you the independence to learn at your own pace, whatever your age. Your goal in each level is to provide the simplest instructions possible to get the task done. Once you've proven yourself in the basics, a sandbox environment becomes available, allowing you to explore and play with the instructions to see what you can do.

Programming can seem like a very mysterious topic to the uninitiated. Well, fear not! Here are some top terms to help you get started on your journey:
Code – Written instructions you can use to give instructions to a computer.
Programming language – Your PC can't talk (well, not really, anyway) and you need a way to tell it what to do. A programming language is just that: a language your computer understands so that you can speak with it.
Loop – No need to repeat yourself; with a loop, you can write some instructions then repeat them as many times as you need to in order to get the job done.
Algorithm – A set of instructions that solve a problem or perform a task. Think of these like useful little phrases.
Condition – These are quite specific instructions. They tell a computer to only perform a certain action when a condition is met. For example: "Computer, if I click on the web browser app, open my web browser."
Optimization – Computers only have so much memory, and so the goal of many programmers is to provide the simplest instructions possible to get the job done. The simpler the instructions, the less memory they take to run, and the more efficient your program will be.
Rabbid – Rabbit-like creatures that ruin spaceships, but fortunately can be tamed with mind-control devices and dropped sausages.