Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.38 KB

File metadata and controls

31 lines (22 loc) · 1.38 KB

< ESPAÑOL > Juego estilo "Pac-Man" hecho con Vanilla JS siguiendo un tutorial de un curso en Udemy con algunas modificaciones personales. El juego cuenta con dos versiones:

Una versión con un solo fantasma en la rama "master" Otra versión con dos fantasmas en la rama "twoghosts"

La versión con dos fantasmas no está del todo optimizada por repetir código, pero está funcional. El juego consiste en comer a los fantasmas comiendo primero el power-dot y evitando que los fantasmas coman al personaje. El contador de la esquina superior izquierda irá contando los puntos que haga el jugador frente a los puntos que hagan los fantasmas.

¡Prueba el juego ahora! https://pacman-mlsdev.web.app

¡Que lo disfruten! < /ESPAÑOL>

< ENGLISH > 'Pacman' based-like game made of Vanilla JS following a Udemy Course with some personal modifications. The game has two versions: *On master branch, a one-ghost version. *On twoghosts branch, a two-ghost version.

The second version may not be fully optimized due to some code repetition that may be improved in the furute. Nevertheless, it's completely functional. The game is about eating the ghosts by eating the powerdot first and avoiding being eaten by the ghosts. The counter at the upper-left corner displays all the points made by the player VS the points made by the ghosts.

Try the game now! https://pacman-mlsdev.web.app

Hope you like it!

< /ENGLISH >