Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 403 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 403 Bytes

Using JavaScript to create a basic and experimental treasure hunt game (Building each part under ~30 minutes)

Part 1

Basic movements and counting number of treasures found

Part 2

Added obstacles and a collision mechanism

Part 3

Added timer, traps and new sprites

Part 4

Added simple fog mechanism