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

https://github.com/s3bu7i/casino-game

Welcome to the Casino Game with SQLite Database! This simple Python program simulates a casino game where you can play and manage your account. It uses an SQLite database to store user information and account balances.
https://github.com/s3bu7i/casino-game

Last synced: about 2 months ago
JSON representation

Welcome to the Casino Game with SQLite Database! This simple Python program simulates a casino game where you can play and manage your account. It uses an SQLite database to store user information and account balances.

Awesome Lists containing this project

README

        

# Casino Game with SQLite Database

![Python](https://img.shields.io/badge/python-v3.10+-blue.svg)
![SQLite](https://img.shields.io/badge/sqlite-v3.36+-green.svg)

Welcome to the Casino Game with SQLite Database! This simple Python program simulates a casino game where you can play and manage your account. It uses an SQLite database to store user information and account balances.

---

## Table of Contents

- [Features](#features)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Screenshots](#screenshots)
- [Contributing](#contributing)
- [License](#license)

---

## Features

- User registration and login
- Check account balance
- Deposit money into your account
- Withdraw money from your account
- Play a simple guessing game
- Manage your account details

---

## Getting Started

### Prerequisites

Before you begin, ensure you have met the following requirements:

- Python 3.x
- SQLite3

### Installation

1. Clone the repository:

```bash
git clone https://github.com/your-username/casino-game.git
```

2. Navigate to the project folder:

```bash
cd casino-game
```

3. Run the program:

```bash
python casinogame.py
```

---

## Usage

1. Start the program by running `casinogame.py`.
2. Choose to either register a new user or log in with an existing account.
3. Once logged in, you can:

- Check your account balance.
- Deposit money into your account.
- Withdraw money from your account.
- Play the guessing game.
- Manage your account details.
- Exit the program.

---

## Screenshots

- Include screenshots of your program in action (if applicable).

---

## Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

1. Fork the repository.
2. Create a new branch for your feature: `git checkout -b feature-name`.
3. Commit your changes: `git commit -m 'Add some feature'`.
4. Push to your branch: `git push origin feature-name`.
5. Submit a pull request.

---

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---

Have fun playing the Casino Game!