Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 503 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 503 Bytes

OvercookedAI

A project for an computer-controlled/AI player for the game Overcooked! 2. Currently the project is in a proof-of-concept state. As a proof to its validity, check this video.

The motivation behind this project is to practice reverse engineering, and with the use of mono-injection, implement a AI player for the game. Since the game is written in Unity, mono-injection is a simple method to allow code execution within the game in the form of C# scripts.