Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raofin/cricblast
C# Cricket Game project with a stunning UI and a nice game algorithm developed to demonstrate OOP concepts and many other things.
https://github.com/raofin/cricblast
beginner-project c-hashtag c-sharp cricket-game gui-application guna-ui microsoft-sql-server ui windows-form-application
Last synced: 27 days ago
JSON representation
C# Cricket Game project with a stunning UI and a nice game algorithm developed to demonstrate OOP concepts and many other things.
- Host: GitHub
- URL: https://github.com/raofin/cricblast
- Owner: Raofin
- License: bsd-3-clause
- Created: 2021-11-26T15:35:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T16:46:37.000Z (8 months ago)
- Last Synced: 2024-10-12T07:23:11.332Z (27 days ago)
- Topics: beginner-project, c-hashtag, c-sharp, cricket-game, gui-application, guna-ui, microsoft-sql-server, ui, windows-form-application
- Language: C#
- Homepage: https://youtu.be/E5ke-PUFAl8
- Size: 13.9 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
CricBlast is a cricket game project developed to demonstrate object oriented concepts in C#, Windows Forms, Microsoft SQL Server, and many other things we learnt in the OOP 2 [CSC 2210] course.## How to Run
* **Standalone Executable:** Does not require any configuration. Simply download the [`CricBlast.exe`](https://github.com/Raofin/CricBlast/releases/download/v1.0.1/CricBlast.exe) and run!
* **Source Code:**
1. Clone the repository
2. Import the database backup ([`CricBlast.bacpac`](https://github.com/Raofin/CricBlast/releases/download/v1.0.1/CricBlast.bacpac)) file into **Microsoft SQL Server**
3. Enter your server name into `App.config`
4. Run the projectWatch on Youtube
Screenshots
## License
- **CricBlast** is licensed under the [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause).
Copyright (c) 2022, Zaid Amin Raofin. All rights reserved.