项目作者: juliencrn

项目描述 :
Personal learning project to play with WebGL building crossy road game
高级语言: JavaScript
项目地址: git://github.com/juliencrn/crossy-road.git
创建时间: 2020-12-13T15:27:37Z
项目社区:https://github.com/juliencrn/crossy-road

开源协议:MIT License

下载


Crossy Road

Netlify Status
JavaScript Style Guide

Personal learning side project to play with WebGL building the “Crossy Road” game.

  • ✨ Bootstrapped with Create Snowpack App (CSA).
  • Use WebGL via ThreeJS

Available Scripts

npm start

Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds a static copy of your site to the build/ folder.
Your app is ready to be deployed!

For the best production performance: Add a build bundler plugin like @snowpack/plugin-webpack or snowpack-plugin-rollup-bundle to your snowpack.config.json config file.

npm run lint

Run with auto-fix Prettier and StandardJS.