GALLERY

Assessment Outline

This project was originally developed as part of a college assessment.
In the assignment, I was “hired” to create a browser-based board game called Monster Mayhem — a strategy game played on a 10×10 grid of hexagonal tiles.
The focus of this assessment was to design and build the game board along with its core functionality.

Game Requirements

• The grid had to consist of connected regular hexagons.
◦ There should be no gaps in between the hexagons
• The hexagon that the cursor is hovering over must be highlighted in some distinct way (eg colour change, border change etc).
• The user could select a hexagon – that selected must be highlighted in a distinct way (different from the hover).
• The user could deselect the hexagon.
• Challenge: Include additional relevant game mechanics, such as moving characters and highlighting their prospective path, or elements from the “ChatGPT Exercise - Monster Mayhem” document.
• No server-side code was allowed!