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 /

How to write a program

Hello guys, By reading this post you will know how to make a program. 

Program is a set of instruction that makes computer to do something. Before writing a program we should know for what reason we are making program. And afterward to be more specific we can write in paper do detailing. And the Next step will be choosing a programming language. You can take any language.
And afterwards write the code. Your program code is written than you should debug the program. To know the program is perfectly working or not. Afterwards we can make a documentation and maintain it. Than we should maintain the program efficiency that how much time is it taking to execute and how much less code you can write

Comments

Popular Posts