Skip to content

Contains Python projects including 'tic-tac-toe, a two-player board game. One player, the computer plays the game using 'X' always plays by moving to the center element of the 3X3 board. The human player uses 'O' to play. A move is made by selecting an integer number between 1 to 9.

Notifications You must be signed in to change notification settings

chimezdev/Python_Projects

Repository files navigation

Python Projects

  • The 'tic-tac-toe is a two-player board game.
    • A move is made by selecting an integer number between 1 to 9.
    • One player, the computer plays the game using X and always make first move by moving to the center element of the 3X3 board.
    • The computer selects its move by generating a random number.
    • The human player uses O to play.
  • Password_Authentication is a program to authenticate that a user is in our database
  • mean_median_mode is a program that returns the Mean, Median, and Mode of a set of values provided by a user
  • number_guess is a program in which a player guesses the pseudo-random number generated by the program

Working with Database

**The youtube subfolder contains sample codes for long time data storage, retrieval, cleaning, and visualization. Do not forget to include the .sqlite database files in your .gitignore folder if you make use of sensitive data.

About

Contains Python projects including 'tic-tac-toe, a two-player board game. One player, the computer plays the game using 'X' always plays by moving to the center element of the 3X3 board. The human player uses 'O' to play. A move is made by selecting an integer number between 1 to 9.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published