I was messing around with the bitsy game engine and decided to get it to run some AI subroutines.

It's still a little buggy, but the ghost AI is pretty faithful to the original. The AI is based on a finite state machine. You can read how I did it here: http://if-true-blog.blogspot.com/2019/10/hacking-bitsy-to-run-ai-pt-1-getting-to...

Source Code: https://github.com/zachHixson/bitsyman

Comments

Log in with itch.io to leave a comment.

:o

how did you do this wonderful game with BItSI

(1 edit) (+1)

Knowledge of JavaScript + Rum = Bitsy Pacman clone :P

I'll do a write-up on my blog and post it here soon. In the meantime the source is available for download if you know JS. Almost all of the custom code is within the first script tag.


EDIT: Writeup here: http://if-true-blog.blogspot.com/2019/10/hacking-bitsy-to-run-ai-pt-1-getting-to...

lol