Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boyander/pacman
Implementation of Pacman game in ActionScript 3 for Universitat Politécnica de Catalunya in subject of Continguts Multimedia (November 2012 - January 2013)
https://github.com/boyander/pacman
Last synced: about 2 months ago
JSON representation
Implementation of Pacman game in ActionScript 3 for Universitat Politécnica de Catalunya in subject of Continguts Multimedia (November 2012 - January 2013)
- Host: GitHub
- URL: https://github.com/boyander/pacman
- Owner: boyander
- License: gpl-3.0
- Created: 2013-01-16T00:03:51.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T11:26:59.000Z (over 7 years ago)
- Last Synced: 2024-06-23T19:36:53.556Z (7 months ago)
- Language: ActionScript
- Size: 33.2 MB
- Stars: 12
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - pacman - Implementation of Pacman game in ActionScript 3 for Universitat Politécnica de Catalunya in subject of Continguts Multimedia (November 2012 - January 2013) (Video Games / Games)
README
PACMAN
======## [CLICK TO PLAY](http://boyander.github.io/pacman/)
Or use this link: [http://boyander.github.io/pacman/](http://boyander.github.io/pacman/)
*Note:* Flash player is required to play the gameFeel free to contribute with code improvement, new maps, etc. :-)
DESCRIPTION
-----------
Implementation of Pacman game in ActionScript 3, the code dates from November 2012.DEVELOPED BY
------------
- [Marc Pomar Torres]([email protected])
- [Laura Cotrina Barrios]([email protected])SPECIAL THANKS TO
-----------------
- [Devendra Pulaveli]([email protected])REFERENCES
----------
- [Pacman Dossier](http://home.comcast.net/~jpittman2/pacman/pacmandossier.html)
- [Pacman-vs-Ghost Competition](http://www.pacman-vs-ghosts.net/)
- [Understanding ghost behaviours](http://gameinternals.com/post/2072558330/understanding-pac-man-ghost-behavior)
- [A* algorithm for pathfinding @ Wikipedia](http://en.wikipedia.org/wiki/A*_search_algorithm)
- [Google Javascript Pacman Doodle](https://www.google.com/doodles/30th-anniversary-of-pac-man)
- [Pacman history @ Wikipedia](http://en.wikipedia.org/wiki/Pac-Man)