/top-shopper

CPSC 585 (W2019) - Term Project (Racing Game)

Primary LanguageC

Top Shopper

Preview:

Controls:

XBOX Controller:

  • note: a Nintendo Switch Pro controller should work as a substitute.
  • note: a PS4 controller (using DS4Windows) currently may be used for single-player only.

GAMEPLAY:

  • LTrigger (Reverse)
  • RTrigger (Accelerate)
  • LStick (Steer)
  • RStick (Pan Camera)
  • Start (Pause/Un-Pause)
  • X (Handbrake)
  • B (Boost)

MENU:

  • LSTICK (Move Cursor)
  • A (Select Option)
  • B (Back)

KEYBOARD (if no controller plugged in):

GAMEPLAY:

  • S (Reverse)
  • W (Accelerate)
  • A (Steer Left)
  • D (Steer Right)
  • P (Pause/Un-Pause)
  • Shift (Handbrake)
  • Space (Boost)

MENU:

  • W/A/S/D (Move Cursor)
  • Enter (Select Option)
  • Space (Back)

HOW TO BUILD AND RUN:

  1. clone/download repository.
  2. open TopShopper.sln in Visual Studio.
  3. attempt to build and run in both debug/release configs.
  4. to fix missing dll errors, move contents of x86DebugDLLs/x86ReleaseDLLs into the newly created bin/Win32/Debug and bin/Win32/Release respectively.
  5. build and run again.
  • otherwise, download latest release version to play immediately.

LATEST RELEASE INFO:

  • v1.0.0
  • built on Windows 10 (SDK 10.0.17763.0) using Visual Studio 2017