Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Software - track Project Snake Game In this project, you must design a snake game which rovers on the screen and looking for foods. Snake

Software-track Project Snake Game
In this project, you must design a snake game which rovers on the screen and looking for foods. Snakes aim is to eat all foods on the screen and grow its body.
Design Rules of this game:
1. Foods will appear on the screen randomly in time and place.
2. If snake bites its body or the obstacles on the screen, game over.
3. If snake does not eat foods, it loses weight, its length decreases.
4. If snake eats foods, speed and length of it increase.
5. Game region is shrinking step-by-step.
Bonus:
1. You can introduce bonus icons on the screen snake sloughs off its skin so that length of snake is decreased.
2. Game screen is continuous so that when snake goes out-of-screen from up, it appears from down. Same thing can be done for left-right.
3. Game region shrinkage profile is random. i.e., game arena can be shrunk from top, bottom, left, right or both or all of them.
4. Foods are stale as time elapses. The earlier foods are eaten, the higher score earned.
5. Obstacles appear at random places on the screen at each game session.
6. Score of the game session is recorded on the gradebook and can be recalled somehow.
7. Any reasonable other bonus is welcome and will be given extra score.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions