Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.5 KB

README.md

File metadata and controls

52 lines (30 loc) · 1.5 KB

license

Final Project

Starting Screen to choose options

Example of game play using mouse

Description

This is a game based on a winter sport "Curling". Just like curling you would want to make your rock close to the tee as possible while distracting your opponent to do the same. Team with the closest rock to the team would be the winner, winning extra points each for having rocks closer to the tee than the opponents closest one.

Getting started

Dependencies

  • [MSVC 2015+][visual-studio] on Windows
  • [cmake]
  • [box2d]

You must have Visual Studio 2015+ on Microsoft Windows to build this project. The game utilized box2d as its library so user requires to install the library to play the game.

Author

Brandon Oh - [email protected]

Controls

Use the mouse to Select your options at the beginning and move on to the next set etc.

Keyboard

Key Action
d Place the rock
a Set the Angle
p Set the power by the gage

Mouse

First Place the rock using the mouse. It will only take the vertical position and put it on the line accordingly. Then you would click on the position you would like to sen it to. The rock would go to the general area you clicked on.