Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.
/ js-for-gamedev Public archive

A compilation of materials to learn JavaScript and make HTML5 games

License

Notifications You must be signed in to change notification settings

mozdevs/js-for-gamedev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript for game development

A compilation of materials to learn JavaScript and make HTML5 games. You can also find it online.

Build the ebook

This project uses Node and npm scripts to build and perform some tasks. You will need to have both Node and npm installed in your system.

  1. Install third-party dependencies

    npm install
  2. Build the HTML ebooks in all available languages with:

    npm run build

Other tasks

You can clean up the files generated by the build process with:

npm run clean

You can publish the HTML ebooks via Github Pages with:

npm run deploy

About

A compilation of materials to learn JavaScript and make HTML5 games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published