Description: HotCold is a simple game that involves the player finding special bunnies hiding in the wood. They only come out at night, so the player must search through the darkness and only has a limited field of vision. To assist the player, he or she is given a compass that doubles as a sensor. The sensor changes colors notifying the player of his or her distance from a bunny. If the player is out of range, the sensor displays a grey color. As a player draws closer to a bunny, the sensor starts to blink a green, yellow, or red color. After finding a bunny, a message, "Item is found. You win!", is printed on the screen. To find another bunny, the player must move around allow the sensor to calibrate to another bunny. Good Luck!
Controls:
W: move forward
A: move left
S: move back
D: move right
Arrow Keys: adjust field of vision
Esc: quit
Sample Video:
Screenshots:
User is out of range. (grey sensor)
User is in range. (green sensor)
User is getting closer to the bunny. (yellow sensor)
The bunny is nearby. (red sensor)
Note: Sensor is the window on the bottom left hand corner. The pitch and yaw values are printed to help the player be aware of their orienation. The black corner of the sensor is the compass, which points north (yaw = 0).
Features Implemented:
Free look camera
A light that follows the camera
Phong Fragment Shader
A texture of a forest floor is implemented in the map
Collision detection is implemented so a player cannot walk through objects