1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
AnnyKZ [126]
3 years ago
6

What does a computer user need to know about programming in order to play a video game?

Computers and Technology
2 answers:
natita [175]3 years ago
8 0

They don't need to know anything, because the video game is programmed by the person who made the game. You don't need to do any programming to play.

Tems11 [23]3 years ago
5 0

Here's how Firebase will help your games  With Analytics, learn how players are experiencing your game: how much time they spend playing, how long they take to complete levels, how much in-app content they're purchasing and much more. Dynamic Links lets you share content like custom levels, in-game items, and game invitations between players. With Cloud Messaging, release new content and send push notifications to players who have completed your available content. Remote Config allows on the fly adjustment of gameplay settings like enemy density, power-up frequency, or anything else you want to control. Use Realtime Database to store user-generated content like custom maps safely in the cloud. And Storage delivers downloadable content to your players using our secure service.  plat_cppplat_unity Powerful SDKs for C++ and Unity  Firebase makes it easy to add backend services and analytics to your mobile games on iOS and Android. With our SDKs you can access Firebase services directly in your C++ and Unity games, without having to write any Java, Swift (or Objective-C) code!  The following features are supported by our Firebase SDKs for C++ and Unity:  AdMob, Analytics, Dynamic Links, Invites, Remote Config, Authentication, Realtime Database, Cloud Messaging, Storage, Cloud Functions  plat_cppplat_unity Leverage more from the console   Interact with, manage, and view usage data with Analytics right in the console. Manage Authentication settings, change and update Remote Config parameters. Upload files to Firebase storage,send messages with the composer and more.  You can easily activate and access features like Firebase Predictions and A/B Testing. With Predictions leverage the power of machine learning to create custom experiences for your players. A/B Testing lets you run experiments with Notifications and Remote Config  Tour the Flood-it! sample project (sign-in required)  FIREBASE CONSOLE DEMO Develop and test on desktop platforms  When you are creating your game, it's often much easier to test on desktop platforms first, then deploy and test on device later in development. To aid this workflow, we provide a subset of the Firebase Unity and C++ SDKs to support desktop platforms:  Realtime Database, Remote Config, Authentication, Cloud Storage and Cloud Functions.  (The remaining desktop libraries are stub (non-functional) implementations)  C++ DESKTOP GUIDE UNITY DESKTOP GUIDE Check out our sample games To show how easy it is to plug Firebase into your games, we built two sample games you can check out on GitHub and download to play on your mobile device from the Google Play store. Our Unity sample app, MechaHamster is also available on iOS at the App Store.   Mechahamster (Unity SDK) GITHUB APP STORE GOOGLE PLAY  Zooshi (C++ SDK) GITHUB GOOGLE PLAY Trusted by makers of your favorite games Some of your favorite developers are leveraging the power of Firebase in their games                    Explore the entire Firebase platform Firebase helps you develop high-quality games, grow your player base, and earn more money. Each feature works independently, and they work even better together.     HOPE YOU LIKE THE ANSWER

You might be interested in
When you select Insert and click on a shape the mouse pointer turns into a/an
Gennadij [26K]

It turns into crosshairs

6 0
3 years ago
Read 2 more answers
________ errors may indicate that an attacker is trying to send invalid data to the server. 404 303 500 512
Lemur [1.5K]
<span>500 errors may indicate that an attacker is trying to send invalid data to the server. </span>
5 0
4 years ago
Implement the function is_maxheap which takes a list of integers and returns True if the list represents a valid max-heap, and F
harkovskaia [24]

Answer:

I am writing a Python function:

def is_maxheap(list):

   #finds the length of the list  

   size=len(list)

   #loop has a variable i which starts traversing from root til end of last #internal node

   for i in range(int((size - 2) / 2) + 1):  

       if list[2 * i + 1] > list[i]:  #If left child is greater than its parent then return #false  

               return False  

       if (2 * i + 2 < size and

           list[2 * i + 2] > list[i]):    #checks if right child is greater, if yes then #returns false  

               return False

   return True

Explanation:

The function is_maxheap() traverses through all the internal nodes of the list iteratively. While traversing it checks if the  node is greater than its children or not. To check the working of this function you can write a main() function to check the working on a given list. The main() function has a list of integers. It then calls is_maxheap() method by passing that list to the function. The program displays a message: "valid max heap" if the list represents valid max-heap otherwise it returns invalid max heap.

def main():

   list = [10,7,8]  

   size = len(list)  

   if is_maxheap(list):

       print("Valid Max Heap")  

   else:  

       print("Invalid Max Heap")          

main()

The program along with its output is attached in a screenshot.

5 0
4 years ago
Susan is a bookstore owner who maintains sales records in a spreadsheet. She wants to highlight the records that show sales in e
Lesechka [4]

Answer:

Conditional formatting will enable her to highlight the records with sales in excess of 100.

Explanation:

On the ribbon home button select conditional formatting. A menu will open to select highlight type.Next select a conditional operator. You can select an operator from that menu or define your own custom rule.Next select column to apply rule on and specify color coding(green) for matched results.Press Ok and close window. Now all the cell with sale in excess will be highlighted in the color coding specified earlier(green).

4 0
3 years ago
Write a recursive method called repeat that accepts a string s and an integer n as parameters and that returns s concatenated to
svp [43]

Answer:

public static String repeat(String text, int repeatCount) {

   if(repeatCount < 0) {

       throw new IllegalArgumentException("repeat count should be either 0 or a positive value");

   }

   if(repeatCount == 0) {

       return "";

   } else {

       return text + repeat(text, repeatCount-1);

   }

}

Explanation:

Here repeatCount is an int value.

at first we will check if repeatCount is non negative number and if it is code will throw exception.

If the value is 0 then we will return ""

If the value is >0 then recursive function is called again untill the repeatCount value is 0.

6 0
3 years ago
Other questions:
  • What is output with the statement System.out.println(x+y); if x and y are int values where x=10 and y=5? Group of answer choices
    10·1 answer
  • The Active Directory Users and Computers tool can be used to:______.
    11·1 answer
  • Lin is booting up his computer, and during the boot process, the computer powers down. After several unsuccessful attempts to bo
    12·1 answer
  • How are people using lying today? What are the types of lying? Describe each type.
    7·1 answer
  • To configure a router/modem, what type of IP interface configuration should you apply to the computer you are using to access th
    10·1 answer
  • . Is it conceivable to design a secure operating system for these computer systems? Give arguments for and against.
    6·1 answer
  • I'm lonely every 14 and up come talk
    5·2 answers
  • Write a program that multiplies two hard-coded numbers, then prints the individual numbers out and prints their product out, all
    10·1 answer
  • Please describe the role of games in modern society!
    5·2 answers
  • Write a Python program called wdcount.py which uses a dictionary to count the number of occurrences of each word (ignoring case)
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!