Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@anxolin/cow-runner-game

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anxolin/cow-runner-game - npm Package Compare versions

Comparing version 0.1.5 to 0.2.2

5

package.json
{
"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"
}
}

19

README.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc