Play on your Browser
Download
Itch.io
Confirm - Enter/A
Back - Esc/B
[Gameplay]
Jump - SpaceBar/A
HookShot - RightMouseClick/X
PickUpItem - E/B
UseWeapon - LeftMouseClick/RightTrigger
UseJetPack - LeftShift/LeftTrigger
The game is licensed under GPL 2, so you can do wathever you want with the code as long as you give the credits and publish the source code if you made any changes. If you want to get this code with a more permissive license just message me, if you want to use this code as base for something else I can change the license to MIT or something. Both Versions require dotnet 8 installed on your machine. Open the root folder on the terminal and just run like normalcd src\VortexVise.Desktop
dotnet run
Open the root folder on the terminal then install wasm things, publish and then dotnet-serve to run:
cd src\VortexVise.Web
dotnet workload install wasm-tools
dotnet tool install --global dotnet-serve
dotnet publish -c Release
dotnet serve -d bin\Release\net8.0\browser-wasm\AppBundle









