Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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]





Logo

Sports Card Game


Simple sports card game in Java


Explore the docs »




View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. Contributing

  6. License

  7. Contact

  8. Acknowledgments

## 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.

(back to top)

### Built With

* [Java](https://www.java.com/)
* [JFrame](https://www.javatpoint.com/java-jframe#:~:text=swing.,added%20to%20create%20a%20GUI.)

(back to top)

## 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

(back to top)

## Usage

Just open the compiler and run it.

(back to top)

## Roadmap

See the [open issues](https://github.com/bugramurat/sports-card-game/issues) for a full list of proposed features (and known issues).

(back to top)

## 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

(back to top)

## License

Distributed under the MIT License. See `LICENSE.md` for more information.

(back to top)

## Contact

Bugra Murat - [email protected]

Project Link: [https://github.com/bugramurat/sports-card-game](https://github.com/bugramurat/sports-card-game)

(back to top)

## Acknowledgments

* [Java GUI tutorial](https://youtu.be/5o3fMLPY7qY)

(back to top)

[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