This commit is contained in:
Adrian Malacoda 2018-04-23 01:38:09 -05:00
parent 13ec3fb1c7
commit 8574185344

View File

@ -1,4 +1,11 @@
# Gammarena Notes # 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 ## Engine
### Piston ### Piston
https://github.com/PistonDevelopers/piston https://github.com/PistonDevelopers/piston