TuxsliDeS NEW DS Homebrew TuxsliDeS is a DS homebrew made by Tomdev. The game is a side scrolling platformer where your mission is to guide your penguin to safety while avoiding obstacles and enemies. More information can be found at the project page linked below. Download Project Page
What is the argv protocol? I have an Acekard 2i running the latest version of AKAIO. Does this use the argv protocol?
hey wow gonna check it out. its looks as tux race what i played on pc was a fun game with simple but cool music: racing with a penguin on his belly down to the finish. dunno if you can choose the icebear gliding on a tube or this penguin looks the same as the linux icon
Iirc yes, the argv protocol is a protocol for passing arguments to a function, in this case it's needed to retrieve the filename so that Nitrofs (also referred to as libfilesystem) can be initialized This is important because the collision map I made can only be read if nitrofs is initialized. Tomdev