[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Simple command-line vending machine application. First of three bootcamp projects.

Notifications You must be signed in to change notification settings

alexkaeh/vendomatic-3000

Repository files navigation

Vend-o-matic 3000

Text-based vending machine simulator in Java, using local storage

Created by Alex Kaehler

For our first bootcamp project, the goal was to become comfortable with creating an actual application, even a simple one. This required the use of multiple classes and the use of OOP principals such as encapsulation and abstraction, as well as core Java skills like loops, conditional logic, objects, string manipulation, and I/O.

The simulator gives the user a starting amount of money, after which they can view, choose, and purchase items. Change is calculated, and the list of items and quantities is stored in a local text file.

About

Simple command-line vending machine application. First of three bootcamp projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages