Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markbrown4/geekgames
JavaScript games - Mouse accuracy, Shooter, Pong - A promo for Sitepoint that ran in 2012
https://github.com/markbrown4/geekgames
Last synced: about 2 months ago
JSON representation
JavaScript games - Mouse accuracy, Shooter, Pong - A promo for Sitepoint that ran in 2012
- Host: GitHub
- URL: https://github.com/markbrown4/geekgames
- Owner: markbrown4
- Created: 2016-01-29T02:52:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-29T02:57:45.000Z (almost 9 years ago)
- Last Synced: 2023-03-26T17:13:21.338Z (almost 2 years ago)
- Language: JavaScript
- Size: 6.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geek Games
Competition built for Sitepoint, a series of game with a leaderboard and prizes.## Installation
Requires ruby 1.9.3 and openssl
```sh
gem install eventmachine -v 1.0.0 -- --with-cppflags=-I/usr/local/opt/openssl/include
bundle install
bundle exec rake db:setup
```## Security for a game session
- limit amount of plays per account (e.g. only 3 per day)
- obscure js
- POST just changes at key intervals in game to server and generate outcomes / score server-side
- Check times, hash and valid x/y on server and return score