Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.