This is the source code for Sesame Street Fighter 2-player game that combine Sesame Street and Street Fighter.
- PhaserJS
- Photoshop
- Tiled
- HTML/JS
- Babel & Webpack
- npm & nvm
- Install node / npm
- Install nvm
- In the project directory:
# use the correct `node` version nvm use # install node packages npm i # start code npm start # visit localhost:8080 on browser