caleorourke / pacman

An old classic written in HTML5.

Home Page:http://caleorourke.github.io/pacman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pacman

An old classic written in HTML5.

Clone Pacman

Clone from GitHub and go into the directory.

$ git clone -b gh-pages https://github.com/caleorourke/pacman.git
$ cd pacman

Duplicate Pacman

Make a fresh clone and go into the directory (example).

$ git clone https://github.com/username/mrpacman.git
$ cd mrpacman

Create a new gh-pages branch.

$ git checkout --orphan gh-pages

Copy the contents from /pacman to /mrpacman.

$ cp -r ~/pacman/* ~/mrpacman

Push your code to GitHub.

$ git add .
$ git commit -a -m "first commit"
$ git push origin gh-pages

About

An old classic written in HTML5.

http://caleorourke.github.io/pacman


Languages

Language:JavaScript 68.5%Language:CSS 20.5%Language:HTML 7.7%Language:PHP 3.3%