Pod game for the rLoop web site.
Python 2.x/3.x or Any web server (e.g. XAMPP)
If you're on Windows and Python is installed, just run the dev-server.bat file. Then, access the game from localhost:8000
in your browser
If you're on Linux/OSX, using Python 2.x, run "python -m SimpleHTTPServer" from the root folder of this repository.
If you're on Linux/OSX, using Python 3.x, run "python -m http.server" from the root folder of this repository.
npm run deploy:dev