Updated TMT page
This commit is contained in:
parent
8a223449ed
commit
c60da3c491
3 changed files with 15 additions and 5 deletions
9
_content/tmt/lit.md
Normal file
9
_content/tmt/lit.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: default
|
||||
title: Lit
|
||||
---
|
||||
During the Incremental Game Jam 2021 I wanted to use TMT to make a new game, and get a little more experimental with it, so here's a mod with no tree and an even bigger focus on player choice and strategy. Relatively short, but very fun! Check my discord for guides if you get stuck.
|
||||
|
||||
[![](/assets/tmt-assets/lit.png)](http://thepaperpilot.org/lit/)
|
||||
|
||||
If you'd like even more content, try a mod made by a user called loader3229 that extends the gameplay up to 200 light: [Lit+](https://qq1010903229.github.io/lit/). It does an amazing job at staying true to the spirit of the original, and even fixes a couple bugs I never did due to the game jam ending.
|
|
@ -2,6 +2,6 @@
|
|||
layout: default
|
||||
title: The Game Dev Tree
|
||||
---
|
||||
I personally felt like the original game could've benefited from keeping earlier layers relevant for longer, and if layers resetting was along the branches rather than entire rows. To help test the modding framework, I made my own mod called The Game Dev Tree, that uses those concepts as a core foundation for its game design. It also became a bit of a playground to implement new ideas for TMT in a live game so I could receive feedback from players.
|
||||
I personally felt like the original game could've benefited from keeping earlier layers relevant for longer, and if layers resetting was along the branches rather than entire rows. To help test the modding framework, I made my own mod called The Game Dev Tree, that uses those concepts as a core foundation for its game design. It also became a bit of a playground to implement new ideas for TMT in a live game so I could receive feedback from players.
|
||||
|
||||
![](/assets/tmt-assets/screenshot.png)
|
||||
[![](/assets/tmt-assets/screenshot.png)](http://thepaperpilot.org/gamedevtree/)
|
||||
|
|
|
@ -3,8 +3,9 @@ layout: default
|
|||
title: The Modding Tree
|
||||
category: Other
|
||||
banner: tmt
|
||||
cards: [TMT Summary, TMT Contributions, The Game Dev Tree]
|
||||
links: ["Source Code|https://github.com/thepaperpilot/The-Modding-Tree", "The Game Dev Tree|http://thepaperpilot.org/gamedevtree/"]
|
||||
tags: [js]
|
||||
cards: [TMT Summary, TMT Contributions, The Game Dev Tree, Lit]
|
||||
links: ["Source Code|https://github.com/thepaperpilot/The-Modding-Tree", "The Game Dev Tree|http://thepaperpilot.org/gamedevtree/"], "Lit|http://thepaperpilot.org/lit/"]
|
||||
tags: [javascript]
|
||||
languages: [JS]
|
||||
---
|
||||
The Modding Tree is a modding platform made by Acamaeda for an incremental game called The Prestige Tree. I've contributed many features and bug fixes, and used the framework to create my own mod, The Game Dev Tree.
|
||||
|
|
Loading…
Reference in a new issue