Skip to content
View antoniojamore's full-sized avatar

Highlights

  • Pro

Block or report antoniojamore

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. employee-manager employee-manager Public

    A text-based program that lists employees in a company and allows the user to read, update, add, and remove from the array. Demonstrates searches, sorts, and usage of arrays.

    Java

  2. rat-manager rat-manager Public

    A rat population simulator with functions like breed, feed, nuke, zombify, and more. Demonstrates use of Action Listener, graphics, objects, and JavaFX.

    Java

  3. shift-cipher shift-cipher Public

    A text-based program that encrypts or decrypts messages using the shift cipher.

    Java

  4. number-converter number-converter Public

    A text-based program to convert numbers from binary to decimal and vice versa.

    Java

  5. tic-tac-toe tic-tac-toe Public

    A player versus computer Tic Tac Toe game, complete with winning, losing, and tie scenarios. Demonstrates use of Mouse Listener, Action Listener, and graphics using JavaFX.

    Java

  6. restaurant-menu restaurant-menu Public

    A text-based program that shows a restaurant menu to the user. Including item descriptions, prices, calories, and various attributes. Demonstrates hierarchies using classes and methods.

    Java