Skip to content

VortexVise is an old school deathmatch game made with Raylib. Can be played with bots or up to 4 players over local split screen multiplayer.

License

Notifications You must be signed in to change notification settings

SamuelFontes/VortexVise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

528 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VortexViseLogo

Vortex Vise

VortexVise is an Open Source old school style deathmatch game made with Raylib in C#. Can be played with bots or up to 4 players over local split screen multiplayer, to join press either A or Enter on the character selection screen. It has a nice portability layer it can be compiled both for Desktop and Web so it's easialy portable to other platforms.

Play on your Browser
Download
Itch.io

Controls - MouseAndKeyboard/Gamepad

[Menu]

Confirm - Enter/A

Back - Esc/B

[Gameplay]

Jump - SpaceBar/A

HookShot - RightMouseClick/X

PickUpItem - E/B

UseWeapon - LeftMouseClick/RightTrigger

UseJetPack - LeftShift/LeftTrigger

Screenshots

License

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.

Compiling

Both Versions require dotnet 8 installed on your machine.

Desktop

Open the root folder on the terminal and just run like normal
cd src\VortexVise.Desktop
dotnet run

Web

Credits to these guys on figuring out how to do this shit: https://github.com/Kiriller12/RaylibWasm

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

About

VortexVise is an old school deathmatch game made with Raylib. Can be played with bots or up to 4 players over local split screen multiplayer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages