Skip to content

Commit f351b33

Browse files
Add files via upload
1 parent faa0bb2 commit f351b33

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

PYTHON LUDO/.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

PYTHON LUDO/READ ME FIRST !!!!.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
SIMPLE LUDO GAME IN PYTHON
2+
- CONSOLE BASED
3+
4+
5+
6+
***** IF YOU FIND ANY ERRORS OR ANY PROBLEMS RELATED THIS PROGRAM, FEEL FREE TO CONTACT US *****
7+
8+
- Thanks to Angel Angelov
9+
10+
***** LEAVE A COMMENT IF YOU LOVED OUR WORK *****
11+
12+
13+
***** FOR MORE PROJECTS :- https://projectworlds.in/ *****
14+
15+
16+
17+
#THANK YOU FOR DOWNLOADING

PYTHON LUDO/run.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env python3
2+
3+
from ludo.cli import CLIGame
4+
5+
6+
CLIGame().start()

0 commit comments

Comments
 (0)