Create a fully complete educational mobile game

Assignment Help JAVA Programming
Reference no: EM131056580

This is an individual project.

You will individually create a fully complete educational (school-age) mobile game using mobile web design skills. You will submit your completed application's project folder as a zip file. This is an individual project.

Requirements

Your game must have the following features to pass:

The game must operate correctly and adjust in size for both portrait and landscape for the following devices:

Apple iPhone 6

Samsung Galaxy S4

Apple iPad

There must be a button to reset the game (either within the game or with Location.reload).

There must be your name and SID somewhere on the screen.

There must be at least 5 unique in-game moving objects. At least 3 of these should interact with the player (e.g. enemies, who hurt the player's life when hit). All should be different from each other somehow (different images + different code).

Note 1: these don't have to be on the same game screen. They can be spread over different levels, for example.
Note 2: they don't have to "move" per se, but something visual must change in response to an event (e.g. colour / image change).
Note 3: "interacting" means either a direct user event (e.g. a tap), or a game event (e.g. a collision)

In your project folder, a licenses.txt file in your project folder, with one item per line, as:

enemy1.jpg - from https://www..... - person name - License CC BY

road.jpg - created by myself (using Adobe Illustrator) - screenshots of proof / raw images of road.ai in the "_sources" folder
[12:01PM, 5/17/2016] gagan: Important

Images: Free to Use for Commercial Purposes / Public Domain

When thinking about your Project, there is some very important information that I need you to know. You cannot ever use any image from the web or another source, unless you have legal permission to use it. That means either having someone develop the artwork for you (more for real-world projects, not this one), or you find images that have a "license for commercial use" or in the "public domain". If you can't find such a license that specifically references the file you use, then you cannot use it at all. Doing so is illegal in the real world, and results in an immediate fail of this project.

The design of the game is already given to us and we need to do according to that.

It is a spelling game for students aged 6-10 , i has some different stages that i can tell u,

Teacher has given us a codding library and we can jst use that coding i can send you that , we will have to use only the coding that is in the given coding libraries.

these are the directories that i have attached below, that i need to use in my HTML coding.

we are required to do this mobile app in ATOM text editor.

we need to have proper comments to know what is happening ,why are we using these functions.

the images that we will use in the app should be allowed for the commercial use. and we need to copy and paste the license information for each image and also the URL to check is it ok for commercial use.

use appropriate tab space to find where one statement or function ends and where it begins.

we have to use <div> for multiple pages and all the codding will be on one HTML page .

i have attached an filemobile.html as an example of how the coding should be.

hi

the mobile game application should have the following features.

you can leave one or two features and you need to add some moving characters. 3 of those should interact with the user or something happens when they appear on the screen . sound is also required may be any type of sound when they complete a task.

all these features should be on different levels.

Mandatory features

Vocabulary: The game will have an activity that will just display the vocabulary words one by one. around 100 words and these will be in English only.

Choose correct: Choose the correct will be another feature, where the kids have to choose the correct spelling. two spellings will be display on a screen, 1 will be the correct and 1 will be incorrect and the user need to choose the correct one .

Unscramble: Unscramble is an activity where kids have to arrange the given words in an order to make a word.

Missing letter: Kids will have to fill in the blank spaces to form a word.

example : appl_, some alphabets will be displayed at the screen and user can tap and choose 1 to fill the blanks

True or false: kids will have to choose the correct spellings.a word will be displayed on a screen with two options that are true or false the user need to choose one .

Grades: Students will get grades at the end of each activity.

These features are very important to make the game interesting and engage the students in playing all the different activities. Students can spend more time to play the games and can practise the words again and again to learn vocabulary and spellings. Parents can check the grades and can see the progress of their children.

Bonus features

• The game will have a background music.

Reference no: EM131056580

Questions Cloud

Write a program to see what actually happens on linux : Write a program to see what actually happens on Linux. If we have a variable, tid, containing a thread ID, how can a thread prevent itself from making a call, pthread_join(tid, NULL), that is equivalent to the above statement?
Question regarding the mobile computing security : What are some of the current trends organizations face with mobile computing security and what are some of the remediation steps companies take to ensure data confidentiality and integrity?
Poisson distribution with mean : Poisson λ. Suppose Y, has a Poisson distribution with mean Aot,, where the exposure th is known, k = I,.. ., K, and the Y, are statistically independent.
Weibull distribution with a known shape parameter value : Known Weibull shape. For a complete sample of size n from a Weibull distribution with a known shape parameter value ßo and an unknown scale parameter αO, the scale parameter is to be estimated.
Create a fully complete educational mobile game : You will individually create a fully complete educational (school-age) mobile game using mobile web design skills. You will submit your completed application's project folder as a zip file
Is virtue a relevant influence to our lives today : Analyze the claim by Foot that "virtue belongs to the will." Explain your understanding of the relationship between virtue and the will. Is virtue a relevant influence to our lives today? Provide reasons and examples to support your view.
Write a program to verify this : Recall that a process can be stopped by typing the terminal suspend character (usually Control-Z) and can be sent a SIGCONT signal using the command kill -CONT (or implicitly, using the shell fg command).
Are you familiar with festinger work : Festinger (1957) may be one of the most influential minds in the school of change. His theory set a stage for looking at effective change.Are you familiar with Festinger's work? Please check out his ideas regarding change--specifically cognitive d..
Key functions of the university library : Develop a unit test plan for key functions of the university's library electronic database (Links to an external site.).

Reviews

Write a Review

JAVA Programming Questions & Answers

  What is the execution environment of a java class called

How does this virtual machine compare to a real machine running code written in C?

  Create pipe-and-filter network that will read data stream

Create a pipe-and-filter network that will read the data stream in FlightData.dat file, convert the temperature measurements from Fahrenheit to Celsius, and convert altitude from feet to meters - How would this impact the key quality attributes of ..

  Can you provide the output of this program

Can you provide the output of this program - What is the output of following JavaScript code?

  Inheritancedemo

Create a New Project named InheritanceDemo . 2. Create a new class called Person and cut and paste the Person.java file from Blackboard into the class. Create a new class called Student and cut and paste the Student.java file from Blackboard into the..

  Create a class called employee

Create a class called Employee that has the following attributes: Employee ID of type String, First name of type String, Last name of type String

  Rock-paper-scissors :- java problem

Design decision marks are based on how you implemented our programs/classes.

  Implement an iterative method with a for loop

Different scientists have developed Predator-Prey models to try to understand the interactions and foresee the evolution of the populations.

  Write a bluej project- birthday paradox

The birthday paradox states that if there are 23 people in a room then there is a slightly more than 50:50 chance that at least two of them will have the same birthday.

  Write a java program in a netbeans project that reads a

write a java program in a netbeans project that reads a text file containing the names and addresses of several people

  Create a java program to calculate the bmi

In this assignment you are required to create a java program to calculate the BMI. Enter the weight and height of person and let the program automatically calculate the BMI.

  Write a bash script larger x y that compares the sizes

Write a bash script larger X Y that compares the sizes of two specified files X and Y, and reports which file is larger. For example, if X is larger, the output should be "File X is larger", while if Y is larger, the output should be "File Y is la..

  Problem related to java programming

Question 1: Explain why NO_EXIT has been declared and used in defining the contents of the map array, rather than just directly using the value 99999 in the map array definition. Question 2: What is the value stored in map[2][1]? What is the inter..

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd