An open API service indexing awesome lists of open source software.

https://github.com/christinec-dev/catsweeper

A Cat-Themed Minesweeper Game made with Reactjs
https://github.com/christinec-dev/catsweeper

cats dogs game javascript kawaii kitties minesweeper-game react reactjs

Last synced: about 1 month ago
JSON representation

A Cat-Themed Minesweeper Game made with Reactjs

Awesome Lists containing this project

README

        

# Catsweeper🐱
With a busy schedule and little time, it feels like there are not enough minutes in the day to get my React practice in! That's why I decided to make a simple game just to keep myself on track. Thus, CATSWEEPER was born!šŸ’£šŸ’£šŸ’£

It's a play on the classic Minesweeper game, but instead of mining and avoiding bombs, you are tasked to run from apartment to apartment to find fifteen lost kitties - but you have to avoid the angry neighborhood dogs or else you will lose your kitties forever (ie. you get bombed and game over!).

### GAME RULES
- The game works similar to Minesweeper.
- Click on an apartment door to find a kitty.
- Each door will either have a kitty or a doggo.
- Each game outcome will give you a PRIZE.
- If you find a doggo, it's **GAME OVER**!
- If you find all fifteen kitties, you **WIN**!

Day x (I've lost count, oof) of trying to code in React on my own was a success. I completed it with the following: React, JavaScript, CSS and Bootstrap. All the graphics were made by me with the help of different clipart compilations (credit below).

## šŸ’£ Play Via Demo Link šŸ’£ ##
[Catweeper Game](catsweeper-c.herokuapp.com/)
#### **Please note that if the app does not load or gives an error, just reload the page and Heroku will work again. Sorry for any inconveniece :) ####

## Main Display
![image](https://user-images.githubusercontent.com/87696858/134524373-6e93fe91-85bd-4410-a366-1a70308959b8.png)

## Game Load
![image](https://user-images.githubusercontent.com/87696858/134524389-1c62df2a-99e5-4c61-b44e-de4814db6fbd.png)

## Game Selection
![image](https://user-images.githubusercontent.com/87696858/134524490-2a3098df-d030-4a4d-b54e-3d70a7147701.png)

## Game Won
![image](https://user-images.githubusercontent.com/87696858/134524415-545ad78b-2bf6-497d-a830-e9c96fad4283.png)

## Game Lost
![image](https://user-images.githubusercontent.com/87696858/134524434-38a02bb4-1298-4393-bbfe-047879ccb4c3.png)

# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)

Main Background Image: https://www.teahub.io/photos/full/361-3611051_sci-fi-pixel-art-city.jpg
Game Background Image: https://www.vecteezy.com/vector-art/2662348-starry-purple-sky-landscape
Clipart: https://www.pngaaa.com/

"# Catsweeper"