Skip to content

aardvark-community/aardwars

Repository files navigation

aardwars

Multiplayer arena shooter FPS game built using Aardvark Platform.

Gameplay video: https://youtu.be/x7_Yy6IQzog

How to play

  • Either download the latest github Release and run Aardwars.Launcher.exe (Windows only)
  • Or install as dotnet tool:
    1. dotnet tool install --global aardwars
    2. aardwars <server> <port>

Created by

Implementation

This project is a proof-of-concept implementation of a playable real-time video game using the Aardvark Platform scientific visualization toolset. It was initially created as part of an internship at VRVis. Features include:

Additional Credits