Pawan kumar

Pawan kumar

1597802224

Tic Tac Toe game using Tkinter || python || single player mode + two player mode ||

Watch video to see its functions.
Ask for
source code
Setup file
Or, both [paid project]
https://youtu.be/4bHVKGVfbqE

Msg on: 👉🏻 [https://www.m.me/cideduhub]

#tkinter #game-development #python #tictactoe #machine-learning

What is GEEK

Buddha Community

Tic Tac Toe game using Tkinter || python || single player mode + two player mode  ||
Pawan kumar

Pawan kumar

1592437593

Make TIC TAC TOE Game in Python || tic Tac toe v2. 0 || English

https://youtu.be/Rawg-Ok9xQw

#python #tkinter #tic tac toe #game using python #game-development

Ray  Patel

Ray Patel

1619518440

top 30 Python Tips and Tricks for Beginners

Welcome to my Blog , In this article, you are going to learn the top 10 python tips and tricks.

1) swap two numbers.

2) Reversing a string in Python.

3) Create a single string from all the elements in list.

4) Chaining Of Comparison Operators.

5) Print The File Path Of Imported Modules.

6) Return Multiple Values From Functions.

7) Find The Most Frequent Value In A List.

8) Check The Memory Usage Of An Object.

#python #python hacks tricks #python learning tips #python programming tricks #python tips #python tips and tricks #python tips and tricks advanced #python tips and tricks for beginners #python tips tricks and techniques #python tutorial #tips and tricks in python #tips to learn python #top 30 python tips and tricks for beginners

Pawan kumar

Pawan kumar

1597802224

Tic Tac Toe game using Tkinter || python || single player mode + two player mode ||

Watch video to see its functions.
Ask for
source code
Setup file
Or, both [paid project]
https://youtu.be/4bHVKGVfbqE

Msg on: 👉🏻 [https://www.m.me/cideduhub]

#tkinter #game-development #python #tictactoe #machine-learning

Samanta  Moore

Samanta Moore

1623402799

Tic Tac Toe Game in Java [source code included]

Tic Tac Toe Game in Java [source code included]

Tic-Tac-Toe is a simple classic famous game which is played mostly by kids. The java tic tac toe game also helps to improve the concentration of the kids.

The objective of this tic-tac-toe game java project is to build a tic-tac-toe game so anyone can play it without wasting paper. The Tic-Tac-Toe game is also called the X and O game. The player who succeeds in placing their marks in a diagonal, horizontal, or vertical row is the winner.

Java Tic Tac Toe – Project Details

The interesting java project will be build using the AWT and Swings libraries. We will be explaining all the steps as well as methods that are used in this project. Swings is a popular java library that is used to develop beautiful GUI applications.

Tic Tac Toe Project Prerequisites:

  • IDE Used: NetBeans 11.2.
  • Java should be installed on the machine.
  • To build a tic-tac-toe game using java we require basic knowledge of java.
  • Abstract Window Toolkit (AWT) & Swing packages are standard graphical user interfaces used to render graphics. By default, these packages are installed by java.

Download Tic Tac Toe Project Code

Please download the full source code of tic-tac-toe java project: Tic Tac Toe Java Project

Step to build Tic-Tac-Toe game using java:

  1. Import packages
  2. Initialize User Interface
  3. Adding Actions to buttons
  4. Function to check the winner

#java tutorials #java project #tic tac toe game #tic tac toe java #tic tac toe game in java [source code included]

Ray  Patel

Ray Patel

1619510796

Lambda, Map, Filter functions in python

Welcome to my Blog, In this article, we will learn python lambda function, Map function, and filter function.

Lambda function in python: Lambda is a one line anonymous function and lambda takes any number of arguments but can only have one expression and python lambda syntax is

Syntax: x = lambda arguments : expression

Now i will show you some python lambda function examples:

#python #anonymous function python #filter function in python #lambda #lambda python 3 #map python #python filter #python filter lambda #python lambda #python lambda examples #python map