Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions backend/choose-your-own-adventure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Choose your own adventure

Welcome to your coding test; the final step!

We know you've already spent plenty of your personal time during interviews. Worry not; this is the fun part.

Below, we've presented you with some test options so you have the chance to _choose your own adventure_.

<p align="center">
<img src="http://spinoff.comicbookresources.com/wp-content/uploads/2013/06/Choose-Your-Own-Adventure-Supercomputer-300x509.jpg">
</p>


We've hand-crafted three coding adventures in Scala within FoxCommerce's problem domain. Each adventure
represents a different challenge from the next. Choose wisely!

## Vending Machine

Create a test-driven vending machine in Scala.
The vending machine can take any currency you wish, and can sell any products you wish.
The vending machine should be API driven and respond to basic commands, such as `pay` and `select_products`

## Moderate Test

Finish me!

## Difficult Test

Finish me!

File renamed without changes.