An open API service indexing awesome lists of open source software.

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

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).