Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woofers/fox-hole
🦊 Run through fox holes sneaking past robot crocodiles
https://github.com/woofers/fox-hole
fox-hole game javascript node-webkit phaser
Last synced: 4 months ago
JSON representation
🦊 Run through fox holes sneaking past robot crocodiles
- Host: GitHub
- URL: https://github.com/woofers/fox-hole
- Owner: woofers
- Created: 2014-05-04T20:27:42.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T22:23:09.000Z (8 months ago)
- Last Synced: 2024-09-28T14:02:47.125Z (4 months ago)
- Topics: fox-hole, game, javascript, node-webkit, phaser
- Language: JavaScript
- Homepage: https://jaxs.onl/projects/fox-hole/play/
- Size: 55.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Fox Hole
**Run through fox holes sneaking past robot crocodiles**
*Fox* is a 2D proof of concept game built in 2014. You play as a fox sneaking past enemy crocodiles using underground tunnels in order to save your brother.
Built using [Phaser](https://phaser.io/).
Art by [Avery Suzuki](https://www.instagram.com/suzukiavery/) and Sound Design by [Ben Austin](https://github.com/austinben) (See [License](https://github.com/woofers/fox-hole/blob/master/assets/sfx/LICENSE)).
**NOTE**: This repository is nearly 5 years old and is unmaintained. Any updates are purely to facilitate packaging the game into a new site.
## Building
First pull all libraries using `yarn install`
In order to build a single Javascript file with `yarn build` can be used.
This will generate `dist/game.js` using [Babel](https://babeljs.io/) and [uglify-js](https://www.npmjs.com/package/uglify-js).
## Downloads
Latest releases for Windows can be found [here](https://github.com/woofers/fox-hole/releases).
## Screenshots
![img](./screenshots/1.png "Screenshot 1")
![img](./screenshots/2.png "Screenshot 2")