Skip to content

terra-campaigns/terraOdd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

layout title nav_order permalink
default
Home
1
/

Terra Odd

v0.2.1

Terra Odd is a hack of Cairn / Into the Odd that aims to allow games to be played in different genres and aesthetics. The first hack is for Degenesis.

The main difference is the addition of a modular Ruin mechanic, based on Oddular Mechanics. Backgrounds and Bonds, alongside Ruin, are thematically specific for each game. Inventory slots are treated as Burdens, with no mechanical change.

This repo also contains my GM materials for planning & running sessions. It is not always organised.

This webpage and the repository are a fork from Yochai Gal.'s Cairn. Cairn is based on Knave by Ben Milton and Into The Odd by Chris McDowall.


Contribute

Feel free to suggest edits on any files on this repo through Pull Requests. Merged Pull Requests automatically builds the website. If you want to localhost the website for testing purposes, you need to install jekyll (instructions for macOS)

After doing so, navigate to the repository folder and execute the following commands;

echo '3.1.3' >> .ruby-version
gem install bundler jekyll
bundle install

You are now able to localhost the website. You can do so by:

bundle exec jekyll serve

and then browse to http://localhost:4000.

You can make real time changes in the files, and see result on your browser.

Versioning

Given a version number MAJOR.MINOR.DEV, increment the:

  • MAJOR version when the new version is incompatible with previous versions (exception for 1.x)
  • MINOR version when a version with added features is to be used in a game session
  • DEV version when developments in-between sessions are published, or only fixes are applied.

Languages

  • JavaScript 43.6%
  • Python 38.2%
  • HTML 10.7%
  • Ruby 4.3%
  • SCSS 3.2%