Skip to main content

Featured

Tic Tac Toe

Tic Tac Toe Tic Tac Toe is a simple, two-player strategy game played on a 3x3 grid. Players take turns marking a square with either an "X" or an "O", with the goal of being the first to align three of their marks in a row, column, or diagonal.  I have made a simple Tic Tac Toe game using html, css, javascript.  The game doesnot have much features. The game is created to be played by two peoples. It is just a simple game. The code of this game you get in my github page   Link of this game code is below: Tic Tac Toe Game Code /

Programming language

 Programming language is means through which we communicate with computer. For us human to communicate a certain language is required similarly to communicate with we should know language of computer known as programming language.

There are two types of Programming language , one is low level language and another one is high level language. From both of them high level language is mostly used because it very easy to understand. But in case of low level language it very difficult understand like binary language which is based on 0 and 1.

There are many high level language like python, java, java script, php, C/C++,  perl etc. According to our requirement we use different languages like python can be used for different purpose like GUI application making, web development, socket programming, etc. Java script can be also used for server side programming and client side programming. C/C++ can be used for system programming.

Comments

Popular Posts