rumkugel13 / Asteroids

A clone of the popular Asteroids game made in MonoGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asteroids

Screenshot

About

A clone of the popular Asteroids game made in MonoGame

Features

  • Entity Component System (ECS)
  • Online Multiplayer
  • Dedicated server

Issues

  • UI incomplete

Build Instructions

Requirements

  • .Net Core 3.1
  • Visual Studio (Code) or .Net Core SDK
  • MonoGame.Framework (provided via NuGet)
  • Lidgren.Network (provided as DLL)
  • Kadro (provided via DLL)(Currently closed source)
  • RKDnet (provided via DLL)(Currently closed source)

Build

  1. Clone this repository
  2. Open solution file in Visual Studio (Code)
  3. Build the solution (via CLI: dotnet build)

About

A clone of the popular Asteroids game made in MonoGame

License:MIT License


Languages

Language:C# 100.0%