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

https://github.com/byhbt/foxy

HTML Fox Game
https://github.com/byhbt/foxy

html-game

Last synced: 7 months ago
JSON representation

HTML Fox Game

Awesome Lists containing this project

README

          

# Fox Game

Implement simple HTML Game.

# Getting Started
Demo: [https://byhbt.github.io/foxy](https://byhbt.github.io/foxy)
## Development

We use [Parcel](https://parceljs.org) bundler to compile the source code in `src` directory.

```bash
npm run dev
```

# Related topics:

- JS
- [Binding](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind)
- [AnimationFrame](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame)
- JS Tools
- Eslint
- Prettier
- Parcel Bundler
- CI
- Deploy to Github Pages
- Parcel build with [relative path](https://github.com/parcel-bundler/parcel/issues/206)
- Programming
- Finite State Machine

Reference: https://github.com/btholt/project-files-for-fox-game