Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bugramurat/sports-card-game
Simple sports card game in Java
https://github.com/bugramurat/sports-card-game
game java
Last synced: 6 days ago
JSON representation
Simple sports card game in Java
- Host: GitHub
- URL: https://github.com/bugramurat/sports-card-game
- Owner: bugramurat
- License: mit
- Created: 2022-05-04T17:03:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T20:55:01.000Z (over 2 years ago)
- Last Synced: 2023-03-10T05:06:32.486Z (almost 2 years ago)
- Topics: game, java
- Language: Java
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Sports Card Game
Simple sports card game in Java
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
![Screen Shot][product-screenshot]
Simple sports card game which you can play with computer in Java. After the cards are dealt, the selected card is played. There are mixed cards, including football players and basketball players. Whichever you choose, the computer will assign cards accordingly.The cards on the floor are compared according to a random skill selected. The one with the higher skill score will be the winner of the round. If the scores are equal, another skill is selected. The player with the highest score at the end of the game wins the game.
### Built With
* [Java](https://www.java.com/)
* [JFrame](https://www.javatpoint.com/java-jframe#:~:text=swing.,added%20to%20create%20a%20GUI.)## Getting Started
Make sure to you have a Java compiler IDE. _(I'm using [IntelliJ IDEA](https://www.jetbrains.com/idea/))_
### Prerequisites
No prerequisite is required.
### Installation
1. Download zip or clone the repo
```sh
git clone https://github.com/bugramurat/sports-card-game.git
```
2. Make sure `Test.java` is main class## Usage
Just open the compiler and run it.
## Roadmap
See the [open issues](https://github.com/bugramurat/sports-card-game/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE.md` for more information.
## Contact
Bugra Murat - [email protected]
Project Link: [https://github.com/bugramurat/sports-card-game](https://github.com/bugramurat/sports-card-game)
## Acknowledgments
* [Java GUI tutorial](https://youtu.be/5o3fMLPY7qY)
[contributors-shield]: https://img.shields.io/github/contributors/bugramurat/sports-card-game.svg?style=for-the-badge
[contributors-url]: https://github.com/bugramurat/sports-card-game/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/bugramurat/sports-card-game.svg?style=for-the-badge
[forks-url]: https://github.com/bugramurat/sports-card-game/network/members
[stars-shield]: https://img.shields.io/github/stars/bugramurat/sports-card-game.svg?style=for-the-badge
[stars-url]: https://github.com/bugramurat/sports-card-game/stargazers
[issues-shield]: https://img.shields.io/github/issues/bugramurat/sports-card-game.svg?style=for-the-badge
[issues-url]: https://github.com/bugramurat/sports-card-game/issues
[license-shield]: https://img.shields.io/github/license/bugramurat/sports-card-game.svg?style=for-the-badge
[license-url]: https://github.com/bugramurat/sports-card-game/blob/main/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/bugramurat
[product-screenshot]: images/screenshot.png