EHummerston / SSF2-AI

A framework for making AI for Super Street Fighter 2
11 stars 0 forks source link

Great stuff! #10

Open frcake opened 6 years ago

frcake commented 6 years ago

Hey there! , are you still developing this project ? Have you produced any SF2 AI outcome? Im in the process of writting one atm , inspired exactly by the same code/project (Mar I/O) .

EHummerston commented 6 years ago

That's very cool to hear! This project (as well as all my others) is on indefinite hiatus, since I recently got a full-time job. 😢 Most of what this project can do is represented shown in this video, by the algorithms in the demos repository. If you're interested in writing an AI for SSF2, this project can help you start immediately writing decision-making logic instead of needing to work out how to affect the game via code. I hope my installation instructions in this repo's readme.md are clear enough, and whether or not you use it I hope your own project goes well!

0nepixel commented 9 months ago

I've been working on a Bot for Garou: Mark of the Wolves for 2 years now, but my code is very messy and only worked on player 2. Two weeks ago, I found this repository, and I'm using your code to create a better bot that works in bouth players. So far, I've been able to port it to FBA, and I've also added code to make it use pre-recorded macros so that the bots can execute them. Greetings, and I hope it's not a problem that I'm using your code.