An open API service indexing awesome lists of open source software.

https://github.com/teixdavide/FEUP_CGRA_Bee

🐝 | A simple 3D interactive game made with WebGL
https://github.com/teixdavide/FEUP_CGRA_Bee

bee cg cgra computer-graphics feup game webgl

Last synced: 6 months ago
JSON representation

🐝 | A simple 3D interactive game made with WebGL

Awesome Lists containing this project

README

          

# Computer Graphics 2023/2024

This repository contains a 3D game developed using JavaScript and the WebGL API, featuring a simple interactive interface. The creation of this program is part of the curriculum for the [Computer Graphics](https://sigarra.up.pt/feup/en/ucurr_geral.ficha_uc_view?pv_ocorrencia_id=520332) course.

## Group T01G06

| Name | Number | E-Mail |
| ---------------- | --------- | ------------------ |
| Davide Teixeira | 202109860 | up202109860@up.pt |
| Bruno Alves | 201905971 | up201905971@up.pt |

## Some Useful Commands for controlling the bee

- `W` Increases the bee's velocity in its current direction.

- `A` Changes the bee's trajectory to the left.

- `D` Changes the bee's trajectory to the right.

- `S` Decreases the bee's velocity in its current direction.

- `F` Moves the bee downwards (maintaining its xz velocity).

- `P` Moves the bee upwards (maintaining its xz velocity).

- `O` Moves the bee to the hive.

## Additional Information

- No additional developments were made.

## Project Notes

- Panorama Creation

![Screenshot 1](screenshots/project-t01g06-1a.png)

- Garden Creation

![Screenshot 2](screenshots/project-t01g06-2.png)

- RockSet Creation

![Screenshot 3](screenshots/project-t01g06-3.png)

- Bee Creation

![Screenshot 4](screenshots/project-t01g06-4.png)

- Bee Movement

![Screenshot 5](screenshots/project-t01g06-5.png)

- Bee Delivering Pollen

![Screenshot 6](screenshots/project-t01g06-6.png)

- Grass Moving

![Screenshot 7](screenshots/project-t01g06-7.png)