Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

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 game

Feel 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)