diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..2becdf34 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: python rose-server \ No newline at end of file diff --git a/README.md b/README.md index 9b827e4a..4ff5b6ca 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ For each type of obstacles there is a different action, and different points. See [examples/README](examples/README) for explanation on how to write a driver module. +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) + ## Requirements diff --git a/app.json b/app.json new file mode 100644 index 00000000..e3749d56 --- /dev/null +++ b/app.json @@ -0,0 +1,6 @@ +{ + "name": "ROSE", + "description": "ROSE project car race game.", + "repository": "https://github.com/RedHat-Israel/ROSE", + "keywords": ["race", "game", "python"] +} \ No newline at end of file diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 00000000..2ce112e3 --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-2.7.14 \ No newline at end of file