2

Click here to load reader

Final project

Embed Size (px)

Citation preview

Page 1: Final project

UNIVERSITI TUN HUSSEIN ONN MALAYSIAFACULTY OF MECHANICAL AND MANUFACTURING ENGINEERING DTI2143/DAM31303: COMPUTER PROGRAMMING

Instructions:

1. Choose between 1-4 members in one group

2. Choose a name, list down you members and pass it to me this instant.

3. Discuss with your team member to choose 1 project between this three project

a. Math QUIZ. Example

Program rules:i. The 20 question are a random question from 50 question prepared in

the program.ii. The program must be able to calculate total and average answering

time for each questioniii. Top 10 player information will be kept as long as the window is not

close.iv. Hint: use rand(),time.h, time_t.

b. TIC TAC TOE

Program rules:i. Program 3 X 3 metric’s TIC TAC TOE

ii. Two player involve : Human VS Human

c. Prediction of horse movement

i. User input the coordinate base on 8X8 matrixii. From the information receive from the user, calculate the next move

and show in the chart.

FINAL PROJECT