Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 776 Bytes

File metadata and controls

18 lines (16 loc) · 776 Bytes

Giraffe Adventure

Description

This is a PTSD framework practice for students taking the OOPL course from NTUT.

Installation

  1. Clone the repository
git clone https://github.com/ntut-open-source-club/PTSD-Practice-Giraffe-Adventure

Tasks

  • Replace the image of m_giraffe with giraffe.png in Resources!,
  • Make the giraffe move into the red area using the keyboard!
  • Make the chest disappear when the giraffe touches it!
  • Write a program to give your bee friend an animation!
  • Write a program to open the door when your character touches it!
  • Design a program to countdown, stop animation after OK display

Hint: Look for TODOs if you are lost.