Skip to content
WC991122 edited this page Oct 12, 2020 · 5 revisions

Team Members:

  1. Wee Chien (100086343) (Leader)
  2. Lau Young Kang (100085104)
  3. Sabrina Tan Zing Tong (101217063)

Introduction

Snake game is a game where the player maneuvers a line (snake) which grows in length, with the line itself being the primary obstacle. The player controls the snake on the bordered plane using the keyboard Up, Down, Left and Right button. The snake continually gets longer when it eaten the fruits. The player loses when the snake runs into itself or eaten the obstacles.

Issues Discovered

The issues that we discovered is that there are no food for the snake in the game. Food is added into the game and snake can eat the food to increase their score for the game. The food will be represented by the symbol [@] in red color. If the snake eat the food and the score will increase 1.

Besides that, we found out that the difficulty of the game is too low. We added obstacles in the map to increase the difficulty. If the snake body or head crash the obstacles, the game will over.

Clone this wiki locally