Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 825 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 825 Bytes

A Maze Bot

Learn Java or Python by programming a robot to navigate mazes.

Running Locally

Make sure you have Play and sbt installed. Also, install the Heroku Toolbelt.

$ git clone https://github.com/heroku/scala-getting-started.git
$ cd scala-getting-started
$ sbt compile stage
$ heroku local

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Play and Scala on Heroku, see these Dev Center articles: