npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

react-dino-game

v1.0.18

Published

React Dino Game is a React component library for using famous dinosaur game in web applications.

Downloads

826

Readme

npm version

A fun and interactive Dinosaur game built using React. This library allows you to easily embed the classic "Dino" game, inspired by the offline Chrome dinosaur game, into your React applications. The game features a simple design, jump mechanics, score tracking, and basic collision detection.

Play this game live at:

https://shubham10divakar.github.io/showcasehub/

NPM

NPM Link - https://www.npmjs.com/package/react-dino-game?activeTab=readme

Latest Features added in ver 1.0.11

  1. Difficulty increases with time
  2. Added few background elements -sun, birds
  3. More exciting features upcomming

Features

  1. Jump Mechanics: The player controls the dinosaur by jumping over obstacles using the spacebar.
  2. Score Tracking: The game tracks the player's score as they avoid obstacles.
  3. Collision Detection: The game ends when the dinosaur collides with a cactus.
  4. Responsive Design: The game adjusts to different screen sizes and is mobile-friendly. gestures.(In development)

Installation

Install react-dino-game using npm or yarn:

npm install react-dino-game

or bash

yarn add react-dino-game

Usage

Here's how to integrate the react-dino-game into your React application:

jsx

// App.js
import React from 'react';
import { Dino } from 'react-dino-game';

function App() {
  return (
    <div>
      <h1>My Dino Game</h1>
      <Dino />
    </div>
  );
}

export default App;

Props

  • will be added soon after advanced mechanisms are implemented.

Images as per above code output and some work samples

This is an alt text. This is an alt text. This is an alt text.

Contribution

Contributions are welcome! Please submit a pull request or open an issue to suggest improvements or report bugs. This is still in development hence suggest improvements. If you want to contribute or modify this library, clone the repository and install dependencies:

git clone https://github.com/shubham10divakar/react-dino-game.git
cd react-dino-game
npm install

#You can start the development server with:
npm start

About Me

I am Subham Divakar and I am the developer of multiple python and react libraries. Check out my worksamples on my portfolio site.

Connect with Me

LinkedIn: https://www.linkedin.com/in/subham-divakar-a7420a12a/
GitHub: https://github.com/shubham10divakar
Portfolio: https://shubham10divakar.github.io/showcasehub/

Feedback

Your feedback is important! Please share your thoughts and suggestions. License

This project is licensed under the MIT License.