Skip to content

PadWorld-Entertainment/worldofpadman

Repository files navigation

World of PADMAN Readme

GitHub tag GitHub release GitHub workflow GitHub milestone

Discord online Twitter follower Subreddit subscriber YouTube subscriber

image

World of PADMAN is an incredibly carefully designed and colorful freeware fun shooter for young and young-at-heart people, created by cartoonist and illustrator ENTE and the WoP team, aka. PadWorld Entertainment. For more information about the game please visit the official World of PADMAN website.

License

The WoP Team (PadWorld Entertainment) agrees that any commercial use of World of PADMAN and its individual works of art created by PadWorld Entertainment is prohibited without express consent and permission in written form. Further information and regulation is provided in COPYING.md.

The source code of World of PADMAN is published under the GNU General Public License (Version 2, June 1991) and the corresponding rules apply. This does not apply to World of PADMAN's individual works of art such as maps, textures, models, sounds, etc. These assets are the property of their respective authors and are protected by copyright.

Some parts of World of PADMAN were created with contents acquired by PadWorld Entertainment from various sources, with licenses that allow its use and modification. For more information about third-party content used in World of PADMAN and related licenses, please refer to LICENSES.md.

Security

Please do not report security vulnerabilities through public GitHub issues. If you believe you have found a security vulnerability in any of our repositories please follow instructions provided in SECURITY.md.

Contributing

If you want to contribute to the further development of World of PADMAN by creating issues or pull requests, please see the information in CONTRIBUTING.md. PadWorld Entertainment follows and applies the Code of Conduct as described in Contributor Covenant, version 2.1.

Credits

World of PADMAN is powered by a modified id Tech 3 graphics engine based on ioquake3 and has all the associated features. We would like to thank everyone who contributed to the ioq3 project. Since 2001, various programmers have contributed to the source code of World of PADMAN.

Building from source

Make sure that you've cloned the repository with git-lfs installed.

The dependencies for World of PADMAN are bundled in this repository. Usually you don't have to install any other dependency - just the compiler and cmake.

If you are using an IDE with direct cmake support (e.g. vscode), you don't have to run cmake from the command line. For everyone else:

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install
cmake --build .
cmake --install .

There is a more detailed guide available at worldofpadman.net.