I-am-Future / Snake_on_android

The mobile version of the "Snake" in CSC1002, Term 2020-2, Assignment2. It should be ok on android mobile phones. If not, please report the issues. (because I don't have an android phone to do complete test!)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snake

A new Flutter project of "Snake" for android device. It is based on Assignment2, CSC1002, 2021.

basic instructions

a) touch the screen to start.

b) monster(purple one) will chase the snake head(red one), if they meet, the player loses.

c) it is OK if the monster contact with the snake body. But the "contact" label on the screen with increase by one.

d) snake head eats numbers and extend corresponding length of body.

e) when all the numbers are eaten, the player wins.

tips

a) in the normal situation, the snake moves a little faster than the monster.

b) whtn the snake is extending, the snake moves a little slower than the monster.

c) righttop button can adjust the speed-slow, medium, and fast.

d) hope you can enjoy! A release .apk for all android devices is at Snake.zip in the homepage!

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

The mobile version of the "Snake" in CSC1002, Term 2020-2, Assignment2. It should be ok on android mobile phones. If not, please report the issues. (because I don't have an android phone to do complete test!)


Languages

Language:Dart 39.8%Language:C++ 36.8%Language:CMake 14.4%Language:HTML 6.7%Language:C 1.3%Language:Swift 0.7%Language:Kotlin 0.2%Language:Objective-C 0.1%