Skip to content

Commit 17252e8

Browse files
authored
Update README.md
1 parent 40e4cd2 commit 17252e8

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
# pacman-js
2-
[![Build Status](https://travis-ci.com/bward2/pacman-js.svg?branch=master)](https://travis-ci.com/bward2/pacman-js)
3-
[![Coverage Status](https://coveralls.io/repos/github/bward2/pacman-js/badge.svg?branch=master)](https://coveralls.io/github/bward2/pacman-js?branch=master)
1+
# Pac-tocat
42
[![Code Style](https://img.shields.io/badge/code%20style-airbnb-brightgreen.svg)](https://github.com/airbnb/javascript)
53

6-
Pacman clone made with Javascript, HTML, and CSS.
4+
Play Pac-Man starring[Mona](https://github.com/monatheoctocat), the loveable GitHub mascot using Javascript, HTML, and CSS. Forked from [bward2/pacman-js](https://github.com/bward2/pacman-js) 🙌
75

8-
### *__[Play it!](https://bward2.github.io/pacman-js/)__*
6+
## Open in a Codespace
7+
(details to follow)
98

10-
🍒🍓🍊🍎🍈👾🔔🔑
11-
12-
## Development Instructions
9+
## Local Development Instructions
1310

1411
This project makes use of *__[NodeJS](https://nodejs.org/en/)__*. Download it, then clone this repo and run the following commands:
1512
1. `npm i` (Installs necessary packages for development)
1613
1. `gulp watch` (Watches changes to JS and SCSS files for continuous compilation)
17-
1. `npm run serve` (Hosts the files locally)
14+
1. `npx run serve` (Hosts the files locally)
1815

1916
The game can now be accessed at *__http://127.0.0.1:8080/index__*
2017

0 commit comments

Comments
 (0)