OOP Microproject Format

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

A

Micro Project Report

On

“Develop Tic Tac Toe Game”

Submitted for the partial fulfillment course Object Oriented Programming Using
C++ (22316) of the Diploma Programme in Information Technology

SUBMITTED BY

Gaurav Mehere (2012410081)

Aryan Dawale (2012410176)

Shriram Surse (2012410215)

GUIDED BY

MR. G. J. SOLANKE

DEPARTMENT OF INFORMATION TECHNOLOGY

GOVERNMENT POLYTECHNIC MURTIZAPUR


(2021-2022)
Maharashtra State
Board of Technical Education

Certificate

This is to certify that Mr.\Ms. Aryan Rajesh Dawale From Government


Polytechnic, Murtizapur having Enrollment No: 2012410176 has completed
Micro-Project having title “Develop Tic Tac Toe Game” individually/ in group
consisting of 03 Candidates under the guidance of Mr. G. J. Solanke.

G. J. Solanke M. R. Lolure

Name & Signature of Guide Name & Signature of HOD


ACKNOWLEDGEMENT

With the deep sense of gratitude, we would like to thanks all the people who
have lit our path with their kind guidance. We are very grateful to these
intellectuals who did their best to help during our project work. It is our proud
privilege to express deep sense of gratitude to, Prof. P. M. Bhansali, Principal of
Sandip Polytechnic, Nashik, for his comments and kind permission to complete
this project. We remain indebted to Prof. M. R. Lolure, H.O.D, IT Department for
their timely suggestion and valuable guidance.
The special gratitude goes to Prof. G. J. Solanke, staff members and
technical staff members, of IT Department for their expensive, excellent and
precious guidance in completion of this work.
With various industry owners or lab technicians to help, it has been our
endeavor to throughout our work to cover the entire project work.
INDEX
 Cover Page
 Certificate
 Acknowledgement
 Chapters
o Introduction of Micro project
o Project Details/Literature View
 Explanation of class and object used
 OOP concept used.
 Micro-Project working
o Software and hardware requirement.
o Coding (brief)
o Output and screenshot
o Conclusion
 Bibliography
INTRODUCTION

Tic Tac Toe is one of the simplest yet most challenging games to be
invented.Tic tac toe, also known as Think tic tac toe, is a differentiation
tool that offers collection of activities from which students can choose to
do to demonstrate their understanding. It's to introduce two features. Bi
coloured LEDs, microcontrollers and the skill of writing an algorithm.It
is actually a two player game. In this game, there is a board with n x n
squares. The goal of Tic Tac Toe is to be one of the players to get three
same symbols in a row horizontally, vertically or diagonally on a n x n
grid. As this is two player game,both the payers are
human and for the computer option, the first player is human and the
second player is computer. If the game is played against the "computer"
and the computer has a chance of winning, it appears to have
“Intelligence”.

This is the basis of "Computer Intelligence" or "Artificial Intelligence."


The microcontroller we have chosen is a PIC16F628. The micro is easy
to use and has a re programmable feature that allows it to be
programmed almost any number of times.

The game of Tic Tac Toe is, being simple, easy to play, well known and
visual.

You might also like