Skip to content
/ Pac-tocat Public template
forked from bward2/pacman-js

PacMan game starring the lovable GitHub octocat mascot

License

Notifications You must be signed in to change notification settings

github/Pac-tocat

 
 

Repository files navigation

Pac-tocat

Code Style

🕹Play Pac-Man starring Mona, the loveable GitHub octocat mascot using Javascript, HTML, and CSS.

🙌 Forked from bward2/pacman-js

Open in GitHub Codespaces

When opening the project in a codespace with supported editors, the project will be run by default via the devcontainer's postAttach commands.

Local 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. gulp watch (Watches changes to JS and SCSS files for continuous compilation)
  3. npx 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! 😃

About

PacMan game starring the lovable GitHub octocat mascot

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.7%
  • SCSS 3.1%
  • HTML 2.2%