dineshxr / Elon-Musk-Game

Spend Elon Musk's Money

Home Page:https://elon-musk-game.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spend Elon Musk's Money

An interactive web game that lets you experience spending Elon Musk's fortune on various items related to his companies and interests.

Table of Contents

Introduction

"Spend Elon Musk's Money" is a fun, educational game that helps users visualize the scale of Elon Musk's wealth. Players start with Elon Musk's net worth and can buy various items associated with his companies and interests, from Tesla cars to SpaceX rockets.

Features

  • Interactive interface to buy and sell items
  • Real-time update of remaining money
  • Responsive design for desktop and mobile devices
  • Visual representation of items with images
  • Colorful UI inspired by Tesla and SpaceX design language

Demo

You can try out the live demo of the game here: [Demo Link]

Installation

To set up this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/spend-elon-musk-money.git
    
  2. Navigate to the project directory:

    cd spend-elon-musk-money
    
  3. Install the dependencies:

    npm install
    
  4. Start the development server:

    npm start
    

The game should now be running on http://localhost:3000.

Usage

  • Browse through the available items.
  • Click "Buy" to purchase an item. The cost will be deducted from your remaining money.
  • Click "Sell" to sell an item you've purchased. The cost will be added back to your remaining money.
  • Try to spend all of Elon Musk's money or create your dream billionaire shopping list!

Technologies Used

  • React
  • Tailwind CSS
  • Vercel (for deployment)

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE.md file for details.


Developed with ❤️ by Dinesh Puppala

About

Spend Elon Musk's Money

https://elon-musk-game.vercel.app

License:MIT License


Languages

Language:JavaScript 96.2%Language:CSS 3.8%