Skip to content

guppyadrian/CPTS_122-Racing-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

280 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPTS_122-Racing-Game

Very cool game..

Dev Log: https://www.youtube.com/watch?v=-YlrL_92i7M

Installing

  • run git clone https://github.com/guppyadrian/CPTS_122-Racing-Game.git
  • Open the folder in Visual Studio
  • Build RacerGame.exe
  • Open exe in out folder

Playing

  • Use 'A','D', Left Arrow, Right Arrow to navigate (and steer in gameplay)
  • Use Space to select
  • R to restart
  • Esc to return to menu
  • Align thruster with wall to build speed
  • Get to the end fast

Contributing

  • All external libraries must go in the external/ folder!
    • When possible, prefer add_subdirectory() when adding libraries
  • DO NOT DIRECT COMMIT TO MAIN it will make adrian angry
    • Make a new branch, preferably with: person/feature-name (or just feature-name if you want)
  • No Windows specific stuff! This should be Cross-Platform!
  • Separate systems into their own folders

Conventions

  • Prefix private member variables with _
  • Member functions are camelCase
  • Static member functions and non-member functions are PascalCase
  • Classes/Enums are PascalCase
  • Local variables are camelCase
  • Give functions descriptive names
  • Sources files are .cpp, headers are .hpp

Students

  • Logan Rainchild Lab6
  • Adrian Nelson Lab6
  • Johnathan Emanuelli Lab7
  • Lane Evanger Lab7

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors