Skip to content

abhiTamrakar/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

games

programmatic games, just for fun

Though the programs still needs a bit cleanup, PRs are welcome for new_games or good modifications to the present ones.

In its first release, I chose shell (my fav scripting language), check under bash_games.

minesweeper.sh

Another legendary game, it was also available in python and C, So again, took it to bash.

alt text

tic-tac-toe.sh

A legendary and famous game, it was already available with its AI in python, C# and Java, so I decided to take the challenge on shell. :)

starting the game, (an old image, you can play qwith computer now)

alt text

the random pick

alt text

the game's AI, you choose 8 after 7, it will choose 9 to block you from creating a tic-tac-toe pair.

alt text

the winning or restart

alt text

i-always-win.sh

A game where computer always wins, of course you can try to find the possibility if you can win. good luck with that.. :p

alt text