Welcome to Netsim! If this is your first time playing, we recommend you start from the first level below, and work your way forward.
Please note that this project is still in beta. If you find any bugs, you can report them to @errorinn or open an issue on Github.
query("SELECT * FROM category ORDER BY orderby");
while ($row = $res->fetchArray()) {
echo "
".$row['name']."
\n";
$res2 = $db->query("SELECT * FROM level WHERE category_id = ".$row['id']." ORDER BY orderby");
while ($row2 = $res2->fetchArray()) {
$complete = levelComplete($row2['id']);
echo "