Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.