Skip to content

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 configure and build:

git clone https://github.com/erysdren/NetROTT.git
cd NetROTT
cmake -Bcmake-build S. -DCMAKE_BUILD_TYPE=Release
cmake --build cmake-build

License

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-2025 erysdren (it/its)

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C 99.9%
  • Other 0.1%