SilvioGA / Mines

An online casino game based on minesweeper

Home Page:https://mines-kohl.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Mines

An online casino game based on Minesweeper!
Explore this website »

Visit Wiki · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

Mines is an online gambling game based on Minesweeper. The player chooses a custom number of bombs and wagers a set amount of money. They are then tasked with revealing tiles on a 5x5 board. Each tile could be a gem, increasing their win payout, or a bomb. If a bomb is hit, the player loses their entire bet. As you uncover more tiles, the payout multiplier increases at an exponential rate!

(back to top)

Built With

Below is a comprehensive list of the frameworks and libraries used to build ChoreSplitter.

(back to top)

Getting Started

To get a local copy of Mines up and running, follow these simple steps.

Prerequisites

You must have Node.js installed on your machine.

Installation

Below are the necessary steps needed to run this project.

  1. Clone the repo
    git clone https://github.com/TechnoVisionDev/Mines.git
  2. Navigate to the project directory and install dependencies:
    npm install
  3. You can now run the server using node:
    npm start

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  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

(back to top)

License

Distributed under the GNU GPLv3 License. See LICENSE.txt for more information.

(back to top)

Contact

Thomas Peters - @tomm__peters - tapeters@usc.edu

Project Link: https://github.com/TechnoVisionDev/Mines

(back to top)

Acknowledgments

Below are some resources that have been instrumental in making this project a reality!

(back to top)

About

An online casino game based on minesweeper

https://mines-kohl.vercel.app

License:GNU General Public License v3.0


Languages

Language:JavaScript 69.0%Language:CSS 27.9%Language:HTML 3.1%