Missing slide 6 Missing slide 5 Missing slide 4 Missing slide 3 Missing slide 2 Missing slide 1

The Exotic Hairy Pickle (Game Store)

Description


This program simulates an Online Gaming store, which allows the users to connect to the store’s server by using a client program. The store allows users to do the following:

  • Create a new user account.
  • Log into the store using an already existing user account.
  • User's may update their account information.
  • View the available products in the store.
  • Inspect the selected product.
  • Simulate the purchasing functionality.
Because we need a server and a client to communicate properly, this entire software relies on the TCP\IP suite for the Net Code implementation. To assure proper data communication between the client and the server, TCP sockets are used within this program. This software, however, was created for simulation purposes. This software was only designed for simulation purposes, thus – it should not be used outside of an educational setting.

Images


Gallery Controls

ReadMe


    The Exotic Hairy Pickle
           README
----------------------


Authors: Nicholas Gautier
         Justin Griffith
         Marilyn Li
E-Mail: Nicholas.Gautier.Tiger@GMail.com


===============================
===============================


Name: The Exotic Hairy Pickle
Version: 1.0
Released: 12.December.2018
Build Time: About three weeks; time constraint


===============================
===============================


Platform: GNU\Linux
Language: C
Description:
    This program simulates an Online Gaming store, which allows
        the users to connect to the store’s server by using a
        client program.  The store allows users to create an account,
        log into the store with an existing account, update user
        information, view products available within the store, see product
        information, and lastly – simulate the purchasing functionality.
        Because we need a server and a client to communicate properly, this
        entire software relies on the TCP\IP suite for the Net Code
        implementation.  To assure proper data communication between the
        client and the server, TCP sockets are used within this program.
        This software, however, was created for simulation purposes.  This
        software was only designed for simulation purposes, thus – it should
        not be used outside of an educational setting.
Note:
    This project is merely a simple simulation of an online gaming store is not
    intended for real-life environments.


===============================
===============================


Requirements:
    GNU\Linux Only
        This program utilizes GNU\Linux's APIs, thus this program requires the host environment
        to be within the Linux family.

Click to return to the top of page.

Networks