Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliencrn/crossy-road
⚠️ Early abandoned - Does not work at all. Personal learning project to play with WebGL building crossy road game
https://github.com/juliencrn/crossy-road
es6 esbuild snowpack standard threejs webgl
Last synced: about 2 months ago
JSON representation
⚠️ Early abandoned - Does not work at all. Personal learning project to play with WebGL building crossy road game
- Host: GitHub
- URL: https://github.com/juliencrn/crossy-road
- Owner: juliencrn
- License: mit
- Created: 2020-12-13T15:27:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T00:47:14.000Z (about 4 years ago)
- Last Synced: 2024-10-12T01:07:36.321Z (4 months ago)
- Topics: es6, esbuild, snowpack, standard, threejs, webgl
- Language: JavaScript
- Homepage: https://crossy-road.netlify.app/
- Size: 410 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](./screenshot.jpeg)
# Crossy Road
[![Netlify Status](https://api.netlify.com/api/v1/badges/14fbd5a8-8583-40c1-85c0-9f9377575caa/deploy-status)](https://app.netlify.com/sites/crossy-road/deploys)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)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](https://github.com/snowpackjs/snowpack/tree/main/plugins/plugin-webpack) or [snowpack-plugin-rollup-bundle](https://github.com/ParamagicDev/snowpack-plugin-rollup-bundle) to your `snowpack.config.json` config file.
### `npm run lint`
Run with auto-fix Prettier and StandardJS.