gradyl16 / maze3

A 3D Unity game where a player must navigate a maze that may extend to all six sides of a cube using environmental manipulation, player movement, and memory skills. This project was created as part of the Game Design course at UIC (CS 426) during the Spring 2024 semester.
Apache License 2.0
0 stars 0 forks source link

AI Payload Transportation #25

Open gradyl16 opened 2 months ago

gradyl16 commented 2 months ago

Modify FSM codebase to implement AI payload transportation. In context of the theme, this is meant to represent accessing shared memory between benign producer/consumer threads. Add scriptable objects representing states and actions for this behavior.

Hosseinfatho commented 2 months ago

Good