Skip to content

An enhanced sourceport of Rise of the Triad, based on SDL3

License

Notifications You must be signed in to change notification settings

erysdren/NetROTT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetROTT

Rise of the Triad sourceport targeted towards multiplayer and based on SDL3.

Building

Building NetROTT requires GCC, CMake, and the development packages for SDL3, SDL3_Mixer, and SDL3_Net. After installing, you can run the following commands to build:

mkdir cmake-build && cd cmake-build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

License

GNU GPL v2

Copyright (C) 1994-1995 Apogee Software, Ltd.

Copyright (C) 2002-2015 Steven Fuller, Ryan C. Gordon, John Hall, Dan Olson

Copyright (C) 2006-2024 Fabian Greffrath

Copyright (C) 2023-2024 erysdren (it/she/they)

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program 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 General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.