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
- Host: GitHub
- URL: https://github.com/byhbt/foxy
- Owner: byhbt
- License: mit
- Created: 2021-05-22T14:56:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T15:48:02.000Z (over 4 years ago)
- Last Synced: 2025-01-20T14:53:47.157Z (9 months ago)
- Topics: html-game
- Language: JavaScript
- Homepage:
- Size: 2.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)
## DevelopmentWe 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 MachineReference: https://github.com/btholt/project-files-for-fox-game