วันจันทร์ที่ 16 ธันวาคม พ.ศ. 2556

Poster


Schedule and Tasks


Schedule
Tasks
October
November
December
Discuss






Planning






Study






Writing






Fix the problem






Finish







Tasks

1. Intuon Pattarakitnitikul  ID: 56070503443
- Presentation slide
- Poster
- Blogging
- Design 

2. Garima Shukla                ID: 56070503450
- Programming & Debugging
- Presentation slide

3. Pham Thi Mai Phuong    ID: 56070503447
- Programming & Debugging
- Project Report


4. Teerapat  Taechaiya       ID: 56070503459
- Project report
- Project CD

Conclusion

—   About the program and our experience during working: We’ve had a better understanding on C language, the program is fun to develop and hopefully fun to play.

 

Result of our program







Objective and Scope of Project

Objectives

           Particular expected archived goals ::
·     - Raise awareness and responsibilities towards teamwork
·     - Improve knowledge, experience and ability concerning with c programming
·     - Improve project management and work organizing skill regarding time management, work division, etc.

Project Scope


The main work is to write a snake game using C programming language. This game will generate various problems related to mathematics. Player has to answer the questions by controlling a snake with keyboard keys [up, down, left, right] to eat the answer ball. Each correct answer ball eaten prolongs the snake’s life.

How to develop program?

This is how the questions and answers are stored in text file.

Eg:
1+1  2  3
2+3  5  9
8-4   4  5
The first element is the question, the second one is the correct answer, and the third is the wrong answer.
The program will read this text file and show question and answer above the playing screen. The answers are regarded to A and B (A and B are picked randomly to represent as true or false answer). User must control the snake to eat the right answer. If snake eats the correct answer, the score will be increased, otherwise, both score and life will be decreased by one. If the life remained is zero, the game is over.

The behavior of the snake: moving left, right or forward. Life and score generation (depends on user’s answer picked). Questions are selected from the text file randomly.

วันอาทิตย์ที่ 10 พฤศจิกายน พ.ศ. 2556