https://github.com/dps2004/notitg-chess
Chess implementation with Mirin Template and Sunfish.lua
https://github.com/dps2004/notitg-chess
Last synced: 4 months ago
JSON representation
Chess implementation with Mirin Template and Sunfish.lua
- Host: GitHub
- URL: https://github.com/dps2004/notitg-chess
- Owner: DPS2004
- Created: 2021-10-28T13:16:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T19:37:07.000Z (over 4 years ago)
- Last Synced: 2025-07-07T19:02:14.258Z (11 months ago)
- Size: 9.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Mirin Template
[NotITG](https://notitg.heysora.net) is a fork of OpenITG designed to make it easier for mod file creators to implement their ideas. The [Mirin Template](https://www.github.com/XeroOl/notitg-mirin) provides functions that allow creators to use NotITG express their mod ideas and bring them to life in the game.
* **Simple to learn**: Designed with a goal of avoiding unintuitive edge cases in NotITG.
* **Excellent performance**: Optimized code runs quickly compareed to other templates.
* **Theme independent**: Mirin Template creates a separate environment for mod code that is kept separate from themes.
* **Powerful abstractions**: Includes a powerful system that allows users to create custom modifiers.
```lua
-- turn on invert
ease {0, 1, outExpo, 100, 'invert'}
-- turn off invert
ease {7, 1, outExpo, 0, 'invert'}
```
Read the documentation at https://xerool.github.io/notitg-mirin