Skip to content

WinterTechForum/amazebot

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published