Getting Past Gaming Blocks On School Laptops

The eternal struggle: schools want to give students computers on which to do assignments and participate in remote learning, and students want to use those machines to have fun doing things other than schoolwork.

Fizz over on Metafilter, who regularly makes great gaming posts points us to a Vice article on the conflict, and a Youtube channel of tutorials, made by kids, for kids to use to get past software blockers on school-provided laptops. It shows that school remains a place for kids to learn valuable lessons, just not always the ones that administrators want them to learn, or in the ways they want them to learn them.

I mean, check out how awesome this kid is:

Turbo Rascal

Turbo Rascal, more fully known as “Turbo Rascal Syntax Error” or TRSE, is a multiplatform game and demo development system, including a compiler, afull IDE and some miscellaneous utilities like an image editor. It’s based on Pascal, which might be annoying to people who have the conventions of C burnt into their brainmeat, but is easier on newbies on the whole, since its language idioms tend to be more readable for intent, and it doesn’t include structures like the ternary operator: (a ==0) ? isequal() : isnotequal();

While it supports a lot of different classic computing devices, TRSE’s “native” platforms, those it has the most support for, are the 8-bit Commodore machines. Using it, you can pretty rapidly put together a program to display an image on the C64’s hi-res screen:

It comes with a lot of example projects too, including a number of technically proficient demos that show off its capabilities. After you install a C64 emulator (VICE is recommended), the following can get up and running in less than a minute:

Turbo Rascal Syntax Error