farm-paragon
v1.0.2
Published
Farm Paragon is a TypeScript library that simulates income in NinjaKiwi's game Bloons TD Battles 2 based on predefined actions. It provides a way to simulate game states over a specified period of time, applying actions and game rules to the game state at
Downloads
2
Readme
Farm Paragon
Farm Paragon is a TypeScript library that simulates income in NinjaKiwi's game Bloons TD Battles 2 based on predefined actions. It provides a way to simulate game states over a specified period of time, applying actions and game rules to the game state at each step.
Features
- Game simulation based on predefined rules and actions
- Detailed game state tracking
- Error handling for invalid actions
- TypeScript for static typing
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
- Node.js
- npm
Installation
npm install farm-paragon
Usage
Check the /examples directory for ways to use the library.
Contributing
If you're interested in contributing to this project, we'd love to have your help. Please reach out to @vicplusplus on Discord to start.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
Acknowledgments
- BTDB2_SIMULATOR: A similar project written in Python with some simplifying assumptions
- b2.lol: An information hub for BTDB2 built using NinjaKiwi's Open Data API