Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vicradon/greedy_hunter
A game where the main character has to eat all the food with a limited number of moves
https://github.com/vicradon/greedy_hunter
Last synced: about 1 month ago
JSON representation
A game where the main character has to eat all the food with a limited number of moves
- Host: GitHub
- URL: https://github.com/vicradon/greedy_hunter
- Owner: vicradon
- License: mit
- Created: 2021-04-05T08:43:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T15:33:47.000Z (almost 4 years ago)
- Last Synced: 2024-04-28T06:36:08.274Z (9 months ago)
- Language: JavaScript
- Homepage: https://greedy-hunter-osi.netlify.app/
- Size: 2.73 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Greedy Hunter
A game where one has to eat all food items before they run out of moves
![Game Play Snaphsot](./src/Assets/images/game-play-snapshot.png)
## How To Play?
- Using the WASD or Arrow keys to move the player around
- Consume food items closests to you
- Ensure you don't run out of moves before cosuming all food items## Prerequisites
- A local installation of Node.js, v12 or higher
## Getting Started
The game was created using Create React App. To get started, clone this repo
```
git clone https://github.com/vicradon/greedy_hunter.git
```Change directory into the repo and install dependencies
```
cd greedy_hunter;
npm i
```Run the local dev server using
```
npm start
```## Contributing
Feel free to make a PR if any bug is encountered
## LICENCE
[MIT](/LICENCE)
This repo is licenced under the MIT Licence.
Copyright © 2021, Osinachi Chukwujama