Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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