Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lawvs/dino

T-Rex Runner Game
https://github.com/lawvs/dino

canvas canvas-game chrmoe dino game react trex-runner

Last synced: about 2 months ago
JSON representation

T-Rex Runner Game

Awesome Lists containing this project

README

        


Dino


Dino

[![Build and Deploy](https://github.com/lawvs/Dino/actions/workflows/build.yml/badge.svg)](https://github.com/lawvs/Dino/actions/workflows/build.yml)

## introduction

T-Rex Runner.

## build setup

```bash
# install dependencies
npm install

# serve with hot reload at localhost:3000
npm start

# build for production
npm run build
```

## references

- [chrome://dino/](chrome://dino/)
- [offline.js](https://cs.chromium.org/chromium/src/components/neterror/resources/offline.js)
- [MagicCube/tensorflow-rex-run](https://github.com/MagicCube/tensorflow-rex-run/tree/master/src/game)