Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.87 KB

README.md

File metadata and controls

51 lines (40 loc) · 2.87 KB

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