Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 352 Bytes

File metadata and controls

18 lines (12 loc) · 352 Bytes

ArkanoidJS

Demo en vivo

Para iniciarlo:

# clonen el proyecto:
git clone https://github.com/UTN-MDP/ArkanoidJS.git

# entren en la carpeta
cd ArkanoidJS

# inicien un servidor web
php -S localhost:8888

# si no tienen PHP instalado, abran el archivo index.html directamente en el navegador.