Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulclindo/fox-game
A virtual pet game built in vanilla JS, CSS and HTML
https://github.com/paulclindo/fox-game
css html parcel-bundler vanilla-js
Last synced: about 1 month ago
JSON representation
A virtual pet game built in vanilla JS, CSS and HTML
- Host: GitHub
- URL: https://github.com/paulclindo/fox-game
- Owner: paulclindo
- Created: 2020-09-09T05:22:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T17:14:59.000Z (over 4 years ago)
- Last Synced: 2024-12-22T05:29:23.794Z (about 1 month ago)
- Topics: css, html, parcel-bundler, vanilla-js
- Language: JavaScript
- Homepage: https://pcl-fox-game.netlify.app/
- Size: 2.53 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/9107cac0-0d78-4f4a-bd81-fe8ea9af5ce4/deploy-status)](https://app.netlify.com/sites/pcl-fox-game/deploys)
Hey Fox! - Pet Virtual Game
Building a game such as "Hey Tom!", where you can feed, clean, change weather and do more things with your virtual pet.
- Watch Live [Here](https://pcl-fox-game.netlify.app/)
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Pre-requisites
None
### Installing
Install the dependencies:
```
npm i
```Run project:
```
npm run dev
```### Technologies
This was built using Parcel as a bundler and everything else is made by Vanilla JS, HTML and CSS.