Skip to content

Console Based Card Game (Multiplayer). It is a classic card game that can be played with multi-players(2-4). The game's objective is to be the first player to get rid of all your cards by matching them in suits or faces.

Notifications You must be signed in to change notification settings

rishabh2298/Card_Game_-Multiplayer-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Card Game (Multiplayer)

It is a classic card game that can be played with multi-players(2-4). The game's objective is to be the first player to get rid of all your cards by matching them in suits or faces.

The implementation of card games will allow you to play with your friends as it is multiplayer game.

Tech Stack

  • Core Java
  • Object-Oriented-Programming
  • Maven
  • Unit Testing

Features

- Multiplayer supports (2 to 4).
- Console-based game with more clear visibility/understanding.
- Supports all rules of multiplayer card games.

Prerequisites

- Must Install Java-8 or above version

Installation & Run

  1. Clone the repository into your local system
Link of the repository when code is pushed from local repo to central repo
  1. Run the source file
- Inside the command-prompt track directory to the root folder where you have cloned this
  directory.
- Then, enter (javac *sourceFile*.java)
  here sourceFile, is the source file of directories, which converts all source file
  into .class files.
  1. Run the game
- Run the program by executing the MultiPlayerCardGame class:
- command (java MultiPlayerCardGame)

Some Snippets of Output

  • Image-01 card_img01

  • Image-02 card_img02

  • Image-03 card_img03

  • Image-04 card_img04

  • Image-05 card_img05

Contrubution

  • I have made this game individually with all my concepts of Object-Oriented-Programming
  • I didn't use any framework here not even Collections-framework
  • Made this project and built all basic logic by coding it from scratch.

Thanks for visiting, I hope you liked and enjoyed this game

About

Console Based Card Game (Multiplayer). It is a classic card game that can be played with multi-players(2-4). The game's objective is to be the first player to get rid of all your cards by matching them in suits or faces.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages