From 8574185344568f435f3d428f637ee512c088c1b7 Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Mon, 23 Apr 2018 01:38:09 -0500 Subject: [PATCH] add goal --- NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NOTES.md b/NOTES.md index b558478..28db73c 100644 --- a/NOTES.md +++ b/NOTES.md @@ -1,4 +1,11 @@ # Gammarena Notes +## Goal +The goal of Gammarena is to be a multiplayer first-person shooter deathmatch game similar to [OpenArena](http://www.openarena.ws/), with support for **custom character models, maps, and weapons**. Moddability and scriptability are concerns, bot AI is an eventual concern, but a single player campaign is currently **not**. + +Key to this is the ability to either natively load, or effortlessly import, various types of maps models used by other games. + +Gammarena runs as a client+server or as server only, and other clients can connect to it and run games on it. + ## Engine ### Piston https://github.com/PistonDevelopers/piston