Skip to content

Commit e405578

Browse files
author
manasaa2811
committed
Added Card_game
1 parent daf5beb commit e405578

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

Diff for: PyGamesScripts/Card_Game/README.md renamed to PyGamesScripts/Card Game/README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,22 @@ NOTE: This is a simple non responsive game, hence both the players are computer
1313
# Setup
1414
This code can be run on any python IDE of jupyter notebook.
1515

16+
# Purpose of adding this project
17+
The main purpose of this project is to use object oriented programming and apply the concept of classes to games. It is simple and properly explained which makes it easy for beginners to understand the concept.
18+
19+
# Uses
20+
This game can be used as a base or an introduction to build more advanced card games.
21+
22+
# compiling the code
23+
The code can be compiled on any text editors like VScode, pycharm, jupyter notebook etc.
24+
If you want to compile it on command prompt, go to the directory where the file is located and use the command: python card_game.py
25+
1626
# The code is explained as comments wherever necassary.
1727

1828
Libraries imported-random
1929

2030
# Screenshot of output
2131

22-
Click here!!--> [Output](Screenshot.png)
32+
Click here!!--> [Output](Images/Screenshot.png)
2333

2434
# Author : Manasa, github: Manasa2811
File renamed without changes.

0 commit comments

Comments
 (0)