https://github.com/adrienjoly/prolog-pacman
Student project written in 2004 with C. Aussourd. Demo video 👉
https://github.com/adrienjoly/prolog-pacman
pacman prolog
Last synced: about 1 month ago
JSON representation
Student project written in 2004 with C. Aussourd. Demo video 👉
- Host: GitHub
- URL: https://github.com/adrienjoly/prolog-pacman
- Owner: adrienjoly
- Created: 2018-11-17T16:09:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T16:38:47.000Z (almost 7 years ago)
- Last Synced: 2025-09-02T06:32:50.109Z (about 1 month ago)
- Topics: pacman, prolog
- Language: Prolog
- Homepage: https://www.youtube.com/watch?v=mSgza7elZt8
- Size: 411 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prolog-pacman
Student project I wrote in 2004 with C. Aussourd.

Demo: [Pacman in prolog](https://www.youtube.com/watch?v=mSgza7elZt8) (YouTube)
## How to run and play
- install [SWI-Prolog](http://www.swi-prolog.org/Download.html)
- run `./pacman.sh`
- move pacman up/down/left/right by pressing W/S/A/D then ENTER## Next steps
- [ ] Find a way to make it work directly in the browser
- [ ] Translate comments and display to English
- [ ] Remove the need to press ENTER after each direction commandPull requests are welcome!