An ncurses RPG featuring magick and monsters.
Go to file
2023-07-19 23:45:38 -06:00
Assets Revised entire Botan region. 2023-07-14 09:00:08 -06:00
Documentation Added buildings to every town and city. 2023-07-14 11:02:33 -06:00
Packaging Renamed test: to check: 2023-07-19 20:19:16 -06:00
Source Revert "Desecrated my project using GNU AutoTools." 2023-07-19 22:54:40 -06:00
Tests Added code tests. 2023-07-02 05:55:47 -06:00
Tools Added copyright info. 2023-07-08 01:17:49 -06:00
_clang-format Added copyright notice to XML assets. 2023-06-30 22:40:19 -06:00
.gitignore Readded gitignore. 2023-07-19 23:45:38 -06:00
LICENSE Initial commit 2023-06-20 04:06:50 +00:00
meson.build Added meson build system. 2023-07-19 23:44:39 -06:00
README.md Added PKGBUILD 2023-07-15 23:02:30 -06:00

LibreWands

A collaboratively made ncurses RPG featuring magick and monsters.

Project Goal

To collaboratively create a unique and high quality ncurses RPG that takes cultural inspiration from the rennaissance and baroque periods in Southern Europe. See the provided documentation for details.

Limitations

Runtime Requirements

  • ncurses

Build dependencies

  • make
  • gcc
  • libncurses-dev (Debian)
  • imagemagick (optional, for documentation)
  • librsvg2-bin (optional, for documentation) (Debian)
  • librsvg2 (optional, for documentation) (Arch)
  • texlive-latex-base (optional, for documentation) (Debian)
  • texlive (optional, for documentation) (Arch)

Documentation is installed to the /usr/doc/librewands/ directory.

Packagind Dependencies

Debian

  • build-essential
  • devscripts
  • debhelper

Supported Platforms

Currently, the only supported platform is GNU/Linux. Support for other operating systems is planned.

Contributing

There are a vast number of ways you can contribute to this project. Any and all help is greatly appreciated.

  • Help design the world using the map editor.
  • Help design the world with pencil and paper.
  • Help build and tune the game engine.
  • Help write the game.
  • Help hunt for bugs.
  • Submit issue reports.
  • Edit this README file.
  • Edit our Makefile.
  • Advocate for better standards compliance.
  • Optimise our software.
  • Help implement multiplayer.
  • Help write our documentation.
  • Develop software quality tests.
  • Package this software for your favourite operating system.
  • Spread the word about this project.
  • Tell me how I can make contributing easier.
  • Support my efforts at LiberaPay.
 This file is part of LibreWands.

LibreWands 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 3 of the License, or (at your option) any later version.

LibreWands 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 LibreWands. If not, see https://www.gnu.org/licenses/.