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.
- Host: GitHub
- URL: https://github.com/s3bu7i/casino-game
- Owner: s3bu7i
- License: gpl-3.0
- Created: 2023-09-10T21:48:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-10T22:06:28.000Z (over 1 year ago)
- Last Synced: 2025-02-14T22:32:25.426Z (4 months ago)
- Language: Python
- Size: 8.88 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Casino Game with SQLite Database

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!