This project is done for the exam of the Interactive Graphic course, maintained by Professor Paolo Russo.
Genre: Tower defense
The main goal of the game is to hold out for as long as possible and reach the highest round. There are two main phases:
-
Day cycle: direct the bees towards the flowers to collect honey and upgrade your hive
-
Night cycle: Enemy wasps will come out to destroy flowers. But don't worry, your defender bees will come out of the hive to embrace the flower's pollen and eradicate the wasps
To run this project on your local computer, follow these steps:
-
Clone or download the project
-
If you don't have it on your PC, install npm
-
after installing npm, run this command in a terminal window inside the project folder:
npm install
This will install all the required dependencies to run the game.
-
Run this other command to deploy it:
npx vite