ArkanoidJS served over nginx.
337
ArkanoidJS is the result of a college project with the subject of trying to recreate retro games in modern JavaScript.

On the project website: https://sebastianlimbach.com/ArkanoidJS
Using the docker image: docker run -d -p 80:80 --name arkanoidjs bastilimbach/arkanoidjs
ArkanoidJS should work on every modern Browser, which supports HTML5 and the canvas element. (Tested on Firefox 57, Chrome 62 and Safari 11)
Mouse X-axisLeft clickESC Space PTo build this project from source you need to install nodejs and preferably yarn.
git clone https://github.com/bastilimbach/ArkanoidJS.gityarn install or npm installyarn start or npm startyarn build or npm run-script build (Compiled files are located in the dist folder.)This project wouldn't be possible without the people, who created the amazing assets which are used in this game. Thank you!
I'm happy to accept Pull Requests if you come up with some awesome new game features or bug fixes! Please be sure to run yarn test before you push your changes. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
MIT :heart:
Content type
Image
Digest
Size
680.3 MB
Last updated
almost 9 years ago
docker pull bastilimbach/arkanoidjs