All Projects → richardwilkes → Gcs

richardwilkes / Gcs

Licence: mpl-2.0
GURPS Character Sheet

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Gcs

Goprogressquest
Progress Quest implemented in Go
Stars: ✭ 20 (-79.17%)
Mutual labels:  rpg
Mv Android Client
RPG Maker MV unofficial Android client
Stars: ✭ 64 (-33.33%)
Mutual labels:  rpg
1 Character Movement
The first section of the course. You will learn everything required to build a simple movement system in your RPG, creating the core experience. http://gdev.tv/rpggithub
Stars: ✭ 81 (-15.62%)
Mutual labels:  rpg
Xoreos Tools
Tools to help the development of xoreos
Stars: ✭ 38 (-60.42%)
Mutual labels:  rpg
Tapir
RGSS compatible runtime (namely: emulator for RPG Maker XP, VX, and VX Ace)
Stars: ✭ 60 (-37.5%)
Mutual labels:  rpg
Bcdice
Bones & Cards is the most popular TRPG Dice Bot in Japan
Stars: ✭ 65 (-32.29%)
Mutual labels:  rpg
Rogue Craft Sp
Rogue Craft is an ncurses based roguelike/sandbox/RPG game
Stars: ✭ 12 (-87.5%)
Mutual labels:  rpg
Srd spells
A JSON formatted list of all the spells from the 5e SRD
Stars: ✭ 91 (-5.21%)
Mutual labels:  rpg
Bytepath
A replayable arcade shooter with a focus on build theorycrafting made using Lua and LÖVE.
Stars: ✭ 1,119 (+1065.63%)
Mutual labels:  rpg
Sdlpal
SDL-based reimplementation of the classic Chinese-language RPG "Xiān jiàn Qí Xiá Zhuàn" (also known as PAL).
Stars: ✭ 1,190 (+1139.58%)
Mutual labels:  rpg
Adventuresmith
Generate tabletop RPG nonsense at the push of a button! (on Android)
Stars: ✭ 54 (-43.75%)
Mutual labels:  rpg
Lamiae
Lamiae - A Most Prestigious RPG Engine/Simulator derived from Cube 2 (Sauerbraten) and friends
Stars: ✭ 57 (-40.62%)
Mutual labels:  rpg
Guilds
Adding RPG to your server has never been more fun and action-packed!
Stars: ✭ 66 (-31.25%)
Mutual labels:  rpg
Landoftherair
A high-fantasy MORPG.
Stars: ✭ 35 (-63.54%)
Mutual labels:  rpg
Cotwelm
Castle of the Winds (A Remake in Elm)
Stars: ✭ 88 (-8.33%)
Mutual labels:  rpg
Dnd 5e Latex Template
LaTeX package to typeset material for the fifth edition of the "world's greatest roleplaying game".
Stars: ✭ 875 (+811.46%)
Mutual labels:  rpg
3 Modifiers And Abilities
Customise character abilities, weapons, characters and enemies. This includes multiple damage types, modifiers, sounds, animations. By the end you can create your core combat experience. (REF MA_RPG) http://gdev.tv/rpggithub
Stars: ✭ 64 (-33.33%)
Mutual labels:  rpg
Blades In The Dark Srd Content
SRD for the Blades in the Dark RPG
Stars: ✭ 95 (-1.04%)
Mutual labels:  rpg
Diceparser
Powerful dice Roller is used as discord bot, irc bot, cli tool and inside Rolisteam : 1d20+4, 1L[head,arm,leg,belly,chest], 1d6+1d8, 8+5*3
Stars: ✭ 90 (-6.25%)
Mutual labels:  rpg
Godot Inventory
Available at Asset Library
Stars: ✭ 68 (-29.17%)
Mutual labels:  rpg

GURPS Character Sheet

GURPS Character Sheet (GCS) is a stand-alone, interactive, character sheet editor that allows you to build characters for the GURPS 4th Edition roleplaying game system.

Building from the command line

NOTE: To build a specific version of GCS, you will need to check out the appropriate release tag. These directions are for the latest source, which may have experimental code or changes that are incompatible with the current data files. These build instructions may have also changed since a given release, so be sure to review them again with the version you plan to build.

  1. Make sure you have JDK 15 installed and set to be used as your default Java compiler. You can download it for your platform here: http://jdk.java.net/15/

  2. If you are building on Windows, you'll need to install the WiX Toolset from here: https://github.com/wixtoolset/wix3/releases/tag/wix3112rtm

  3. Clone the source repositories:

    % git clone https://github.com/richardwilkes/gcs
    
  4. Build and bundle the code for your platform:

    macOS and Linux:

    % cd gcs
    % ./bundle.sh
    

    Windows:

    > cd gcs
    > .\bundle.bat
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].