Skip to content

SteLa-12/bakman

 
 

Repository files navigation

pacman-js

Code Coverage Code Style

Pacman clone made with Javascript, HTML, and CSS.

🍒🍓🍊🍎🍈👾🔔🔑

Development Instructions

This project makes use of NodeJS. Download it, then clone this repo and run the following commands:

  1. npm i (Installs necessary packages for development)
  2. npm run watch (Watches changes to JS and SCSS files for continuous compilation)
  3. npm run serve (Hosts the files locally)

The game can now be accessed at http://127.0.0.1:8080/index

This project also utilizes Husky to enforce best coding practices. The current thresholds are 0 linting errors upon commits (following Airbnb's standard), and 100% unit test code coverage upon pushes.

Feel free to submit PRs and/or report any issues you find! 😃

Changes that need to be made:

  • Adapt the sprites to the bakman theme
  • Change overall theming to a better bakman theme
  • Update splash screen
  • Implement scoreboard and username
  • Multilevel support
  • New sounds? Which sounds

About

Pacman clone made with Javascript and HTML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.9%
  • SCSS 1.9%
  • CSS 1.7%
  • HTML 1.5%