/roulette-game

Why roulette is called as the devil's game? The roulette wheel (both 0 and 00 versions) is sometimes referred to as the “Devil's Wheel”. This is because its numbers add up to 666, aka the “number of the beast” – according to the Bible.💥

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Roulette Game (OSS)

About this product

Ciprian bought and we took heavy inspiration from the Flask Mega Tutorial which we wholeheartedly recommend you to read in order to quickly grasp how we built our (now open sourced under a BSD-3 license) implementation of the decade old Lunch Roulette idea.

WE have enjoyed running our Lunch Roulette code on Heroku which was, and still is, a great fit for this implementation. The Flask Mega Tutorial (mentioned above) has a public page about how to deploy your Flask app (or Lunch Roulette clone) in Heroku.

P.S. at this moment we have no further plans to update this codebase.

Installing your developer environment

  • run ./runme.sh to get the NTLM proxy, PostgreSQL and required deps up and running
  • then later, run ./local/install.sh to get a local python virtualenv for faster iteration

NOTE: use git grep your to find the ids & keys you should change before deploying it