a game about a forest
 
 
Go to file
Christopher P. Brown eb756f8817 initial commit 2021-08-30 11:38:42 -06:00
src initial commit 2021-08-30 11:38:42 -06:00
static initial commit 2021-08-30 11:38:42 -06:00
.gitignore initial commit 2021-08-30 11:38:42 -06:00
README.md initial commit 2021-08-30 11:38:42 -06:00
TODO initial commit 2021-08-30 11:38:42 -06:00
justfile initial commit 2021-08-30 11:38:42 -06:00
macros initial commit 2021-08-30 11:38:42 -06:00

README.md

Status: Work In Progress / Unreleased

Forest Game

this is a place where i am writing a game about a forest. I'm going to try to focus on writing, and not too much on tooling. so hopefully there won't be much here

Requirements

Writing

Anything with a .txt extension will be built. if you want to create some notes or something not included in the build, give it any kind of other extension, or none

Macros

there's a macros file. I don't know if it will be much use. but it's there. It will be used when building the text. So you can use __monstername if you don't know the name of the monster yet. Define a new definition for it in macros--e.g. define(__monstername, `jethro')--and it will appear where you need it.

Building

there is a justfile: run just to see available commands