ECE 2552: Software / Hardware Integration Final Project T3: Tic Tac Toe Team Members and Professor’s Name.

Slides:



Advertisements
Similar presentations
Used to Procure Goods & Supplies. Office supplies Operating supplies Computer hardware and software (non- capitalized
Advertisements

Tic tac toe v1.2 Made by Rogonow XX PC: X YOU: O The PC-player with mark X goes first. After the PC, you place the mark O at the position of a green oval.
Sven Johannsen C++ User Group Aachen 01/08/15
Inheritance - Case Study TCP1201: 2013/2014. Case Study – Guessing Game Listed below is the code to play a guessing game using procedural programming.
Lecture 4: Embedded Application Framework Qt Tutorial Cheng-Liang (Paul) Hsieh ECE 424 Embedded Systems Design.
Interaction design using the graphical user interface (GUI)
Playing Tic Tac Toe with Neural Networks Justin Herbrand CS/ECE/ME 539.
Tic Tac Toe Game Design Using OOP
Introduction to Programming Using simple games to convey introductory concepts MERLOT International Conference 2004 Tracey Jensen Assistant Professor,
PLANNING THE TIC TAC TOE GAME BY NEEL DAVE. TIC TAC TOE INSTRUCTIONS Tic Tac Toe Instructions The basic concept of Tic Tac Toe 1.This is a game for two.
PUN Sai Wing 5/1/2004 My own observations from your teaching practice Share your ideas, please.
Embedded Systems Programming Introduction to cross development techniques.
Application Programming Interface For Tracking Face & Eye Motion Team Members Tharaka Roshan Pathberiya Nimesh Saveendra Chamara Susantha Gayan Gunarathne.
Software Unit 2 – Hardware & Software Technologies 1st ESO – IES Poeta Julián Andúgar Antonio Ruiz Hernández.
CSE 528 Final Project Submission Dongli Zhang. Recent Due 10-Paper Survey due November 26 Send PDF file to BOTH Professor and TA Professor:
+18 SOFTWARE. by Onur Burak Özkan Zeynep Boynukalın Gamze Bayraktar Ça ğ rı İ lçe +18 Software.
EE/CS 481 Spring Founder’s Day, 2008 University of Portland School of Engineering RC-VTOL Authors Aaron Duane - EE Jesse Fledderjohann - EE/ME Hilary.
Capstone Sequence CEN UG Program CEN Curriculum Sub-committee Manuel Bermudez, Doug Dankel, Karl Gugel, Herman Lam, Mark Schmalz, Eric Schwartz 1.
Senior Design Team Members:  Abi Sundaram  Max Ackley  Cole Mercer  Adam Kauth Faculty Advisor: Dr. Tanya Crenshaw Client: Professor Andrew Nuxoll.
CSC 480 Software Engineering Lecture 1 August 21, 2002.
MB race T ech mB 1 Antonio DeMendonca Albert Lopez Lourdes Alvarez Antony Acha November 14, 2011 mB 1 is a bracelet connected to a cellular phone via Bluetooth.
Treasure Chess ECE 477 Team 2 - Spring 2013 Parul Schroff, Brock Caley, Sidharth Malik, Jeremy Stork Final Presentation Final Packaged Design.
Artificial Intelligence and Robotics By Keith Bright & John DeBovis.
BEFOREHANDS. OMOptim C++ code Stored on subversion solver Using Qt libraries (GUI, Model/View, Containers, Threads, XML…)
1 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer Science.
What is Computer Software? EQ: What are the software components of a computer? T-IDT Describe and explore current and emerging software, including.
Solving Inequalities. C + 3 < 12 Guess a reasonable solution and write your guess.
QT Programming QT Programming Ruku Roychowdhury. Background QT is a cross platform application framework. Widely used to develop GUI applications. Originally.
1 CmpE 195A Project Motion Capture Tool Project Description By: Dr. Mohamed Fayad & Huáscar Sánchez.
1 University of Utah – School of Computing Computer Science Writing Tic Tac Toe H. James de St. Germain University of Utah.
Tic tac toe specifications Maaike Gerritsen Ingmar van der Steen Bas Geertsema Brian Vermeer.
Final Project Presentation
Computer Applications Jeopardy! Game Review Mr. Vietinghoff Stout Middle School.
Laura Balthazard. Ways to control the robots At the beginning Joystick + radio interface + computer 2.
Project Plan Document By: Aaron O’Banion Mark Williams Chris Cobb Todd Astroth Matt Stowe.
Team Everest; From:
Academic Project Work Submitted To: HETAUDA SCHOOL OF MANAGEMENT AND SOCIAL SCIENCE In partial fulfillment of Requirement for the Degree of BACHELOR IN.
BLOG: ITMULTIMEDIA.RU, ZABROVSKIY ANATOLIY
What is in the Bank? Quarters, Dimes, Nickels, and Pennies.
Catapult Python Programming Session 4
Final Project Presentation
Tic-Tac-Throw! How to Play: X or O
Next Level Tic-Tac-Toe
IST256 : Applications Programming for Information Systems
O X X O O X X O X O X O O X O X O X Tic Tac Toe Graphical
Tic Tac Toe X O X O X O X O O X O
Tic – Tac – Toe ! Choose a square by clicking on “box #”
IPad Center.
Ongo-08b: K – 12 Teaching Application Support
DIVIDING FRACTIONS TIC-TAC-TOE
دانشگاه شهیدرجایی تهران
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Welcome to Software Development! Please find a seat Thanks!
تعهدات مشتری در کنوانسیون بیع بین المللی
بسمه تعالی کارگاه ارزشیابی پیشرفت تحصیلی
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Qasim Ali 18BS(IT)17 1 Shaheed Benazir Bhutto University SBA NF Information System System software vs application software.
Test123 blah. hjghgghhg.
Status update and testing
Tic – Tac – Toe ! Choose a square by clicking on “box #”
A multi-platform GUI-building program
A complete Jewellery shop Management Software Powered by :
Unit 1.0 – Explore the concepts of computers and computing
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Tic – Tac – Toe ! Choose a square by clicking on “box #”
A multi-platform GUI-building program
Tic-Tac-Toe Game Engine
Information technology
PITCHING Presentation Template
Presentation transcript:

ECE 2552: Software / Hardware Integration Final Project T3: Tic Tac Toe Team Members and Professor’s Name

Team Members Chris Maher Chris Hellriegel Wilmarie J. Hernandez

Objective Blah

Qt Classes QDialog exec() show() QPushButton –setEnabled( bool ) –setDisabled( bool ) QString No specific functions utilized. QLabel setText( const QString )

ECE 2552 Classes Inheritance Exposure of Polymorphism Dr. Kepuska’s All Mighty Wise “Yoda” Knowledge of C++

Functions that we created! playerMove() computerMove() checkGame() buttonEnabled() buttonDisabled()

QString

QDialog

QPushButton

QLabel

Things we would have done if we were getting paid. Major Code Clean-Ups!!!!!!!! Include a Player VS Player Option Include a Computer VS Computer Demo Improved GUI Explored other game options (Dots)

End This is the end of our presentation. Thank you for your attention. Please give us each an A. We are good students who need A’s. Thanks Again.

Special Thanks Chris Maher: Chris Hellriegel: Wilmarie J. Hernandez: