a game about a forest
 
 
Go to file
Christopher P. Brown 0db6dd26a1 initial commit 2021-09-26 11:44:03 -06:00
src initial commit 2021-09-26 11:44:03 -06:00
static initial commit 2021-09-26 11:44:03 -06:00
.gitignore initial commit 2021-09-26 11:44:03 -06:00
README.md initial commit 2021-09-26 11:44:03 -06:00
justfile initial commit 2021-09-26 11:44:03 -06:00
macros initial commit 2021-09-26 11:44:03 -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

You can find a current WIP copy at http://tilde.town/~dozens/forest/

Requirements

For writing and building:

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