Nt1310 Unit 3 Exercise 1

Decent Essays
The game itself starts in a main menu, which has the ability, navigating with keyboard controls or a joypad. When play is pressed, the lobby screen opens. This is where players connect to the game.
3.2 Linking the Network
Pre-defining the IP address of the server in the code allows users to connect when they enter the lobby. When the players enter the game, if there are not enough players then AI players fill the spaces. Each player sees the rest of their team at the start point and the goal is to paint the terrain with their teams’ colour, within the given time. Two roles are available, a brush and a soaker. The soaker takes up more paint, than the brush paints, the soaker can also pick up both teams paint. Power ups are in place to increase how much paint is painted.
…show more content…
Modifying this allowed for correct painting across the floor. Moreover, another problem stopped the playes from seeing paint at all on every client, DirectX cannot use a vector3 of floats, and it needs a vector4.
3.3 Texture Manipulating
A plane model created in AutoDesk Maya was given a dynamically created texture; the UV co-ordinates of that texture were then checked against the player position. If the player was on the plane then a radius around the point of the player painted on the floor. CG shaders were used to modify the texture in real time. The score is a percentage of the texture coloured in a particular teams

Related Documents

  • Improved Essays

    1.7 III (b) VEGF: VEGF is also known as vascular permeability factor (VPF) is an endothelial cell specific mitogen in in vitro and is the main factor responsible for vasculogenesis and angiogenesis in a variety of in vivo models. The gene transcripts level of VEGF is stimulated at the time of implantation because process of implantation occurs under hypoxic condition. In rodents, VEGF is involved during embryo–endometrium crosstalk by regulating endothelial cell proliferation and vascular permeability of endothelial cells at implantation sites in rodents (Rabbani and Rogers, 2001; Rockwell et al., 2002). The VEGF’s mRNA and protein expression level has been noticed in endometrial stomal, endothelial, and glandular cells during the mid-secretory stage in the human (Charnock-Jones et al., 1993).…

    • 414 Words
    • 2 Pages
    Improved Essays
  • Improved Essays

    Sara Ann Thornley 2/3/17 Macronutrients Dr. Huggins Assignment #1 1. A reducing sugar is a sugar that is capable of breaking down certain substances. They have a free ketone or aldehyde group which allows them to become hemiacetale and hemiketals (Gropper, 65).…

    • 528 Words
    • 3 Pages
    Improved Essays
  • Improved Essays

    On october 12, 2015 at or about 1102 hours i was dispatched to 1735 east young circle (publix supermarket), hollywood florida, in reference to a cellphone being taken. Upon further investigation it was later found that the cellphone would equal the amount to grand theft (over $300.00usd). Let it be also noted during the time of this investigation, i was working an off-duty detail at the above location. Upon arrival i made contact with the james othman, herein after referred to as the victim. The victim advised me that at approximately 1051 hours his phone was taken from the customer service counter (located at the south side of the store).…

    • 587 Words
    • 3 Pages
    Improved Essays
  • Decent Essays

    Due to the age of the existing equipment, four new Cisco Catalyst 3560 V2 24 port switches will be use and configure for network redundancy by connecting each switch in a multiple links, single IP address with routing protocol Border Gateway Protocol (BGP). This multi-homing will detect when one of the links fail and not send traffic over that link anymore until the issue is resolved. This redundancy configuration will meet Western County Bank management requirement reducing unplanned outages and regular maintenance performed on the network equipment supporting 10 GB links as well as static or LACP-based (link aggregation control protocol) network interface controller (NIC) teaming. The Time Warner Cable, Business, Dedicated Internet Access, and AT&T Uverse Business Internet service will provide redundancy to the Internet…

    • 452 Words
    • 2 Pages
    Decent Essays
  • Improved Essays

    Ilab 5 jerry Metcalf Keller Graduate School of Management Professor: Gregory Gleghorn 6/4/2017 VPN Connection The type of VPN connection solution that we will be using to connect user to the internet work will be the Cisco Any connect client and the RSA secureID. We will be going in to detail of how the connection process goes and also how to configure it. Both clients are required in order for the user to authenticate and connect to the company network. When the user is connected they will be able to do their job remotely and send and retrieve information remotely.…

    • 678 Words
    • 3 Pages
    Improved Essays
  • Improved Essays

    Nt1310 Unit 8 Exercise 1

    • 1124 Words
    • 5 Pages

    // // half_fit.c // Half-Fit // #include #include #include "half_fit.h" #include "type.h" #include "math.h" //unsigned char array[MAX_SIZE] __attribute__ ((section(".ARM.__at_0x10000000"), zero_init)); #define MEMORY 32768 #define BASE_ADDR (void*) 0x10000000 static header_free* buckets[11]; /* START Helper Functions */ // CEIL_32 Function U32 CEIL_32 (U32 value) { // Re-adjust value to round up (or ceil) to nearest multiple of 32 return ((value-1)/32 + 1) * 32; // (e.g. 32->31->0->1->32, 196->195->6->7->224) // ^OPTIMIZE OPTION: USE BITWISE OPERATORS } // Function to calculate required size U32 adjust_size(U32 initial_size) { // Add 4 bytes because of header size U32 newSize =…

    • 1124 Words
    • 5 Pages
    Improved Essays
  • Decent Essays

    Implementing Firewall Filter Implementing firewall filters on a network makes the network free from attackers and very secured. Some of the boundaries that I will consider using on my firewall will be blocking ports on the network. First of all I will establish a new FTP session which the will initiate a connection to an FTP server that listens on TCP port 21 by default. This will help users on the network to login with user name and password before any data to port 21 will accepted. I will establish SSH(secure shell) which will provide a strong and secure communications over the network.…

    • 441 Words
    • 2 Pages
    Decent Essays
  • Improved Essays

    Nt1310 Unit 3 Assignment 3

    • 1039 Words
    • 5 Pages

    Group I, Category 19 Incorrect RFC Decision ISSUE DDS proposed a denial determination. The evidence in file supports a more restrictive RFC, as a result, additional vocational documentation is required. CASE DISCUSSION & POLICY ANALYSIS (INCLUDING SPECIFIC REFERENCES) This 57-year old is filing a DIB claim alleging disability due to loss of right eye, COPD, high blood pressure, edema of both legs and feet, back surgery, weight gain, depression, and neuropathy, as of 10/22/2014.…

    • 1039 Words
    • 5 Pages
    Improved Essays
  • Decent Essays

    Policy-based management: SQL server has a feature called policy-based management which is used to define and also implement policies in SQL server. It is used if we want to apply any policy against a table or database and then checks whether the database or table satisfies with the given policy. If target database objects are not satisfied with the policies then either a trigger should be fired or we can enforce it so that an administrator will come to know that there is some policy violation. It will manage one or more instances of SQL server.…

    • 391 Words
    • 2 Pages
    Decent Essays
  • Superior Essays

    Nt1330 Unit 3 Assignment 1

    • 1461 Words
    • 6 Pages

    ABC Company has a few diverse equipment and software needs to meet the prerequisites of their network. We've investigated the different pieces of equipment and software to suit the needs of the company. We've looked into what every building will require with respect to what benefit every site gives and decided their needs based on those results. Servers…

    • 1461 Words
    • 6 Pages
    Superior Essays
  • Superior Essays

    Nt1310 Unit 1 Exercise 2

    • 1464 Words
    • 6 Pages

    1. According to Natural Medicine, Clinical Pharmacology, and LexiComp, it is not recommended that this patient take ginkgo extract as it has a high interaction with efavirenz, the effects and concentration of efavirenz may be decreased, and a moderate interaction with warfarin and may increase the risk of bleeding. 2.…

    • 1464 Words
    • 6 Pages
    Superior Essays
  • Improved Essays

    WSUS is a Windows Server Update Service, that allows the administrators to have a server with Windows updates on site. Administrators can test new updates and approve the successfully tested Windows updates for release. Only the approved updates will be applied to the client computers. Using Group Policy, the administrators can point client computers to WSUS server, so the client computers will only receive the tested and approved updates from this server, instead of receiving all the updates (including potentially harmful updates) from the Windows update web site. This assures, that none of the new Windows updates will create unexpected issues with the clients' systems.…

    • 572 Words
    • 3 Pages
    Improved Essays
  • Brilliant Essays

    Nt1330 Unit 3 Assignment 1

    • 1374 Words
    • 6 Pages

    INTRODUCTION Midland Insulation Products (MIP) is a Carlow based manufacturing company who specialized in the manufacturing and distribution of insulation products that are employed for building. MIP has implemented Information Systems that handle Manufacturing, Warehousing & Distributions, Finances, Electronic Data Interchange (EDI), Marketing & Sales, Payroll, Customer Relation Management (CRM) & Human Resources (HR). All MIP servers are hosted, on premise and located in one of the two data centres. The CEO of MIP believes that data centres are too expensive to run and would like to work for cloud because cloud offers the best long term solution for hosting MIP servers and applications.…

    • 1374 Words
    • 6 Pages
    Brilliant Essays
  • Decent Essays

    Great news! In an effort to increase security, we have decided to add a layer of security with new technology called PhoneFactor. PhoneFactor allows you to authenticate to our network using only your network login credentials and your phone. Please take 5 minutes to configure your PhoneFactor account now. Visit the link and follow the instructions listed below under What do I need to do to begin using PhoneFactor?…

    • 429 Words
    • 2 Pages
    Decent Essays
  • Decent Essays

    Nt1330 Unit 1 Exercise 1

    • 294 Words
    • 2 Pages

    Exercise 1: GroceryList or PartyList As a user, I need two columns so that I can move what I have from a have columns and know what I sill need. As a user, I need to add items directly to either column so that I can accurately keep track of items. As a user, I need to delete all items from the list so that I can quickly start a new one.…

    • 294 Words
    • 2 Pages
    Decent Essays