This repo is for those wishing to complete my tutorial on how to implement A.I voice commands into a JavaScript game of Pacman using Alan AI. You can watch the tutorial on my YouTube channel here.
For the logic of the game, pure Javasccript was used. The graphics were created with three.js. I also used a couple libraries: trackballControls.js; stats.min.js; threex.pacman.js; sweetalert.js. The ...