https://github.com/spetterman66/pet-caring-game
Take care of your pet. Feed, play, and clean up after it.
https://github.com/spetterman66/pet-caring-game
casual-game casual-gaming game game-2d html5-game pwa pwa-app pwa-application pwa-apps relaxing-game web-game
Last synced: 3 months ago
JSON representation
Take care of your pet. Feed, play, and clean up after it.
- Host: GitHub
- URL: https://github.com/spetterman66/pet-caring-game
- Owner: spetterman66
- License: apache-2.0
- Created: 2024-03-03T16:53:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T13:28:34.000Z (about 1 year ago)
- Last Synced: 2025-01-10T02:37:06.403Z (5 months ago)
- Topics: casual-game, casual-gaming, game, game-2d, html5-game, pwa, pwa-app, pwa-application, pwa-apps, relaxing-game, web-game
- Language: JavaScript
- Homepage: https://pet-caring-game.vercel.app
- Size: 1.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 🐶Pet Caring Game
## 📝Description
This is a pet caring game. You can feed, play, and clean your pet. You can also check your pet's status and see how your pet is doing. Sort of a virtual Tamagotchi.
## 📷Screenshot

## 📃Features
- A large collection of pets to choose from
- If you don't know what pet to choose, you can let the game choose a random pet for you
- You can feed, play, and clean your pet
- You can export your game data to a file and import it back, so you can continue playing from where you left off
- It's an installable PWA (Progressive Web App), so you can install it on your device and play it offline
- It's made in vanilla ES6 JavaScript, with no external libraries or frameworks. Just clone the repo and host it on a server, and it will work :D
## 🌐Browser Compatibility
- Chrome 31+ (yes, you read that correctly!)
- Firefox 27+. In Firefox 33+, service workers are disabled by default, but it can be enabled in "about:config" by setting "dom.serviceWorkers.enabled" to "true"
- Safari 9+
- Opera 10+ (Presto rendering engine) with TLS 1.2 enabled. With Opera versions based on the Chromium/Blink rendering engine, the same rules for Chrome apply
- IE 11 with "Check for publisher's certificate revocation" and "Check for server certificate revocation" disabledIt might work on other browsers, but I haven't tested it on them.