@anxolin/cow-runner-game
Advanced tools
Comparing version 0.1.5 to 0.2.2
{ | ||
"name": "@anxolin/cow-runner-game", | ||
"version": "0.1.5", | ||
"version": "0.2.2", | ||
"description": "Cow runner game", | ||
@@ -45,3 +45,6 @@ "main": "dist/lib.js", | ||
"react-dom": "^16.X" | ||
}, | ||
"resolutions": { | ||
"multicast-dns": "^7.2.3" | ||
} | ||
} |
@@ -1,5 +0,20 @@ | ||
## Cow Runner Game | ||
## Cow Runner Game - React | ||
The trex runner game extracted from chrome offline error page, but with less dinosaurs and more Cows! 🐮🐮 | ||
The trex runner game extracted from chrome offline error page, but with less dinosaurs and more Cows! | ||
<p align="center"> | ||
<img src="docs/preview.png"> | ||
</p> | ||
This project is a typescript library that provides `CowGame` as a react component. | ||
Changes over the original: | ||
* Broken down into smaller entities (see `src/game/model`) | ||
* Converted into typescript project | ||
* The game has ben wrapped into a React component | ||
* The React component is exported as a library | ||
* Integrated with webpack. You can build the HTML page or run it in dev mode | ||
> 🏗 Pending to add the sprites and styles for the cow game. | ||
## Install dependencies | ||
@@ -6,0 +21,0 @@ ```bash |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
231060
39