0.0.5 • Published 8 years ago

pac-man v0.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

PacMan. In your Browser.

See it in action

Put it in your app

  1. ember install pac-man
  2. Use the {{pac-man}} component in any handlebars file to host your own version of PacMan.

Create New Levels

  1. Type ember g pac-man-level my-level-name
  2. Edit the variables in the level
  3. Add it to the levels array in the pac-man component:
//components/pac-man.js (generated by `ember install pac-man`)
import PacMan from 'pac-man/components/pac-man';
import MyLevelName from '../models/my-level-name';
import MsPac1 from 'pac-man/models/ms-pac-1';
//...

export default PacMan.extend({
  levels: [MyLevelName, MsPac1]
})

Make it your own

  1. Read how it was made.
  2. Change variables, tweak gameplay... maybe help me write a better AI?

Once again, how can I read about how to BUILD PACMAN?

By buying my book, BUILD PACMAN

npm.io

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago