Skip to content

Chess implementation with Mirin Template and Sunfish.lua

Notifications You must be signed in to change notification settings

DPS2004/notitg-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mirin Template

NotITG is a fork of OpenITG designed to make it easier for mod file creators to implement their ideas. The Mirin Template 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.
-- 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

About

Chess implementation with Mirin Template and Sunfish.lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published