https://github.com/opdev1004/behaviormapcs
FSM. State Machine. Behavior Map. C#, .net, Dotnet
https://github.com/opdev1004/behaviormapcs
behavior behavior-map behavior-tree csharp dotnet fsm state state-machine state-management stateful
Last synced: 5 months ago
JSON representation
FSM. State Machine. Behavior Map. C#, .net, Dotnet
- Host: GitHub
- URL: https://github.com/opdev1004/behaviormapcs
- Owner: opdev1004
- License: mit
- Created: 2024-05-16T01:00:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T22:17:42.000Z (about 2 years ago)
- Last Synced: 2025-11-22T07:52:29.375Z (7 months ago)
- Topics: behavior, behavior-map, behavior-tree, csharp, dotnet, fsm, state, state-machine, state-management, stateful
- Language: C#
- Homepage: https://www.nuget.org/packages/BehaviorMap/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 🥇 Behavior Map CS
Behavior Map is a simple state machine or state manager. Using Hash Table-like data structure to improve performance. And Behavior Map stores state(event) and behavior, for executing behavior during that state. Behavior Map does not make a huge difference from if statements. However, it can be more clean and reusable state management.
## 👨🏫 Notice
### 🎉 Releasing version 0.0.1
No comments.
## 🛠 Requirements
This is built with .net 8.0 and Windows 10. I cannot guarantee that this will work in older versions of Windows or other OS and with other tools.
## 💪 Support Behavior Map CS
### 👼 Become a Sponsor
- [Ko-fi](https://ko-fi.com/opdev1004)
- [Github sponsor page](https://github.com/sponsors/opdev1004)
### 🎁 Shop
- [RB Geargom Shop](https://www.redbubble.com/people/Geargom/shop)
## 👨💻 Author
[Victor Chanil Park](https://github.com/opdev1004)
## 💯 License
MIT, See [LICENSE](./LICENSE).