https://github.com/liambaloh/ludumdarerescuechicken
A web page which spotlights games with too few votes to get a rating in Ludum Dare
https://github.com/liambaloh/ludumdarerescuechicken
Last synced: 13 days ago
JSON representation
A web page which spotlights games with too few votes to get a rating in Ludum Dare
- Host: GitHub
- URL: https://github.com/liambaloh/ludumdarerescuechicken
- Owner: liambaloh
- License: other
- Created: 2016-05-03T03:09:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T03:45:54.000Z (almost 9 years ago)
- Last Synced: 2024-11-25T22:36:56.732Z (5 months ago)
- Language: PHP
- Size: 115 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LudumDareRescueChicken
A web page which spotlights games with too few votes to get a rating in Ludum Dare# Installation
- To run this web page, download, install and run a php server (For example Apache)
- Copy the contents of this repository onto your server.
- Open the web page in your browser.# How it works
This page scrapes a particular page on the Ludum Dare website, which contains information about how many votes participants received. It orders these entries by number of received votes and outputs them. The page caches scrape results into a json file, so as not to scrape the page every time it's loaded. By default it scrapes the page on the Ludum Dare website once every 60 seconds, at most.The page is set up to default to scraping the LD35 event, however a GET parameter can be set to change this. Adding "?event=36" at the end of the URL will perform the scrape for Ludum Dare 36.
# Live demo
Follow this link: http://liamlime.com/content/ldtools/rescuechicken/# Contribution
If you would like to rewrite this tool "properly", expand it or fix any potential bug, please send a pull request. If you find a bug or have a feature request, please post it as an issue here: https://github.com/balohmatevz/LudumDareRescueChicken/issues/new