An open API service indexing awesome lists of open source software.

https://github.com/axelvazslima/betsimulator

Java Betting Simulator
https://github.com/axelvazslima/betsimulator

java project simulator

Last synced: over 1 year ago
JSON representation

Java Betting Simulator

Awesome Lists containing this project

README

          

# AV Betting System

## Introduction

The **AV Betting System** is a Java program developed as a college project, designed as a betting platform where users can place bets on various teams and tournaments. This README provides an overview of the platform.
## MainAVBetting Class

The MainAVBetting class is the entry point of the program and handles user interaction with the AV Betting System. It offers a menu-driven interface for users to perform various actions, such as registering teams, viewing team information, registering tournaments, placing bets, and checking bet statuses.

### Running the Program

To run the program, execute the MainAVBetting class. The program will start, and you will be presented with a menu of options.

### User Interface

The user interface provides the following options:

- (M) Register team
- (R) Get team's information
- (.) Register tournament
- (B) Include team in a tournament or check if it's there
- (E) Print tournaments that a given team plays
- (T) Try your luck or check bets' status
- (H) History
- (!) Shut it down!

### Using the Program

- Choose an option by entering the corresponding character in parentheses.
- Follow the prompts to input data or perform actions.

### Commands and Functionality

The MainAVBetting class employs various methods to handle user commands, including registering teams and tournaments, placing bets, and checking bet statuses. It also includes a shutdown option for exiting the program.

## How to Contribute

This is a basic overview of the MainAVBetting class within the AV Betting System. If you want to contribute to the project or have any questions, please reach out to the project maintainers.

Thank you for using the AV Betting System!