Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lecheveucodeur/bob_unfortunate_hunter
Training with PHP - Script generating the story of a hunter looking for rabbit in the forest.
https://github.com/lecheveucodeur/bob_unfortunate_hunter
php
Last synced: 14 days ago
JSON representation
Training with PHP - Script generating the story of a hunter looking for rabbit in the forest.
- Host: GitHub
- URL: https://github.com/lecheveucodeur/bob_unfortunate_hunter
- Owner: leCheveuCodeur
- Created: 2020-09-28T21:14:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T19:57:13.000Z (over 4 years ago)
- Last Synced: 2024-11-11T15:15:23.360Z (2 months ago)
- Topics: php
- Language: PHP
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bob_Unfortunate_Hunter
## Description
Training with PHP - Script generating the story of a hunter looking for rabbit in the forest.
The script will randomly generate a forest containing X rabbits, with X trees and X holes.
The hunter and the rabbits move through the forest.
Each time the hunter detects a rabbit, the script generates the hunting story.## How it work
![Bob_unfortunate_hunt](art/Bob_unfortunate_hunt.gif)
## Prerequisites
You'll need a working text editor to read this document.
```
VS Code or Atom would work just fine.....
```## Built with
- [HTML5](https://developer.mozilla.org/es/docs/HTML/HTML5)
- [CSS3](https://developer.mozilla.org/en-US/docs/Archive/CSS3)
- [PHP](https://www.php.net/)