Tag Archives: Nematodes

Nematodes

I recently read a fascinating thesis about nematodes. Nematodes are the most abundant multicellular organisms on the planet and there are around 40 quintillion of them. Inspired by the humble nematode, I wrote two programming lab tests.

This one is for fourth year Games Engines students and it uses C# and Unity to create a simulation of a school of nematodes swimming and wriggling and avoiding each other:

https://github.com/skooter500/GE2-Test-2022-Starter

This one for second year OOP students and it uses java and the processing libraries to visualise a fictitious dataset of nematodes: 

https://github.com/skooter500/OOP-Test-2022-Starter

Here are the solutions:

https://github.com/skooter500/GE2-Test-2022

https://github.com/skooter500/OOP-Test-2022