Skip to content

MOVED A little game about a fox that jumps, for about:home.

Notifications You must be signed in to change notification settings

ncou/about-home-jumping-fox-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

about:home Jumping Fox Game Snippet

Snippet for the Firefox about:home page that let you play with a fox. Jump over enemies, catch stars and make a lot of points!

Development

  • Set up home-snippets-server and install home-snippets-switcher.
  • Open a terminal.
  • git clone git://github.com/mozilla/about-home-jumping-fox-game.git
  • cd about-home-jumping-fox-game
  • make
  • Paste the contents of ./bin/index.html into a new snippet via the home-snippets-server admin interface.
  • In the about-home-jumping-fox-game directory, run the command python -m SimpleHTTPServer 3033
    • This runs a web server in the current directory on port 3033. If you want to use a different port, you will have to change the command as well as changing the iframe link in the snippet code.
  • Navigate to about:home and make sure you point the home-snippets-switcher to http://localhost:8000

About

MOVED A little game about a fox that jumps, for about:home.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.2%
  • Other 1.8%