Crates.io | epicinium_server |
lib.rs | epicinium_server |
version | 1.0.12 |
source | src |
created_at | 2021-08-23 12:46:52.268257 |
updated_at | 2021-08-23 12:46:52.268257 |
description | An asynchronous multiplayer server for the strategy game Epicinium. |
homepage | https://abunchofhacks.coop |
repository | https://github.com/abunchofhacks/Epicinium-server-rs |
max_upload_size | |
id | 441166 |
size | 413,904 |
An asynchronous multiplayer server for Epicinium.
Epicinium is a multiplayer strategy game with simultaneous turns, released on October 12th, 2020 and open-sourced on the same day. It is available as a free game on Steam and itch.io.
Epicinium is being developed by A Bunch of Hacks, a worker cooperative for video game and software development from the Netherlands. Contact us at info@epicinium.nl.
Epicinium is and will remain free software. If you wish to support Epicinium and A Bunch of Hacks, you have the option to name-your-own-price or buy the game's soundtrack.
src/bin/server.rs
is the entry point for the server executablesrc/server
contains code for handling incoming connections and starting gamessrc/server/client
contains subtasks that handle communications to and from a single connected game clientsrc/common
contains constants and utility functionssrc/logic
contains idiomatic access to the raw bindings provided by epicinium_liblogs
is where all log files are storedrecordings
is where recordings of games in progress are storedThe Epicinium server was created by A Bunch of Hacks.
It is made available to you under the AGPL-3.0 License,
as specified in LICENSE.txt
.
The Epicinium server is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License (AGPL) as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
The Epicinium server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.