Skip to content

Jay-yoon10/JavaCardGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Snap Card Game using ArrayList feature


TECH STACKS


PROJECT GOAL


This project is to create a simple Snap Card Game for two players. If a player's card matches a card already face up, then the player wins.


How To Run


  • The app can be run by using Main.main();
  • Each player gets their cards pressing "Enter/Return" key.
  • Whenever one player gets the card that matches a card already face up, then the player wins

PROJECT OVERVIEW


  1. Game Play

image

  1. End of Game

image

FUTURE IMPROVEMENT


  • The app can be improved by using OOP concept.
  • The test coverage can also be increased if the app was developed in OOP.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages